JMap.Form.canUpdateElementOnForm
Returns true if current user can update element on the given form.
parameters needed to identify the form
// returns true if current user can udpate element on form id=1 of layer id=3.JMap.Form.canUpdateElementOnForm({ layerId: 3, formId: 1}) Copy
// returns true if current user can udpate element on form id=1 of layer id=3.JMap.Form.canUpdateElementOnForm({ layerId: 3, formId: 1})
JMap.Form.canUpdateElementOnForm
Returns true if current user can update element on the given form.