Contact field (attendees alike) for a custom entity

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • gribs
    replied
    Hi,

    I have an issue

    In workflow, I want to receive an email each time that a field on my custom entity records is update

    So I set up the trigger with email etc, But when I select email template with in :

    "Hi, {MyCustomEntity.contactsNames} wants to know {MyCustomEntity.otherfield}..............."

    I see "Hi, {MyCustomEntity.contactsNames} wants to know Other Field..............."

    So, how to obtain the contacts'name in a workflow email ?

    Thank you for your help

    Leave a comment:


  • gribs
    replied
    Hi, thanks ! works fine now

    Leave a comment:


  • yuri
    replied
    Hi

    You need to create many-to-many relationship with Contact. Then you need to create the field manually in entityDefs
    PHP Code:
     ...
       
    "fields": {
         
    "yourRelationshipName": {
          
    "type""linkMultiple"
       
    }
      }
    ... 
    :

    This field will be available in layout manager.

    Leave a comment:


  • gribs
    started a topic Contact field (attendees alike) for a custom entity

    Contact field (attendees alike) for a custom entity

    Hi

    I created a custom entity, I want to have a field to assign contacts on records (like meetings attendees system), how can I achieve this please?

    thank you
Working...