PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

How to pass Request ID in the Create/Update account JSON ?

Akshay
New Contributor
New Contributor
 
7 REPLIES 7

rushikeshvartak
All-Star
All-Star

which connector 

REST Example:

"physicalDeliveryOfficeName": "${'ARC Task# '+task.id+'; '+'ARC Request ID# '+task.requestKey?.processinstanceid?.substring(task.requestKey?.processinstanceid?.indexOf('.') + 1, task.requestKey?.processinstanceid?.length())}",


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Akshay
New Contributor
New Contributor

Yes we are using rest connector , so below should work to send request ID ?

 

  ${task.requestKey} 

Akshay
New Contributor
New Contributor

Will this also work in SOAP connection ?

yes 

${task?.requestKey?.processinstanceid?.substring(task.requestKey?.processinstanceid?.indexOf('.') + 1, task.requestKey?.processinstanceid?.length())}

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Akshay
New Contributor
New Contributor

Thanks a lot 

Dave
Community Manager
Community Manager

@Akshay - Please click the "Accept As Solution" button on the post that provided the best answer to your question.   This will help future users who might have the same question.  Thank you! 

Akshay
New Contributor
New Contributor

Hi Dave , 

Yes , will mark as 'Accept As Solution' once I have tested the same and it works .