• Help with filters

    Hello everyone, I'm working with automatic filters and I have to filter by all the elements contained in sub_element_l_c (sub_element_l_c is a calculated text field with the value of a multi-select field). This is my code from the relate.js: ({ extendsFrom…
  • Relate field not showing in audit log after saving through the logic hook in version 10.

    Hi everyone, I have a related field and saving it through the logic hook. After saving it is not showing in the audit log in version 10 and the field is selected with audit in the studio. It works fine when we save it normally in the module but getting…
  • 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…
  • Set current logged in user name in Relate field

    I have a relate field which loads all records from Users module. I need to auto fill this field with current logged in user. How can I achieve this? Thanks in advance. My Sugar version is 7.9.3
  • 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.…