Hello. Let say we have 2 different Infor OS instances/Tenants -- Development and Production.
In Development, I establish company 175, and publish data tied to that company 175 to the datalake.
In Production, I need to eventually publish that same data. Is it ok to have the same company number, 175, in this other Tenant? Is it best practice to keep the same company number in this example for datalake operations? Any pitfalls?
From what I can tell reading the ION guide and reviewing the sql scripts that are part of the Service_ion.sqlscripts package, there is a Tenant ID that will delineate this data. I won't be able to accidentally get development AND production data in the same data lake query or flow. The 2 tenants' data are isolated from each other unless you do some sort of specific tenant-to-tenant config. It seems like you would probably want the company number to be the same between dev and prod if you have company specific configurations tied to that number that you are replicating?
Thanks for any assistance you can provide!