How to read all child elements in xml dom ? : salesforce integration
Answer / Renu Verma
To read all child elements in an XML Document Object Model (DOM), you can use the getElementsByTagName() method. This method returns a NodeList of all elements with the specified tag name within the current node.
| Is This Answer Correct ? | 0 Yes | 0 No |
If an action is scheduled to be executed for a time-based workflow, is it possible to delete the workflow?
How many types of email templates can be created in salesforce?
Explain the skinny table. What are the considerations for skinny table?
What are the Best Practices of Creating Contact Sharing Rules?
What is the difference between the normal “insert” operation and “database.insert” operation ? Which is preferred over the other and why ?
Will data be lost in a custom field if data type is changed to number from any other data type?
Explain 'lookup relationship' in salesforce ?
What is dashboard? : salesforce reports and dashboards
Is it possible to restrict permission for users using permission set? : salesforce sharing and security
Types of Sharing Rules in Salesforce and Explain it?
What are the different dashboard components? : salesforce admin
How can we call child component controller method from the parent component controller method?