Supported Operations
You can use extensibility operations to execute certain tasks in the Fusion application. Supported operations are shown in the following table:
Operation | Context | Notes |
---|---|---|
PopOperation | GlobalContext Tab Context |
Use to pop a new browser tab or MSI tab or any custom page in any desired tab. |
FocusTab | TabContext | Use to focus a particular MSI tab or browser tab. |
CloseTab | TabContext | Use to close a particular MSI tab or browser tab. |
InvokeServiceConnection | GlobalContext | Use to call a service defined in application and fetch its response. |
SetFieldValue | RecordContext | Use to update the value of a particular field. , For example, update the Title field of an SR. |
GetFieldValue | RecordContext | Use to fetch the current value of a field. For example, to get the current value of the Title field of an SR. |
SaveRecord | RecordContext | Use to save an open record. For example, to save an SR form from the edit page or save an SR from the create form. |
CustomEvent |
GlobalContext TabContext RecordContext |
Use this event to support any business-specific custom events. |
GetAgentInfo |
GlobalContext TabContext |
Use to fetch the information about current logged in user. |
OpenModal | ModalWindowContext TabContext |
Use to open a modal window. |
CloseModal | ModalWindowContext TabContext |
Use to close a modal window. |
OpenPopup | ModalWindowContext TabContext |
Use to open a dialog box. |
ClosePopup | ModalWindowContext TabContext |
Use to close a dialog box. |
ExpandSidePane | SidePaneContext | Use to expand a SidePane. |
CollapseSidePane | SidePaneContext | Use to collapse a SidePane. |
UpdateSidePane | SidePaneContext | Use to update an existing side pane (setVisibility, setIcon and setSectionId). |
SetComposeMessageData | RecordContext | Use to set Message Data of Compose Message Action panel which is opened through compose smart actions available on a record. It enables user to set CC, BCC, To, Message Subject and Message Body of compose message action panel. It also allows users to set custom fields if added though extensibility, in the compose action panel. |