Salesforce · Arazzo Workflow
Salesforce Get a Record UI Representation
Version 1.0.0
Fetch a record's UI API representation with its object metadata and layout fields.
View Spec
View on GitHub
AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSalesArazzoWorkflows
Provider
Workflows
get-record-ui
Retrieve a Salesforce record's UI representation with object metadata.
Reads the object metadata for the supplied object, then loads the record's UI API representation using the requested layout so a client can render the record with the correct fields, labels, and metadata.
1
getObjectMetadata
getObjectInfo
Read the object metadata to confirm the object exists and to learn its fields, labels, and CRUD permissions before loading the record.
2
getRecordUi
getRecord
Load the record's UI API representation using the requested layout so the client receives field values alongside their display metadata.