PdcAllocation.AllocationID

From External Bemet Wiki
Revision as of 14:05, 25 April 2017 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)