Announcements
Hello everyone
I want to make the packing slip date no one can make edit and the user cannot change the date of the transection date and take the day date automatic
Thank you A lot
Hi Muhammed,
In order to achieve this, add the following code to run() method on SalesEditLines form in order to disable input from the user:
salesParmTable_ds.object(fieldNum(SalesParmTable, TransDate)).allowEdit(false);
Also, add the following code in init() method of the SalesParmTable datasource in order to assign today's date to the field:
SalesParmTable.TransDate = today();
André Arnaud de Cal...
293,302
Super User 2025 Season 1
Martin Dráb
232,108
Most Valuable Professional
nmaenpaa
101,156
Moderator