Is there a way to populate a table dynamically from another table?
That is I have 2 table
Customerwhich has fieldregionNameRegionwhich has fieldName.
On populating customer table,it should populate the distinct values of customer table regionName into the Region table Name field automatically.
Is it possible? Then how?If not How to populate the value in both table from a single webservices?