Announcement

Collapse
No announcement yet.

How to make Lead's phone field and other entity to have opted out and invalid option?

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

  • How to make Lead's phone field and other entity to have opted out and invalid option?

    Hi All,

    Anyone has idea on how to make Lead's phone field and other entity to have the opted out and invalid option just like the Contact entity?

    Thanks

  • #2
    Hello

    Is not what you need the field Do Not Call?

    Comment


    • #3
      Hi tanya,

      This is what i want in the lead phone field, pls see attached file.

      The Opted Out and Invalid buttons.

      Thanks
      Attached Files

      Comment


      • #4
        Upgrade safe way is important? Only for lead?

        Comment


        • #5
          Yes tanya, i want it to be upgrade safe. I want it on all entity that has phone field. Thanks

          Comment


          • #6
            Hi tanya ,

            I already solved this, i just missed defining in the resources entitydefs thats why my custom code didnt work.

            Code:
            "fields":{
                    "phoneNumber":{
                        "view":"custom:views/fields/phone"
                    }
                }
            added these lines and it worked.

            Thanks

            Comment

            Working...
            X