Supported Operations
You can use extensibility operations to execute certain tasks within the application. The following table lists those operations you can use:
| Operation | Context | Description |
|---|---|---|
| PopOperation | GlobalContext | To pop a new browser tab, MSI tab, or any custom page in any desired tab. |
| FocusTab | TabContext | To focus on a particular MSI tab or browser tab. |
| CloseTab | TabContext | To close a particular MSI tab or browser tab. |
| InvokeServiceConnection | GlobalContext | To invoke a service defined in the application and fetch its response. |
| SetFieldValue | RecordContext | Use to update the value of a particular field. For example, to 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. |
| Save Record | RecordContext | Use to save an open record. For example, save an SR form from the Edit page or save an SR from Create form. |