Announcements
how to make field 'quantity' to non editable in sales line for child item after exploding bom?
i have added a boolean field in assembly bom page and set to true so when it is set to true and this parent item is set Explode BOM then the child item qty should be non editable? is it possible?
i have tried with an event subscriber but editable property is available ?
any idea? is it possible?
Hi, just adding some info.
The page mode that the page was opened in (Editable of the page)
Switching a page to non-editable in real time via a field value
Dynamic Visibility of Controls (Hide and show fields dynamically)
Hope these give you some new hints too.
Thanks.
ZHU
thank you! it was helpful,
Hi,
you can use InDataSet property with your Variable.
Hi,
Yes you can do it in a simple way.
In below I am setting the editable field in Currency Code in Customer Page. You need a global variable EditableCurrCode. and then put it to the OnOpenPage and OnAfterGetRecord Triggers to check simply the Customer Posting Group is Local or not. If it is Local, the Currency Code field cannot be edited.
Hope you got the method from this easy example.
Help!
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator