You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm compiling my custom against v10.0.44 and I saw that the enum 'RetailCustomerOrderType' is marked as obsolete.
I also found that Microsoft is still using it in their code e.g. RetailTransactionServiceTransactions.fillSalesOrderDetails() and fillquoteDetails(). It is also the enum that RetailParameters table field DefaultOrderType extends from.
So if it is obsolete, then there must be another enum to use to differentiate between a quotation and a sales order
I cannot change my custom not to use it if I do not know what enum to replace it with.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm compiling my custom against v10.0.44 and I saw that the enum 'RetailCustomerOrderType' is marked as obsolete.
I also found that Microsoft is still using it in their code e.g. RetailTransactionServiceTransactions.fillSalesOrderDetails() and fillquoteDetails(). It is also the enum that RetailParameters table field DefaultOrderType extends from.
So if it is obsolete, then there must be another enum to use to differentiate between a quotation and a sales order
I cannot change my custom not to use it if I do not know what enum to replace it with.
Beta Was this translation helpful? Give feedback.
All reactions