Delivered

Assign CRM Records To Module Items As Datasource

  • CRM
  • Custom Modules
1) "isDataUsingAllowed" - system property type checkbox added to CRM record (only crm records that has this checkbox ticked on will be allowed to be assigned to module items (should help with the GDPR since this checkbox allows user to disallow using his record just by uncheckin the checkbox on the profile page).

2) CRM record - type property allows to assign any CRM record that has "isDataUsingAllowed=true"

3) Liquid output of crm recods that has "isDataUsingAllowed=true" ONLY "{% component type: "CRMContacts", filterBy, filterValue, limit, offset, collectionVariable %}"