The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Bella_Yu
1 year agoNew Contributor III
Call Data Adapter with GetAdoDataSetForAdapter and Pass Parameter Value
The goal is to get underlying dashboard data, I'm developing business rule using VB to call respective data adapter. The issue is, the data adapter has 1 parameter, not sure if it's possible to pass ...
DanielWillis
1 year agoValued Contributor
Hi Bella
I think the better approach is to rework this a little bit so that instead of your business rule retrieving data from your data adapter, you have your data adapter retrieving data from your business rule. For me this is much more flexible and would make your new requirement quite easy to implement with all the logic there in the BRs. The rework would most likely be quite trivial.
Your new data adapter would look something like this:
Regards,
Daniel
Related Content
- 2 years ago