Change a list of available/required fields on the page 5.4
13:52 Oct 27, 2014
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
14:55 Oct 27, 2014
Hi Badal,
You can use this as an example:
Page.SomeFieldLookupEdit.Enabled = true;
Page.SomeFieldLookupEdit.SetRequired(true);
Show all comments