PdcAllocation.AllocationID

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

AllocationID as Integer

Description

Returns the allocation id(SA_ID) of an allocation.

Notes

This property returns the allocation id of an allocation. READ ONLY

Code example

dim alloc
Set alloc = PDC.Logistics.Allocations.New
Label1.Caption = alloc.AllocationID

Availability

Available since May 2017 (from version 5.4)