Skip to main content

Hello,

In IFS CLOUD 23r1  am using a workflow which will trigger an API call to another system after the NewEmploymentHandling / EmployeeAssistantFinish(Objkey):StructSavedEmployeeDetails is called.

This is working but, I’d like to improve it and include data enter into the EmployeeAssistant into the API call to the other system.

Any advice?

Kind regards,

Josh

hi

In this case it seems the data entered into the assistant is available in NewEmploymentSet. Since the objkey used for the entity set is passed into the workflow you could do a API Read to NewEmploymentSet based on that input and get the values used inside the assistant 

eg:

 


Reply