The xml tag has no wiki summary.
3
votes
1answer
22 views
Where to edit XML for “Lookup Filter” in Force.com
I created custom lookup fields for my custom object in web UI. Some of these lookup fields have lookup field filters. I need to create the same filter for many other similar lookup fields. I ...
2
votes
2answers
152 views
apex program to create and download a file
So I'm trying to find a way to download a report from salesforce programmatically, to a local machine.
so, I've found the XMLStreamWriter class, and am writing the XML just fine... I'm just wondering ...
0
votes
0answers
118 views
Need to display a helpText beside a tab
Extension to my Previous Question which is placed here "Hyperlink in help text which comes from XML"
My requirement was changed Now and it was a bit tough one.... :(
My xml is something like this
...
2
votes
3answers
63 views
Is there an xml equivalent for the JSON formatting methods in apex?
Is there any method to take an xml string or a DOM.document object and get a nicely formatted string of the xml (like serializepretty does for JSON)?
I'm fairly certain the answer is no but just ...