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)
Creating new D365FO Business Event
The name should include the noun or phrase that corresponds with theevent, followed by the BusinessEvent suffix. New business event for Cu...
-
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