Forum Discussion
- victorteiNew Contributor III
What’s your goal with that? Are you looking to apply a financial rule, or do you plan to use it in a Dashboard Extender or Extensibility rule?
As T_Kress mentioned earlier, you can use E#Top.Base.Where(Text1 = 'ABC'). If it's a calculation, you could incorporate that in the DM that calls the Finance BR. If you're aiming for something specific in a Dashboard Extender, BRApi.Finance.Metadata.GetMembersUsingFilter might be the way to go. Ultimately, it depends on what you’re trying to accomplish.
- T_KressValued Contributor
E#Top.Base.Where(Text1 = 'ABC')
Related Content
- 4 months ago
- 9 months ago
- 5 months ago