This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to make ReadOnly the Field Type "Item" in Aras Innovator 9.3

Hrishikesh - Thursday, July 5, 2012 5:36 AM:

Hi all,

I want to make a FieldType "Item" readOnly  Onlock of  Item through Code.
Below is the Successfully working code with the FieldType "Text"
document.forms.MainDataForm("name").disabled=true;
document.forms.MainDataForm("name").readOnly=true;

I am executing the above code onFormPopulated of the Form.
Not able to do with the FieldType "Item" as readOnly.
please guide me as early as possible.
Thanks
Hrishikesh