Set visible and editable property by event subscriber

wolfskinwolfskin Member Posts: 84
Hi everyone,

I am working on D365BC with extension. My requirement is changing visible and editable property from the setup table.

I know that it can be done by assigning boolean variable to visible property in the page. So, if I have 100 pages to setup then I must create 100 page objects.

There is anyway to set that properties by event subscriber trigger? Or whatever method is not needed to create the number of page as the setup.


Thank you
Sign In or Register to comment.