Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

EIC Info

anuragG
New Contributor III
New Contributor III

Hi 

Can anyone confirm if we can call custom JARs from connectors in EIC?

Currently we are and we are on version V5.5Sp3.19

Thanks

5 REPLIES 5

Dhruv_S
Saviynt Employee
Saviynt Employee

Hi @anuragG 

It is supported in EIC.

Regards,
Dhruv Sharma
If this reply answered your question, please accept it as Solution to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

Its supported from v5.4.1

https://docs.saviyntcloud.com/bundle/JAR-v2022x/page/Content/Introduction.htm

rushikeshvartak_0-1700457770270.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @anuragG,

Kindly provide details about your specific use case. Your insights and requirements are valuable to us as we strive to offer tailored solutions that align with your unique needs. We appreciate your cooperation in sharing additional context, which will enable us to better understand and address your concerns effectively.

anuragG
New Contributor III
New Contributor III

What i mean is can we call custom JARs from any connectors? Like we are having a REST connection with below JSON -

{
"accountIdPath": "accountName",
"call": [{
"name": "call1",
"connection": "acctAuth",
"url": "<URL>",
"httpMethod": "POST",
"httpParams": "{ \"XGUID\": \"${user.customproperty21}\", \"S3_USER_ID\": \"${user.username}\", \"PERSON_STATUS\": \"${com.adw.PersonStatus.Personstatus(user.customproperty49)}\", \"LAST_NAME\": \"${user.lastname}\", \"FIRST_NAME\": \"${user.firstname}\", \"EMAIL\": \"${user.email}\", \"S3_EMPLOYEE_TYPE\": \"${user.employeeType}\", \"COUNTRY_CODE\": \"${com.adw.CountryCodeConverter_2.convertToThreeLetterCode(user.customproperty3)}\", \"COMPANY\": \"${user.companyname}\", \"STREET\": \"${user.street}\", \"STATE\": \"${user.state}\", \"POSTAL_CODE\": \"${user.region}\", \"MANAGER_NAME\": \"${com.adw.ManagerData.Mdp(user.owner.toString())}\", \"MANAGER_XGUID\": \"${com.adw.ManagerData.xguid(user.owner.toString())}\", \"TIME_STAMP\": \"${com.adw.SystemDateCalculator.getFormattedSystemDate()}\", \"RECORD_TYPE\": \"NEW\", \"SOR\": \"${user.customproperty15}\", \"FEED_PK\": \"${user.customproperty40}\", \"PERSONNEL_NUMBER\": \"${user.employeeid}\" }",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/x-www-form-urlencoded",
"successResponses": {
"statusCode": [200]
}
}]
}

 

So the attribute like -  \"TIME_STAMP\": \"${com.adw.SystemDateCalculator.getFormattedSystemDate()}\" is getting calculated from JAR . Can we do this EIC also?

DixshantValecha
Saviynt Employee
Saviynt Employee

Hi @anuragG,

Thank you for providing the details, as suggested by @rushikeshvartak and @Dhruv_Sharma. This is supported from version 5.4.1 onwards. Additionally, it is compatible with EIC versions 23.x.