English
viewObject
About 52 wordsLess than 1 minute
2025-12-16
This method allows developers to view the details of a business object.
Syntax: FxUI.objectUIAction.viewObject(objectApiName, objectDataId)
Parameters
| Parameter | Description | Type | Allowed Values | Default |
|---|---|---|---|---|
| objectApiName | Business object apiName (required) | string | — | — |
| objectDataId | Record ID (required) | string | — | — |
Example
This method returns a Promise, as shown below:
FxUI.objectUIAction.viewObject('AccountObj', '623c3b9d4221fd00010c7971')