Hi guys, I created a transaction line field called...
# general
k
Hi guys, I created a transaction line field called Discount which is used in my opportunity form and quote form. Quote form basically pulls all the information from Opportunity form with some additional fields. I want my custom Discount field to be disabled or read-only (with data pulled from the opportunity form) on the quote form, but "Normal" or writable in the opportunity form. I know I can change the Display setting of the Discount Filed to make it 'disabled' but the problem with that is it disables it in both the forms. Is there a way around this?
g
I think it would have to be scripted.
k
Thank you! I used nlapiDisableLineItemField() to disable it
👍🏻 1