function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ArchonArchon 

Call Ajax from PRM?

Hi all,

I am trying to find out if it is possible to call the saleforce ajax object from an html page in the PRM.  We are trying to get a list of tasks for the current user logged in.  Our workaround (since you can't have the activities tab in PRM) is to create a .aspx page from a custom tab in the PRM that would call the API and list the tasks related to the logged in user.  The problem  - how do I send the userid to the aspx page? How do I know without the capability of an scontrol who is the current user logged in? Any help would be greatly appreciated.