Consolidating Parameters (Double to Integer problem)
Hi all,
I designed a workflow in Guided Procedures containing 2 actions.
The first action contains a VC Composite view which uses a webservice to get a list of integer values "ID". The User can select one and submit the form.
The second step calls another webservice to create a business-object instance. This second webservices expects the parameter "ID" (also) as an integer!
My problem is, that GP receives the "ID" of the first action as Double - but the second action expects an Integer!
Because of that, i'm not able to consolidate the parameters of the 2 steps.
How can I solve this small problem?
Best regards
Philipp