listGridFieldsForRelationshipPropertyTable()
Overview
public array function listGridFieldsForRelationshipPropertyTable(
required string objectName
, required string propertyName
)
Returns an array of grid fields to use for displaying a many-to-many, or one-to-many table for relationship property of an object
Arguments
Name | Type | Required | Description |
---|---|---|---|
objectName | string | Yes | The name of the object that has the relationship property |
propertyName | string | Yes | The name of the relationship property |