Friday, February 17, 2023

Get Query design (View metadata) in XML D365FO X++

 public static str getQueryMetadataXml(Query _query)

    {

        Query       query;

        str         queryMetadataXml;

        queryMetadataXml = AifDocUtil::getQueryMetadataXmlServer(_query);

        return queryMetadataXml;

    }

No comments:

Post a Comment

Replaces the value of the specified dimension attribute from source to target in D365FO

Replaces the value of the specified dimension attribute from source to target => LedgerDimensionDefaultFacade::serviceReplaceAttributeVal...