Button Alignment issue on document tab of Custom Entity in Sage CRM

By | November 15, 2019

In one of the instances, we observed that the buttons were not visible while adding a new document against a custom entity created by entity wizard. But, the buttons were back when Page Zoom in or Zoom out was performed. So we investigated and have found a solution which we have discussed further in the blog.

New Stuff: Synch YTD and LYTD sales data using windows scheduler

As you can see in the below image the buttons are not visible on the page when we tried creating a new document record against the custom entity Contract instead a blank space was shown.

Buttons Suppressed
Buttons Suppressed

But, you can resolve this issue by adding a small code into Custom Content of the LibraryWebPicker.

You can refer to the below steps for adding the code.

  1. Navigate to Administration -> Customization -> Documents.
  2. Go to Screens tab.
    LibraryWebPicker
    LibraryWebPicker
  3. Next, select the Library Web Picker Screen Caption available.
  4. Copy and paste below piece of code into Custom Content of LibraryWebPicker screen.

    <script>
    $(document).ready(function()
    {
                 $(“#RightButtonPanel”).css(‘right’,’80px’)
    });
    </script>

    Custom Content
    Custom Content
  5. Finally click on Update button and save the page.

Now, user should be able to see the buttons when adding the Document against Contract record. You can apply the same solution for all the custom entity created via Sage CRM entity wizard. New Document Screen

New Document Screen

About Us

Greytrix a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.

Greytrix has some unique integration solutions for Sage CRM with Sage ERPs (Sage Enterprise Management (Sage X3), Sage Intacct, Sage 100Sage 500 and Sage 300).We also offer best-in-class Sage ERP and Sage CRM customization and development services to Business Partners, End Users and Sage PSG worldwide. Greytrix helps in migrating of Sage CRM from Salesforce | ACT! | SalesLogix | Goldmine | Sugar CRM | Maximizer. Our Sage CRM Product Suite includes Greytrix Business Manager, Sage CRM Project Manager, Sage CRM Resource Planner, Sage CRM Contract Manager, Sage CRM Event Manager, Sage CRM Budget Planner, Gmail Integration, Sage CRM Mobile Service Signature and Sage CRM CTI Framework.

Greytrix is a recognized Sage Rockstar ISV Partner for GUMU™ Sage Enterprise Management – Sage CRM integration also listed on Sage Marketplace.

For more information on our integration solutions, please contact us at sage@greytrix.com. We will be glad to assist you.