• Connect a related record via Workflow

    Hi, quite simple question. I have Module A and Module B. In Module A there is a new record created by incoming Mails. Some Values of the Record are set by the Subject of the Mail via Workflow. In This context i'd like to relate/connect that record to…
  • How can I retrieve fields from related records in a REST filter POST request?

    I'm using the filter endpoint to retrieve some fields from matching Contacts. Specifically I'm doing a POST to the {URL}/rest/v11/Contacts/filter endpoint. In the body I include the fields as follows: "fields": "id,name,description" That works great.…