gmmisdt
1st August 2019, 12:59
Hi,
I am creating table definition in tx package.If I am doing convert to runtime then it will affect all the user who currently logged in Infor LN.

Convert to runtime affect only tx package or it will affect all the running transaction except tx.

This is very confusing for me.
Pls help/guide.

mark_h
1st August 2019, 14:48
Not sure of the question. I typically never created any references between my tables and the baan standard tables. So all I ever had to do was create RDD on my table. But with references and such you could have to all the tables involved - which would impact other users. In those rare cases we would schedule downtime to create them.

gmmisdt
2nd August 2019, 06:19
Hi,
Thanks for the reply,
For your information,
There is no link between std table and my custom table.
This table is independent table there is no reference or not user anywhere.

Ajesh
2nd August 2019, 10:30
Ideally crdd should be done when everybody is logged out because even though if you have put tx in the range done to crdd, standard process will do crdd for other related tables as well, for example if you have put reference in your tx table field to a field of standard table in tc, crdd will affect the standard table too, if you have put text field in your tx table, standard process will affect tttxt010, table too.

So ideally everybody should be logged out.

mark_h
2nd August 2019, 14:16
As Ajesh says ideally you would have everyone out, but for us If the table is independent of all baan tables - the for us the initial move it would be created without logging out the users. Otherwise we would wait until afterhours to do crdd.

gmmisdt
6th August 2019, 08:37
Thanks Guys for your prompt support.