PdcAllocation.ReservationID

From External Bemet Wiki
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)