PdcAllocation.PR ID

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

PR_ID as Integer

Description

Sets or returns the delivery note line id(PR_ID) of an allocation.

Notes

This property can set or return the delivery note line id(PR_ID) of an allocation. This property will be used for intermediate stock.

Code example

dim alloc
Set alloc = PDC.Logistics.Allocations.New
alloc.PR_ID = 23

Availability

Available since May 2017 (from version 5.4)