Quantcast
Channel: Discussion Forum > Connect Data Services
Viewing all articles
Browse latest Browse all 2504

[Console add-in] Getting incident details using Add-in API only (3 Comments)

$
0
0

Topic by Salvatore

Content

Hello,

I'm aware that we can open an incident with:

automationContext.EditWorkspaceRecord(RightNow.AddIns.Common.WorkspaceRecordType.Incident, 123456);

and we can also use SOAP API to get incident details based on incident ID.

I'm wondering if we can get incident details for a known incident ID using Add-in API only? I can't find anything useful in IAutomationContext, IGlobalContext, IRecordContext...

 

We would like to achieve something like IRecordContext.GetWorkspaceRecord( RightNow.AddIns.Common.WorkspaceRecordType.Incident, 123) where "123" is different from the current incident.

 

If that feature is not supported, should we look at:

- Executing a ROQL query using Add-in API

or

- Creating a parametric report and execute it with IAutomationContext.RunReport ?

Thanks,

Salvatore

Version

November 2012

Viewing all articles
Browse latest Browse all 2504

Trending Articles