Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Bulk Presentation Input

Input representation for bulk presentation.
Properties
Property Name Type Description Required Available version
activation​Date Datetime Date when the presentation becomes active. If no value is provided, the default is the current date and time. Optional 65.0
custom​Fields Object Map of custom field names and their values for the presentation. Optional 65.0
deactivation​Date Datetime Date when the presentation becomes inactive. Optional 65.0
enable​Double​TapZoom Boolean Indicates if double-tap zoom is enabled for the presentation (true) or not (false). The default value is false. Optional 65.0
enable​Pinch​Zoom Boolean Indicates if pinch zoom is enabled for the presentation (true) or not (false). Optional 65.0
id String ID of the presentation. Optional 65.0
name String Name of the presentation. Required 65.0
player​Gesture String Player gesture type. Possible values are:
  • TAPTOP
  • TAPBOTTOM
  • SWIPEUP
  • SWIPEDOWN.
Optional 65.0
public​Content​Name String Public name for the content. Optional 65.0
public​Content​Url String URL for the public content. Optional 65.0
sendBy​Email Boolean Indicates if the presentation can be sent by email (true) or not (false). Optional 65.0
topics List<String> List of topics associated with the presentation. TopicAssignment must be enabled for Presentation before using this field. Optional 65.0