PdcProductReport.OverproductionHandling: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == OverproductionHandling as long == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
This property holds the overproduction handling, send it to the customer, add to the stock or ignore it. | |||
== Notes == | == Notes == | ||
0 is deliver to customer. | |||
1 is ignore. | |||
2 is add to stock. | |||
== Code example == | == Code example == |
Latest revision as of 08:43, 22 August 2013
Declaration
OverproductionHandling as long
Description
This property holds the overproduction handling, send it to the customer, add to the stock or ignore it.
Notes
0 is deliver to customer. 1 is ignore. 2 is add to stock.