Hi,
what way is created new ordered environment of IFS Cloud?
Is it Fresh install from actual GIT state? Or is used some previous snapshot and only last deliveries are applied in mode “Version u to date”?
The main question is - are during environment creation executed CDB scripts or only CRE files?
What if I need do some DML what is not possible do within *.storage file?
For example, I need temporary table with “ on commit persist rows” - IFS storage file allows me create only “on commit delete rows”. What is problem, because i using it in transaction with CustomerOrder.Release, what contains commits, so my data was deleted prematurely.
I solved it with storage file with comment and in CDB I used SQL DML instead of generated Database.SYS commands.
But if fresh install will occured, table will be crated bad.
So what is the mode of installation and what is proper way of solving this problems?