function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pooja kasliwalpooja kasliwal 

Field Mapping Of Two System Objects

Hello Everyone ,
        There are four picklist on a visualforce page , one picklist is for all source objects and one is for their corresponding fields. and the other two picklists are  for corresponding child objects of source object and their corresponding fields .I want to map fields of source object with fields of target object( which is the corresponding child objects of source object). Please suggest how can i achieve it?
Amit Chaudhary 8Amit Chaudhary 8
Please check below post. I hope that will help you.
http://amitsalesforce.blogspot.in/2014/11/dynamic-field-mapping-using-custom.html

In above post i used field mappint between pre-Lead (Custom Object) and Lead object. Just change the object name that will help you

Please let us know if this will help you

Thanks
Amit Chaudhary