OLAPElementXMLA

Sometimes, Infor d/EPM products use the XMLA-specific notation for OLAP elements. Other than the native element names, which only consist of the element names, the XMLA notation also includes the hierarchy for OLAP elements. To ensure that both can be identified in processes, BI# offers the OLAPElementXMLA data type. Processes can explicitly be defined to expect either native or XMLA names, for example, if they use these data types as parameters.

Note: BI# does not check, whether the content of an OLAPElementXMLA object adheres to the XMLA specification.

At the moment you can use OLAPElementXMLA objects like regular strings. You must prefix them with an X:

OLAPElementXMLA element = X”Hello”;