DescribeSFDCObject 2025.5.31.15¶
Bundle¶
com.snowflake.openflow.runtime | runtime-salesforce-processors-nar
Description¶
Describe the specified object metadata in Salesforce.
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
Object Name |
The name of the object to describe. |
Salesforce Client |
Salesforce Client to interact with the APIs |
Relationships¶
Name |
Description |
---|---|
comms.failure |
A FlowFile is routed to this relationship if the object metadata could not be retrieved but the operation might be retried |
failure |
A FlowFile is routed to this relationship if the object metadata could not be retrieved |
success |
FlowFile containing the object metadata will be routed to this relationship |
Writes attributes¶
Name |
Description |
---|---|
sObjectFields |
Comma-separated list of the fields of the object (without non-queryable fields). |
sObjectExcludedFields |
Comma-separated list of the non-queryable fields of the object. |
sObjectSchema |
The schema associated to the object based on its fields (without non-queryable fields). |