Requirements are always crazy, suppose if you want to optionally hide and show a field in BPF it is possible with XRM object model. The only change is the prefix which you need to add to your attributes logical name
Xrm.Page.getControl("header_process_<field logical name>").setVisible(false);
No comments:
Post a Comment