Hi All,
Please let me know how can I enable the below field in purchase order and sales order.
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);
André Arnaud de Cal... 291,431 Super User 2024 Season 2
Martin Dráb 230,503 Most Valuable Professional
nmaenpaa 101,156