EUSalesListReportingEngine::loadXSLTFromResource Method [AX 2012]

Loads the schema into the AifSchemaStore table and creates a related record in the AifXsltRepository table.

server public static AifXsltId loadXSLTFromResource(SysElementName _resourceName)

Run On

Server

Parameters

_resourceName
Type: SysElementName Extended Data Type
The name of the XSLT resource node to load.

Return Value

Type: AifXsltId Extended Data Type
The ID of the loaded XSLT.

ExceptionCondition
Error

The XML schema validation has failed.

If a record is already in the AifSchemaStore table, the record is updated with the new schema.

Show: