web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Relation between CustTrans and MainAccountId

(0) ShareShare
ReportReport
Posted on by 65

Hello everyone, 

I am working on a SSRS report, data is from a copy of the query  CustAccountStatement_FR  and I have a colum named MainAccount which must display the main account of the transaction based on the SummaryLedgerDimension of the corresponding PostingProfile setup and I have a parameter named Main Account to filter the data.

In other terms, based on the posting profile of the transaction, I must get the SummaryLedgerDimension of CustLedgerAccounts. 

if the parameter is not null, query must be updated with adding dataSources + links to reach this but I cannot seem be able to do it. 

My report is not displaying any data... 

Below is a screenshot for the original query (I just added a new range in my query) 
pastedimage1673300292058v1.png

this is the code I wrote :

qbds = queryRun.query().dataSourceTable(tablenum(CustTrans)).addDataSource(tablenum(CustLedgerAccounts));
qbds.addLink(fieldNum(CustTrans, PostingProfile), fieldNum(CustLedgerAccounts, PostingProfile));

qbds1 = queryRun.query().dataSourceTable(tablenum(CustLedgerAccounts)).addDataSource(tablenum(CustTable));
qbds1.addLink(fieldNum(CustTable, CustGroup), fieldNum(CustLedgerAccounts, Num));

qbds2 = queryRun.query().dataSourceTable(tablenum(CustLedgerAccounts)).addDataSource(tablenum(DimensionAttributeValueCombination));
qbds2.addLink(fieldNum(DimensionAttributeValueCombination, RecId), fieldNum(CustLedgerAccounts, SummaryLedgerDimension));

queryRun.query().dataSourceTable(tablenum(DimensionAttributeValueCombination)).addRange(fieldNum(DimensionAttributeValueCombination,DisplayValue)).value(mainAccountIdparam);

Thanks in advance! 

I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: Relation between CustTrans and MainAccountId

    Hi NissenB,

    Instead of adding the DataSource to query via code - You can create your custom query and add your required DataSource. Also, if you add that query to view it will be very useful for you to troubleshoot the issue.

    Also, on the table CustLedgerAccount - Refer to the relation node - CustTable is related with CustLedgerAccount table through Num field and AccountCode field value in CustLedgerAccount table must be "Table".

    Thanks,

    Girish S.

  • Suggested answer
    BillurSamdancioglu Profile Picture
    19,501 Most Valuable Professional on at
    RE: Relation between CustTrans and MainAccountId

    Just an opinion to have the customer as dimension on the customer. This will make easier in reporting purposes.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Pallavi Phade – Community Spotlight

We are honored to recognize Pallavi Phade as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 703 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 582 Most Valuable Professional

#3
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 542

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans