We have requirement to fetch all Open Events for a particular Assigned User.
We have created an ETM channel but it is always giving empty list.
We have requirement to fetch all Open Events for a particular Assigned User.
We have created an ETM channel but it is always giving empty list.
Hello Manish,
How did you configure the channel?
Kind Regards,
Caroline
Hi Caroline,
Resource is “Event” in Configuration too.
Thanks & Regards,
Manish Verma
Hi Manish,
When searching for events, the minimum criteria required are Event Type and Event Status. If any of these are missing, then the search will return 0 results.
Above is an example variable assyst search which will return a list of open Incidents which are currently assigned to the provided user. In your datamapper, you could set up multiple searches for different event types. The possible values for Event Type (Taken from the assystREST resource schema) are:
<xs:simpleType name="eventTypesEnum">
<xs:restriction base="xs:string">
<xs:enumeration value="INCIDENT"/>
<xs:enumeration value="CHANGE"/>
<xs:enumeration value="PROBLEM"/>
<xs:enumeration value="NORMALTASK"/>
<xs:enumeration value="DECISIONTASK"/>
<xs:enumeration value="AUTHORISATIONTASK"/>
<xs:enumeration value="SERVICEREQUEST"/>
<xs:enumeration value="ORDER"/>
</xs:restriction>
</xs:simpleType>
Kind regards,
Stephen
Thank you
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.