sf_is_field_nillable
Check if a Salesforce field is nillable on a specific object. This helps identify whether the field accepts null values for validation and data handling.
Instructions
Determine whether a Salesforce field is nillable on a specific object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | ||
| fieldName | Yes | ||
| targetOrg | No | ||
| objectName | Yes |