Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/25/2024 02:58 AM
Hello everyone,
Im working on a EasyVista Connector ITSM For ticketing (CreateTicketJSON Specifically) and im facing a problem of mapping on the right attributes, here is an exemple of the easyvista attributes :
REQUEST_ID: Request ID, i've thought of mapping it on ars_request.id or ticketID
CATALOG_CODE : (Exemple :V2VS11U)
RFC_NUMBER: (Exemple :S2091018_004)
RECIPIENT_IDENTIFICATION : i've thought of beneficiary.employeeID
STATUS_ID : (Exemple :8 )
CATALOG_REQUEST_PATH : (Exemple :Demand of service/join, leave, move of employee/join/xoxo - Annonce of join of a new employee )
TITLE_ENG: (Exemple :xoxo-Annonce of join of a new employee)
SUBMIT_DATE_UT: i've thought of ars_request.REQUESTDATE
Anyone have an idea of the right attributes for the mapping please?
Best Regards
07/25/2024 04:37 PM
07/29/2024 06:14 AM
Hello rushikeshvartak,
Thanks for the response, I've made some changes on the attributes to be send, now im using those one's :
Catalog_code(static), Urgency_ID(static), Severity_ID(static), Recipient_Identification(dynamic), requestor_mail(dynamic), Origin(static), Description(static)
Im hardcoding them just to be sure that the request is sent succesfully, but its not the case here, im getting a error msg : Error in getting Ticket Number...response: {"type":"about:blank","title":"Internal Easyvista Error","status":590,"message":"An internal error occurred.\r\n Please try again later or contact the system administrator.","
Here's my code:
I've done the tests with postman and everything works, i will be very grateful if you can help me with this problem and the attributes to be mapped to Recipient_Identification, requestor_mail
Best regards
07/29/2024 06:52 AM
Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .
‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️
07/29/2024 08:31 AM
07/29/2024 08:33 AM
Share in text format
07/30/2024 01:05 AM
Hello,
While investigating the problem, i think i know from where it comes, Saviynt requires a Ticketid Number, and im not giving it in my code, have you an idea on how to implement it?
07/30/2024 03:08 AM
07/29/2024 10:21 AM
@FormulaHack ID password provided in connection json are those valid??
07/30/2024 01:03 AM
Hello NM,
Yes the connectionJSON is working fine