Hi BOARD Team,
If we want to change the Max Item for an entity, the best practice is to do it in test environment and then use the Transporter to update the production environment.
Question 1: If I need to delete members from the entity, can I do it safely in the production environment?
Question 2: I want to reload entity with a new set of value and description via data reader. Max Item number will not be changed. In this case, can I do it directly in production environment?
My plan is to clear the current Entity, then run the new data reader, then normalize the data.
Thanks