This method provides the opposite of what gives the ToXml method.
It can be applied to a character field which its content have a specific XML format (predefined by GeneXus), in order to extract from the XML format, the value of each attribute of a transaction, and charge a variable based on a business component type of the involved transaction.
&VbleBasedOnBCType.FromXml(&String)
Where:
&VbleBasedOnBCType
Is a -temporary and local- variable defined in a GeneXus object, based on a business component type of a transaction.
&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
|