You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

trouble passing multiple RTP's in Rest api Business rule execution

edited Oct 1, 2019 11:27PM in Planning 2 comments

Content

Thanks to Manfredi's help I have code to execute a business rule using a Rest call.  It works beautifully for a business rule that has one RTP.  I'm having trouble trying to adapt it so that I can pass more that one RTP parameter into the business rule. In other words I'd like to create another string variable similar to sEntity to capture a second POV dimension member then pass it in as a second parameter 

//Get the Current Entity from POV
String sEntity = operation.grid.pov.find{it.dimName =='Entity'}.essbaseMbrName

Map<String, String> Params = new HashMap<String, String>()

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!