PdcApplication.DeliveryNotes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
<source lang="vb"> | <source lang="vb"> | ||
Dim objDeliveryNotes = PDC.App.DeliveryNotes | |||
</source> | </source> | ||
== Availability == | == Availability == | ||
Available since August 2020 (From version 5.6) | Available since August 2020 (From version 5.6) |
Latest revision as of 07:45, 9 July 2020
Declaration
DeliveryNotes as PdcDeliveryNotes
Description
Notes
!!! Currently the pdcDeliveryNotes object can not be used to load/save/create delivery notes. !!!
Code example
Dim objDeliveryNotes = PDC.App.DeliveryNotes
Availability
Available since August 2020 (From version 5.6)