Provides the opposite to the ToXml method.
It can be applied to a character field whose content has a specific XML format (predefined by GeneXus), in order to extract from the XML format, the value of each attribute of a Transaction object, and charge a variable based on a Business Component.
&VarBasedOnBC.FromXml(&String)
Where:
&VarBasedOnBC
Is a variable defined in a GeneXus object, based on a Business Component.
&String
Is a variable or attribute based on a character type and it must contain a specific XML format, with a Tag for each Transaction attribute.
Business Components Methods