tanya need help formula problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hioutlook
    Junior Member
    • Jan 2019
    • 10

    tanya need help formula problem

    Hi tanya

    I want The url Synchronization if I fill the phonenumber

    I added url fields , see photo

    I trid formula, but it's not good, see photo.

    Maybe mine formula it's wrong?

    Please help, Thanks!




  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hi,
    create a field : type url .. and check "read only" (important)
    then go to entity manager and make formula :
    webMe=string\concatenate("http://www.blabla.be/", phoneNumber)
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • hioutlook
      Junior Member
      • Jan 2019
      • 10

      #3
      Originally posted by item
      Hi,
      create a field : type url .. and check "read only" (important)
      then go to entity manager and make formula :
      webMe=string\concatenate("http://www.blabla.be/", phoneNumber)

      It's rigth!

      Thank you very much !
      Last edited by hioutlook; 01-27-2019, 05:50 AM.

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Hello,
        what is not ok?
        here primary phoneNumber is used

        Or now the question is about Import feature? You can import multiple phone numbers, but they have to be in different columns. After map the column and mobile type.
        Or the problem is, when you have several columns with phoneNumbers, you don't have that primary one for this formula?

        Comment

        Working...