Forum Discussion
All brapi rules like SetDataCellsUsingUsingCsvFile do write to Forms (I prefer to use SetDataCellsUsingMemberScript).
If you want to "write" to Import with a business rule, you need to run a financial business rule (Finance Function Type: Calculate or CustomCalculate) with the restriction that you only can "write" to one dataunit at a time and you need to set isDurableCalculatedData = True to not loose the data with the next normal calculation/consolidation.
So it isn't a load in the traditional way, but a calculation.
Hi Christian,
Thank you very much for your response. You mentioned a way to write to import using Business rule using Calculate or Custom Calculate with restrictions. Could you please kindly provide me with an example? This will be very helpful. Appreciate it
Kai
Related Content
- 8 months ago
- 4 years ago
- 4 months ago