Forum Discussion
Hi, that very much depends on the requirements of your client. They can just extract the data and load it into the new solution using the import step in a workflow just like one loads historical data in any new project.
If they want to be more specific as you are indicating, they can load journals as actual journals and load data to origin forms using BRApi.Finance.Data.SetDataCells(si, dataCellExs) (though this may be a bit slow, depending on your volume of data). This rule also lets you save strings on V#Annotation. If you want to go down that route, you need to write a rule that pulls the data from your extracts and saves the data and the annotations in the cube using the above function. Do not try that with a full data set, start small and then incrementally increase it. I am not aware of a corresponding Api function which would be more performant.
You could also extract the data in Excel and "set" them from there in the new application to move data from O#Forms to O#Forms. This would be easy to do for their own admins if they want to do parts of it themselves.
There are many ways to go about it and I think it really depends on each individual case, the data volume and the customer's requirements.
Related Content
- 11 months ago
- 7 months ago
- 3 years ago
- 3 years ago