Tuesday, January 30, 2018

Remove RecId Suspension in X++


    systemSequence sequence = new systemSequence();
    sequence.removeRecIdSuspension(tableId);

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...