CreateCustomerRelationships Action

Creates a new customer lookup attribute, and optionally, to add it to a specified unmanaged solution.

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 record.

OneToManyRelationships
Collection(ComplexOneToManyRelationshipMetadata) False True

The metadata array for the one-to-many relationships to the Account and Contact entity.

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
CreateCustomerRelationshipsResponse False The CreateCustomerRelationships action returns the following value.

See also