Announcement

Collapse
No announcement yet.

show the ID in the Account section

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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

  • #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


    • #3
      I recommend using formula, create an URL field, and use concatenation function.

      Comment


      • #4
        Originally posted by yurikuzn View Post
        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


        • #5

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

          Comment


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

            WORK! THANK YOU!

            Comment

            Working...
            X