Change a list of available/required fields on the page 5.4

I am currently using bpm'online 5.4 and I want to be able to dynamically change a list of available/required fields on the page. How can I do that? 

File attachments

Like

1 comments

Hi Badal,

You can use this as an example:

Page.SomeFieldLookupEdit.Enabled = true;

Page.SomeFieldLookupEdit.SetRequired(true);

 

 

Show all comments