GUMU™ for Sage CRM – MAS 90/200 Integration

Greytrix has released GUMU™ for Sage CRM – MAS 90/200 Integration version 3.0. This is a real time bi directional integration between Sage CRM and Sage MAS 90/200. Based on our experiences with the earlier versions and resellers feedback we have incorporated some new features and likewise we have dropped some unwanted and cumbersome steps… Read More: GUMU™ for Sage CRM – MAS 90/200 Integration »

How do you find the Workflow Action Buttons from custom content?

Let’s say that there is a workflow action button named “samplewkflbtn” on your screen and you want to track the same for attaching your custom URL or some other purpose. You may follow the below given steps to achieve the same. 1. Find the “Table” element by getElementById method. var a=document.getElementsByTagName(“Table”); 2. Loop through all… Read More: How do you find the Workflow Action Buttons from custom… »

Object Expected error on Screen level customization

You must have experienced this error populating sometimes when you handle the screen level customizations. Mostly this problem deals with the “View mode” and “Edit Mode” of the screens. Whenever we do some screen level customizations we will always have to take into consideration the view mode and edit mode of the screens. For example… Read More: Object Expected error on Screen level customization »