CSObjectChooserService
This file defines the service for the object chooser.
Tags
Table of Contents
- executeObjectChooser() : array<string|int, mixed>
- This method is responsible for delivering data to the frameworks object chooser.
- executeResolveObjects() : array<string|int, mixed>
- Retrieves the IDs of a collection of Record selections.
Methods
executeObjectChooser()
This method is responsible for delivering data to the frameworks object chooser.
public
executeObjectChooser() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —The requested data.
executeResolveObjects()
Retrieves the IDs of a collection of Record selections.
public
executeResolveObjects(string $sSelection) : array<string|int, mixed>
Parameters
- $sSelection : string
-
Comma separated RECORDCLASS:ID values
Tags
Return values
array<string|int, mixed> —The IDs of the given Record selections
