show the ID in the Account section

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sumservis
    Member
    • Sep 2019
    • 56

    show the ID in the Account section


    Hi, I need to show the ID in the Account section. Example: (custom predefined link - it never changes - only id changes )
    ) http://demo.com/blabla/[id] I made the ID visible in the entity manager. So I already have the ID. Now I need to put my link before the ID. It can be done through detail.json? Thank you
  • sumservis
    Member
    • Sep 2019
    • 56

    #2
    Idea (image)

    For what?
    I have created a registration form that is linked to the ID account. This is how the account manager would just copy the registration link and send it to anyone.
    Last edited by sumservis; 11-12-2019, 04:57 PM.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8453

      #3
      I recommend using formula, create an URL field, and use concatenation function.
      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

      • sumservis
        Member
        • Sep 2019
        • 56

        #4
        Originally posted by yurikuzn
        I recommend using formula, create an URL field, and use concatenation function.
        Hi, thank you for your reply. What should the formula look like? string\concatenate(registranLink, id); ?
        Last edited by sumservis; 11-12-2019, 06:56 PM.

        Comment

        • sumservis
          Member
          • Sep 2019
          • 56

          #5

          when using this formula, everything is always the same. Nothing happens.

          Comment

          • sumservis
            Member
            • Sep 2019
            • 56

            #6
            registranLinkProPoradce = string\concatenate(registranLink, "", id);

            WORK! THANK YOU!

            Comment

            Working...