select DimensionFinancialTag.Value, DimensionFinancialTag.Description from DimensionFinancialTag
join DimensionAttributeDirCategory on DimensionAttributeDirCategory.DirCategory = DimensionFinancialTag.FinancialTagCategory
join DimensionAttribute on DimensionAttribute.RecId = DimensionAttributeDirCategory.DimensionAttribute
and DimensionAttribute.Name = 'InBound'
Monday, 20 November 2023
Get Financial Dimension values for Financial Dimension X++ in SQL
Subscribe to:
Post Comments (Atom)
validate offsetLedgerDimension in d365 FO
/// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...
-
The general journal can be created using X++ code. This code which I am sharing in this article helps you to create general journal ...
-
Added new fields to CustAgingReportTmp public class DDDCustAgingReportController extends SrsReportRunController implements BatchRetryable ...
-
[ExtensionOf(classstr(CustAccountStatementExtContract))] final class DDDCustAccountStatementExtContract_Extension { public boolean check...
No comments:
Post a Comment