How to add assignedUser to quote?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • robertf
    Member
    • Apr 2017
    • 35

    How to add assignedUser to quote?

    I need to add the assignedUser from the opportunity/account/contact to the quote. I keep getting "Array" or empty on my PDF output, so obviously, I'm being brain dead.
    What's the format {{assignedUser}}, {{quote.assignedUser}} don't work.

    Is it possible, if so what's the format of the reference?

    Thanks,
    Robert
  • yuri
    Member
    • Mar 2014
    • 8527

    #2
    Hi Robert,

    Try {{assignedUserName}}. You have this placeholder available while editing template.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • robertf
      Member
      • Apr 2017
      • 35

      #3
      Much appreciated.

      What about createdBy, is that available? I've tried various fieldnames, but it keeps giving me Array for output.

      I'm also trying to pull in the account email user or contact email address. Either a code to retrieve it or how to add it into the form to link back to any of those and select it. I tried, but don't see how to add a link in the entity manager and display manager.
      Last edited by robertf; 04-17-2017, 12:09 AM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8527

        #4
        You have placeholder list available while editing template.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • robertf
          Member
          • Apr 2017
          • 35

          #5
          Sorry to be slow, COMPLETELY overlooked the drop down list at the top of the page. It was blank and I never clicked on it! VERY HELPFUL - DUH! :-)

          Maybe add a default value of "Available Fields to Insert" or some such.

          Comment

          • yuri
            Member
            • Mar 2014
            • 8527

            #6
            Label is already added in the dev version.
            If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

            Comment

            Working...