I appreciate any feedback.
Thanks,Doron
I need to see the data in the XML and not onky the tables stucture only. I need to have the actual data with the right hierarchy based on the relations.. Say the data in the SearchCategory will hold the data for some tabs. The data in the SearchOption will present different options to bring the tabs. In the below example I have 2 options such as People Search and Email Search. Each option will have several tabs as shown in the SearchCategory etc...SearchOptions table:
PK SearchOption1 People Search2 Email SearchSearchCategory Table:PK FK SearchCategory1 1 Name2 1 Address3 1 Phone4 1 SSN5 2 Reverse Email6 2 Phone Search
Thanks,
Doron
To give you an idea, I need to generate an XML file similar to the Messages_1033.XML created by the Localization and Messaging Editor.
So to clarify my question, is there a method somewhere in SF that will help me generating that type of xml output?
As Edhy indicated below there will be 3 tables involved. Parent, Child and Grand Child. So the hierarchy should be created based on that as well.How would you add addtional tables to the XML and reflect the relations there as well?
Regards,