Greetings.
How can I set the value of an sdk:LookupControl control and disable it using JavaScript?
Scenario:
The ASPX custom dialog is called from within the Account form and also from OUTSIDE of the Account form.
When called from within the Account form: (CAN'T GET THIS PART TO WORK!)
- the sdk:LookupControl will be initialized with the value of the Account GUID and the control will be disabled.
When called from outside of the Account form: (THIS PART WORKS!)
- the sdk:LookupControl is enabled and user has to select an Account.
Any help would be greatly appreciated.
Frank