Recent List Customization in Sage CRM 7.2 using C# .NET (DLL)

Hello,

By using SetContext() method, I am unable to set a custom entity record in recent list properly. Instead, The code provided below was able to set a record under a company mini-heading in recent list called 4074. However, the hyperlink behind the button leads to project summary page.

Code:

SetContext("Project", 480, true);
SetContext("Company", 4074, true);

Output:

Any comments are welcome.

Thanks.