PdcAllocation.AllocationID: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == ReservationID as Integer == Description == Sets or returns the reservation id(RS_ID) of an allocation. == Notes == This property can set or return the rese..." |
No edit summary |
||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
AllocationID as Integer | |||
== Description == | == Description == | ||
Returns the allocation id(SA_ID) of an allocation. | |||
== Notes == | == Notes == | ||
This property | This property returns the allocation id of an allocation. READ ONLY | ||
== Code example == | == Code example == | ||
Line 12: | Line 12: | ||
dim alloc | dim alloc | ||
Set alloc = PDC.Logistics.Allocations.New | Set alloc = PDC.Logistics.Allocations.New | ||
alloc. | Label1.Caption = alloc.AllocationID | ||
</source> | </source> | ||
== Availability == | == Availability == | ||
Available since May 2017 (from version 5.4) | Available since May 2017 (from version 5.4) |
Latest revision as of 14:05, 25 April 2017
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)