PdcAllocation.UseExistingAlloc

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

UseExistingAlloc as Boolean

Description

Sets or returns the UseExistingAlloc value.

Notes

This property can set or return the UseExistingAlloc value. It is used for when saving an allocation, if the already allocated amount has to be taken into account. When set to True, it will subtract the already allocated amount from the Quantity property.

Code example

dim alloc
Set alloc = PDC.Logistics.Allocations.New
alloc.UseExistingAlloc = True

Availability

Available since May 2017 (from version 5.4)