Topic by Durga Prasad Mangali
Langauage: JAVA
SOAP-WSDL
Hi all,
I want to write an API calling which generates a "new" Generic Object which is of certain type, The newly created generic object will have all the fields to default values, so that i can map the newly created object to the source data and pass it through SOAP to create that object on RN.
For instance If i want to create an incident then i would pass incident as parameter and i will use the INCIDENT object generated by WSDL to create a new Incident in the Rightnow.
However I am not getting any go to get all the possible custom fields associated with a generic object.
Questions:
1. Is it possible to get the list of all the custom fields associated with a generic object.
2. Can I do it using "Metadata methods"?
please guide me to the code if possible
Thanks