Forum Discussion
Hi prachtiwari11,
The connector rules do not offer the flexibility to pass on parameters so in order to achieve that you have to store the filters to apply. There are a number of ways to achieve that, see this post:
https://community.onestreamsoftware.com/t5/Rules/Connector-Business-Rule-with-input-parameters/m-p/31632
Another option is to use the BRApi.State.SetUserState and BRApi.State.GetUserState to pass on the values (i.e.: Entity ABC and Account 123).
So high level, you'd have a dashboard with the selection parameters and a button to trigger the load.
This button would trigger a dashboard extender rule to update the UserState with the user selection (using the SetUserState function) and would then trigger the connector rule (via the usual BRApi.Import.Process.ExecuteParseAndTransform function). The connector rule would then update the query based on the user selection that could be fetched using the GetUserState function.
Hope this helps.
Related Content
- 3 months ago
- 3 months ago
- 10 months ago
- 3 years ago