PdcAllocation.AllocationID

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

Declaration

ReservationID as Integer

Description

Sets or returns the reservation id(RS_ID) of an allocation.

Notes

This property can set or return the reservation id of an allocation. The set is mostly used for when creating a new allocation.

Code example

dim alloc
Set alloc = PDC.Logistics.Allocations.New
alloc.ReservationID = 223

Availability

Available since May 2017 (from version 5.4)