Menu Parameters for BIP Report Integration
Summary:
We are attempting to integrate with ERP using the BIP Report option in our Target Application in Data Management. The BIP Report we are utilizing uses a shared Data Model which has menu-style parameters. We need to be able to select multiple menu options per parameter, but when passing multiple parameters for each argument in the Report Parameters field, each argument is treated as its own parameter, not a list of parameters for that argument.
Example Report Parameters: argument1 = "a,b,c"; argument2 = d, argument3 = e (3 arguments passed to report)
Result passed to BIP Report: a,b,c,d,e (Log shows that 5 parameters are passed and the Data Load Rule errors)
Tagged:
1