Hi All,
Please let me know how can I enable the below field in purchase order and sales order.
If enable that field to edit directly in Purchase Order you might break integrity for the drop ship comments from sales order, they should be sync.
That field should be enabled for edit in SO when creating drop shipment
Hi Muhammad,
The Allow Edit is set to No in the properties of the form ds or in the code.
You may try the following steps:
1) set datasource to AllowEdit = true;
2) in datasource's init() method after super() simply call:
purchLine_ds.object(fieldNum(PurchLine, MCRDropShipComment)).allowEdit(true);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,782 Super User 2024 Season 2
Martin Dráb 229,067 Most Valuable Professional
nmaenpaa 101,150