Rules
Discuss Formulas and Business rules for your application

Forum Posts

[howto] Use "Insert Code" when posting on Forum boards

Hey guys! Just a reminder: if you're going to post code in this forum, please make it easier to read by using the "Insert/Edit Code Sample" button on the expanded formatting toolbar. Here's a short video showing how it works. If you need to edit code...

tmp.png 1c_code.gif
JackLacava by Honored Contributor
  • 2413 Views
  • 6 replies
  • 3 kudos

Resolved! Adding new source currency with setFxRate automatically

Hi, I'm currently setting FxRates via BR using below snippet: objFxRatePk = new FxRatePkUsingNames(osFxRateType, osFxRateDate, sourceCurrency, targetCurrency); objFxRate = new FxRateUsingNames(objFxRatePk, decimal.Parse(rate), true, false); objFxRate...

JohannJ by New Contributor II
  • 294 Views
  • 4 replies
  • 0 kudos

Allocation: charge from one entity to another

Hi Everyone. What I want to achieve is a method for performing an allocation where a charge is made from one entity to another, or even perhaps just a different department within the same entity. I have been reviewing examples, but I have not seen on...

Marco_0-1724274790030.png
Marco by Contributor II
  • 316 Views
  • 4 replies
  • 0 kudos

Validate User DataCell Access in BR

Hi, is there a way to completely validate data cell access for a user in a BR using the api? I'm looking for something that would run the same logic as you would expect from a cube view, basically validating cube, scenario, entity and sliced security...

jesvam by New Contributor III
  • 179 Views
  • 3 replies
  • 0 kudos