Oracle Fusion Sales - Parent Account fields to be visible and overwritable on children Accounts
Hello!
we have a structure with Parent Account:Child Account that is 1:N.
In the Parent Account there are some editable fields, and we need to display their value in each Child Account, making possible to the user to overwrite it. What is the best way for doing it?
Our current options:
- Display the Partner Account fields as calculated fields in the children Accounts getting their values via Rest API, but for making possible the overwrite we need to have also a physical field in the Child Account (for each field we would like to be overwritable)
- Physically replicate the fields at Child Account level, maintaining their values, so if something is changed at Parent Account level, we need to replicate the change in each Child Account:
0