Tag Archives: Reference Number

Sage CRM 2021 R2: UX improvements – Configuration of Quote/Order merge document names

Sage CRM’s Mail merge functionality is one of the well – known and most useful functionality for every Business. The ability to merge the transaction details onto a word or pdf document with just few clicks had made it the most prominent feature of Sage CRM. The provision to create numerous templates categorized on a… Read More: Sage CRM 2021 R2: UX improvements – Configuration of Quote/Order… »

Increasing Reference Column Width In Sage CRM

Recently in the community forum there was an requirement, where user wanted to show reference no of Case, Order or Quote in a single line instead of it being displayed in two separate lines.  This can be easily achieve by writing simple jquery code. In this blog we will see how to achieve the same.… Read More: Increasing Reference Column Width In Sage CRM »

Set Quote reference id when creating quotes from COM API

Whenever we create quotes through standard screen, it calls the internal methods to generated Quote reference id based on reference format and updates the new quote record with the same. When we create quote using CreateRecord method in COMP API we don’t get this value automatically set. Below is the function you can use in… Read More: Set Quote reference id when creating quotes from COM API »