Hi,
We created several Premium Earning Policies and we would like to recreate these policies to multiple others environments. Usualy, we do this kind of task by inserting records in tables with X++ code in a ReleaseUpdate class and our differents users get the update with the next version. But Premium Earnings Policy Rules seem to be more complex because they use Expression Model Framework and we think than it would be a better practice to use this Framework to recreate them instead to program simple SQL inserts in tables.
Is there a way to create Premium Earnings Policy Rules programmatically or at less export/import them as we can do with workflow by example with a kind of xml file.
Thank you for help and ideas.