Nikpowar97
New Contributor III
since ‎04-12-2022
5 hours ago

User Statistics

  • 35 Posts
  • 1 Solutions
  • 3 Kudos given
  • 5 Kudos received

User Activity

Unposting
Is there any way we can disable load to cube. Any EventHandler Operation type I can use? to throw and error. on a specific WF? My Ultimate aim is just to see the Intercompany Matching Report on the profile which is visible only if Process step exist.
I am Running a Dashboard Data set rule. The process is a bit longer. For Each EntMem As MemberInfo In BRApi.Finance.Members.GetMembersUsingFilter(si, Brapi.Finance.Dim.GetDimPk(si, "DimName"), "E#Top.Base", True) For Each Parent As Member In BRApi.Fi...
The Function in my rule : Brapi.Utilities.ExecuteDatamanagementSequence run the sequence in Background and allows me to do further operation in BR even before the step is complete.Is this the expected behavior?How do we avoid this. To run further ope...
Code: Dim TimeName As String = "2023M1" Dim dt_NIk As DataTable = BRApi.Import.Data.FdxExecuteDataUnit(si,"Consol", "E#KY00_Total.Base","OwnerPostAdj",Brapi.Finance.Scenario.GetScenarioType(si,si.WorkflowClusterPk.ScenarioKey).Id,"S#Actual_Hist","T#"...
Kudos given to