CreatePolymorphicLookupAttribute Action
Create a multi-table lookup column.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Lookup
|
ComplexLookupAttributeMetadata | True | True | The metadata for the lookup field used to store the ID of the related row. |
OneToManyRelationships
|
Collection(ComplexOneToManyRelationshipMetadata) | False | True | The metadata array for the one-to-many relationships to the entities. |
SolutionUniqueName
|
Edm.String | True | False | The name of the unmanaged solution to which you want to add this customer lookup attribute to. |
Return type
Type | Nullable | Description |
---|---|---|
CreatePolymorphicLookupAttributeResponse | False | Contains the response of the CreatePolymorphicLookupAttribute action. |