Adding security to forms |
KBA-01085-F7QTC4 |
Summary |
Create a bit type field on the entity and add to the form mcs_restricteditem Add this to the form on load javascript and ensure it is enabled Add this code to the On Change for the mcs_restricteditem field on the form if(oXml != null) { //select the node text var roles = oXml.selectNodes('//BusinessEntity/q1:name'); if(roles != null) { for( i = 0; i < roles.length; i++)
|
Additional Comments |
Views:
Keywords: 123123security forms entityw123123