Change order of panels on Lead

Can we change order for screen panels on Lead so that on Lead Summary tab it shows Lead Company Details Panel first and then others ?

I tried changing the order form

Administration -> Customisation -> Lead > LeadEntryBlock but no good

thanks

  • 0

    Hiya

    The layout of the Lead Summary screen is generated by the eware.dll. You can’t change this although the metadata allows you to change the fields in each screen block.

    There are two basic approaches to getting what you want.

    1. Reorder the page using JavaScript once the page has been loaded into the browser. This is likely to be quite complex to do and once done vulnerable to breaking.

    2. Create an alternative version of the page using the .Net or Asp apis. You can then redirect to the new page as necessary.