Views:

Description

Removes an N:N relationship between 2 records.

Signature

DisAssociateEntities(
  'entityNameLeft',
  'entityLeftGuid', 
  'entityNameRight', 
  'entityRightGuid', 
  'relationshipName'
)

Example

DisAssociateEntities(
  'account', 
  '90dd379c-ee2f-11db-5555-0800200c9a55',
  'lead',
  '30dd379c-4444-11db-8314-0800200c9a55',
  'new_accountleads'
)

Parameters

Name Type Description Required
entityNameLeft xxxx xxxx xxxx
entityLeftGuid xxxx xxxx xxxx
entityNameRight xxxx xxxx xxxx
entityRightGuid xxxx xxxx xxxx
relationshipName xxxx xxxx xxxx