PdcApplication.DeliveryNotes: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == DeliveryNotes as PdcDeliveryNotes == Description == == Notes == !!! Currently the pdcDeliveryNotes object can not be used to load/save/create delivery..." |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
<source lang="vb"> | <source lang="vb"> | ||
Dim objDeliveryNotes = PDC.App.DeliveryNotes | |||
</source> | </source> | ||
== Availability == | == Availability == | ||
Available since | 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)