Change Company

Hi

I am having 4 Companies A, B, C & D in my DB

I am working in Company A.

I am inserting a new record in Resource Card that should be seen in Company B, Company C, Company D.

What to do, can you suggest me

There is a property called DataPerCompany in table property…set it to No

Setting DataPerCompany is not your best option. Generally I do not recommend writing code for something that already exists “out of the box”, but this is one of them. The reason being that there are related tables involved as well.

What happens when you make a new Resource Group that doesn’t exist in one of the other companies? Or set default dimensions? Now you have invalid table relations and data that does not match across tables. Not a place that I would want to be in.