Discussions
Using nlObjField to set column class DisplayType=disabled
I am on ver 2007....
I need to show the "Class" field in my sales order screen but I want to prevent my users from editing the field. After some research it looks like I need to create a function using something called nlObjField and setDisplayType.
I searched all the documentation for code samples but could not find any. I'm guessing I need to have the code called from the Line Init section of the custom from but I don't know the syntax of the code to place there.
Can anyone tell me the line of code I need to put in to set the display type of my class field (in the column) to disabled?