Custom Scenario
The Custom Scenario object is intended to store custom CLM presentation scenarios. A scenario may include slides from different CLM presentations.
During the first full synchronization, the application requests the list of users and shared scenarios for all the Applications available to the user.
| The availability of functionality depends on the platform of the mobile device. For more information, refer to CT Mobile OS Comparison. |
Object API Name: clm__CustomScenario__c
| Field | API Name | Type | Description |
|---|---|---|---|
Active |
clm__isActive__c |
Checkbox |
If enabled, the custom scenario will be downloaded on the mobile device. |
Application |
clm__ApplicationId__c |
Master-Detail(Application) |
The CLM presentation to which the custom scenario is related. |
Combined |
clm__isCombined__c |
Checkbox |
If enabled, slides from various CLM presentations are used in a custom scenario. Slides will be displayed according to the clm__SlideId__c field of a custom scenario. If disabled, slides only from one CLM presentation are used in a custom scenario. Slides will be displayed according to the clm__Branch__c field of a slide. |
Description |
clm__Description__c |
Text(255) |
The description of the custom scenario. |
Favorite |
clm__isFavorite__c |
Checkbox |
If enabled, the custom scenario is a favorite and will be displayed in the Carousel of CLM presentations on the Home Screen or in the widget on the record’s mobile layout. |
Scenario Editor |
clm__ScenarioEditor__c |
Formula(Text) |
Used for the Scenario Editor launch. |
Scenario Name |
clm__ScenarioName__c |
Text(255) |
The custom scenario name. It may be used in the navigation. |
Slides |
clm__SlideId__c |
Long Text(131072) |
Slide IDs (separated by a comma, without blank space). |
User |
clm__UserId__c |
Lookup(User) |
The ID of the user who created the custom scenario. |