Controlling the RecentList using Client Side Code

Less than one minute read time.

The GoRecent function is held in Sage CRM in an external file which is included in every page.

Sage CRM Code Example

function doCode()
{
SageCRM.webMenu.GoRecent('C');
}