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
SAS TeamSAS Team 

Open a tab to a specific user with the REST API

Hello,

I am currently searching for a way to open a tab programmatically thanks to the REST API. I'm not sure if it is possible, but I was thinking about using custom invokable actions that would trigger an APEX class and then open this tab.

My need is the following : I am creating a Case thanks to the REST API. This case would be assigned to a specific user. I want this case to then automatically appear on the user's console as a tab (if possible in the background, not "popping", but it's a nice-to-have).

Any idea on how to do that ? Am I on the good path ?

Thank you !
System Admin4System Admin4
Hello,

Were you able to find a solution for this scenario?

Thank you.