Meeting Request Relationship Links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clayton.gable
    Junior Member
    • Sep 2025
    • 4

    #1

    Meeting Request Relationship Links

    I am trying to create workflows that will map answers from Meeting Scheduler form questions to fields on the Lead. However, I cant find the names of the relationship links between Requests, questions, and answers to create any workflows.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9692

    #2
    It's not possible via the UI I believe.

    Though you can explore in metadata:


    Code:
    https://your_domain/api/v1/Metadata
    Links are under entityDefs > {EntityType} > links path.

    If you open it in the browser, F12 > Network tab to view the JSON in a convenient way.

    Comment

    Working...