Change order of lead convert screen.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ellen
    Senior Member
    • Jan 2018
    • 149

    Change order of lead convert screen.

    Dear Tanya,
    Please check if we can change order of this screen like attached file
    Thanks
    Attached Files
  • tanya
    Senior Member
    • Jun 2014
    • 4308

    #2
    Hi Ellen,
    custom/Espo/Custom/Resources/metadata/entityDefs/Lead.json
    add
    "convertEntityList": [

    "Account",
    "Opportunity",
    "Contact"
    ]

    Don't forget, that the file content has to be a valid json. Administration > Clear Cache > refresh the page

    I am looking for the lead convert layout page code. I need to completely remove 2 options so they are not visible in the layout Could someone point me in the

    Comment

    • Ellen
      Senior Member
      • Jan 2018
      • 149

      #3
      Dear Tanya,
      Thanks

      Comment

      Working...