Skip to content

MobileCRM.UI

rescocrm edited this page Sep 27, 2021 · 3 revisions

MobileCRM.UI

Contains a set of objects implementing the Javascript equivalent of the MobileCRM application UI components.

Object Description
ChartDataSource The data source loading routine implementation.
EntityChart [13.0] Represents the Javascript equivalent of native entity chart object.
EntityForm Represents the Javascript equivalent of native entity form object.
EntityList [v9.2] Represents the Javascript equivalent of native entity list object.
EntityListCellAction Enumeration class holding constants for MobileCRM.UI.EntityListClickEvent.
EntityListClickContext Represents a context for the MobileCRM.UI.EntityList.onClick handler.
EntityListClickEvent Represents an event object for MobileCRM.UI.EntityListClickContext.
Form [v8.0] Represents the Javascript equivalent of the form object.
FormManager A static object with functions allowing to open the entity forms.
HomeForm [v8.0] Represents the Javascript equivalent of the home form object which contains the Home/UI replacement iFrame.
IFrameForm [v9.0] Represents the iFrame form object.
ListDataSource The data source loading routine implementation.
LookupForm This object allows user to select an entity from a configurable list of entity types.
MediaTab Represents the MediaTab controller.
MessageBox This object allows the user to show a popup window and choose one of the actions.
MultiLookupForm [v9.3] This object allows user to select a list of entities from a configurable list of entity types. Derived from LookupForm so you can use the addView() and addEntityFilter() methods.
ProcessController [v8.2] Represents the Javascript equivalent of view process controller.
QuestionnaireForm [v10.3] Represents the Javascript equivalent of native questionnaire form object.
ReportForm [v8.1] Represents the Dynamics CRM report form object.
RoutePlan [v14.2] Represents the Javascript equivalent view of RoutePlan form object.
TourplanForm Represents the Javascript equivalent tourplan form object.
TourplanViewMode Enumeration class holding constants for MobileCRM.UI.TourplanForm.
ViewController Represents the Javascript equivalent of view controller (map/web content).
ViewDefinition Represents the entity view definition.
_AppointmentView Represents the Javascript equivalent view of tourplan form object.
_Controller Represents the Javascript equivalent of the view controller object.
_DetailItem Represents the Javascript equivalent of detail item which is controlling the field editing.
_DetailView Represents the Javascript equivalent of detail view with set of items responsible for fields editing.
_DocumentController Represents Media tab controller containing specific kind of document.
_DocumentInfo Represents information about attached document.
_DocumentView Represents the document view object containing the attachment document (binary field content).
_EntityList Represents the Javascript equivalent of the entity list controller object.
_ListView Represents the Javascript equivalent of the list view (control) object.
_View Represents the Javascript equivalent of the view (control) object.

Clone this wiki locally