Question
Tata Consultancy Limited
IN
Last activity: 11 Oct 2021 12:33 EDT
What happens to the column in DB if the Exposed property is withdrawn and re saved in inheritance path
Hello All,
I have a property "ResolveReason" exposed in the work table.
Assume the property is in extended work class, i.e. A-Work-B
We would like to have the property in A-Work class so that it can be reused in other implementation classes. If we withdrew it in A-Work-B and save it in A-work, does it affect the entries in the DB column? Do we need to explicitly map it again to new property? If its not promted to higher env, we can simply remove the column and create a new one, however here its already promote to higher env.
TIA