Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 2

Hi
I've this scenario where I display a list of records in an Adaptive Form. On clicking a particular record, I InvokeService and pass
Ticket Number and Email address. This service is configured in swagger doc and using POST method. I'm getting the result and now need
to call another Adaptive Form and pass this data.

How do i pass this data to another Adaptive Form.This Adaptive Form is bind to a data model and in the below ImpairmentDetails function i'm getting its
json response. So i should be able to forward to this Adapive Form with the data model.

Please let me know if you need any additional details.


var ImpairmentDetails = function(jsonResult) {

}

guidelib.dataIntegrationUtils.executeOperation(operationInfo, inputs, outputs,ImpairmentDetails);

 

 

Thanks & Regards

   Suresh

 

@Mayank_Gandhi 

Who Me Too'd this topic