I’ve inherited a customization of Campaign Response in which the Customer attribute is read-only on the form (in both create and update modes), and I can’t figure out why. The form has no OnLoad javascript, the attribute “customer” (which is a partylist) is Searchable, and the field-level behavior for the attribute on the form has “Field is read-only” unchecked. The attribute is read-only even for the System Administrator, so it’s not an authorization issue.
What else could be making this field read-only?
Thanks,
Phil
After giving up on Microsoft’s support, which was absolutely abysmal, I paid an outside consultant to look into this.
He compared my exported customization to his, and found that, in my exported XML, the Customer field in the Campaign Response form had no LookupTypes, whereas his had 3 LookupTypes:
LookupTypes 1, 2, and 4 were exactly what should be there for Account, Contact, and Lead for the Customer of a Campaign Response.
So I added those 3 lines to my XML, imported and published, and now the Customer is enabled and apparently fine.
I would love to know how these LookupTypes could have gone missing in the first place. But at least I’ve got the default functionality back.