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

adykes's avatar
adykes
New Contributor III
2 years ago
Solved

Issue With Referencing Global Variables in Connector Business Rules

Hi all,  I am facing an issue regarding my ability to reference global objects between two different business rules, one of which is a finance business rule and the other of which is a connector bu...
  • db_pdx's avatar
    db_pdx
    2 years ago

    I haven't used the ExecuteMethodCommand, but it generally looks like it should work. It probably wants the Application Connection Info; BRApi.Database.CreateApplicationDbConnInfo(si).

    Access the dataset: Dim dt as DataTable = dtDataSet.Tables(0)         (its index based)

    Import it: api.Parser.ProcessDataTable(...)