Can Javascript be used to disable the user from adding new records to a lookup field in a model driven app?
I still want the user to be able to add new records (i.e., this is not a security role thing), I just don't want them to be able to add them from the lookup. The reason being that, no matter what I have tried, I cannot get a field value to map to the Quick Create Form (even though I have created the mapping). Because of this, I just want to prohibit them from being able to add records from the lookup.
I have seen this function on a few blogs as an option to do it,
<IsInlineNewEnabled>false</IsInlineNewEnabled>
but am by no means fluent in js, so I don't know how to write the code. Please advise.

Report
All responses (
Answers (