-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.QuestionnaireForm.changeLookupQuestionSetup
rescocrm edited this page May 15, 2023
·
3 revisions
Sets the views and filters for specified lookup question.
| Argument | Type | Description |
|---|---|---|
| questionName | String | A name of the question. |
| dialogSetup | MobileCRM.UI.DetailViewItems.LookupSetup | Lookup setup for modal lookup dialog. |
| inlinePickSetup | MobileCRM.UI.DetailViewItems.LookupSetup | Optional setup for inline lookup picker. Leave empty to use the same setup as modal dialog. |
| errorCallback | function(errorMsg) | The errorCallback which is called in case of error. |
| scope | Object | The scope for callbacks. |