Print

GetXML

This function return current case in xml. If xslt template name is provided then returned xml is transformed with this xslt.

Syntax

xml=GetXML();
xml=GetXML("erp.xslt")

Function arguments

  • xsltTemplateName – (String) [Optional] Filename of xslt template

Return value

This function returns String.
Returns xml in string

Examples

Example 1:
Returns current case in xml format.

xml=GetXML();

Example 2:
Returns current case in xml format transformed with xslt from epr.xslt template

xml=GetXML("erp.xslt")
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?