English
viewObject
About 59 wordsLess than 1 minute
2025-04-28
This method allows developers to view business object details.
FxUI.objectUIAction.viewObject(objectApiName: String, objectDataId: String)Parameters
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| objectApiName | Business object apiName (required) | string | — | — |
| objectDataId | Data ID (required) | string | — | — |
Code Example
This method returns a Promise object, as shown below:
import FxUI from 'fxui-mobile';
FxUI.objectUIAction.viewObject('AccountObj', '623c3b9d4221fd00010c7971')