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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Query AddRange to RecId

(0) ShareShare
ReportReport
Posted on by 563

Dear All,

I'm developer of Microsoft Dynamic AX 2012 R3

I created a query for RDP Class and I add range to RecId but got an error "Argument value is incompatible with the required type"

Here is my code

custInvoiceTable = CustInvoiceTable::findRecId(recId);
qbdsTable.addRange(fieldNum(CustInvoiceTable, RecId)).value(custInvoiceTable.RecId);


I didn't find any wrong on my code

Please your help

Thank in advance

Best Regards,

Bintang

*This post is locked for comments

I have the same question (0)
  • Verified answer
    udaY-ch Profile Picture
    5,133 on at

    Hi,

    QueryBuildDataSource qbdsTable;

    QueryBuildRange          queryBuildRange ;

    custInvoiceTable = CustInvoiceTable::findRecId(recId);

    queryBuildRange = qbdsTable.addRange(fieldNum(CustInvoiceTable, RecId));

    queryBuildRange.value(int642str(custInvoiceTable.RecId));

    Best,

    Uday.

  • Verified answer
    Rustem Galiamov Profile Picture
    8,072 on at

    Hi Bintang!

    Try to add queryValue():

    qbdsTable.addRange(fieldNum(CustInvoiceTable, RecId)).value(queryValue(custInvoiceTable.RecId));


  • Bintang Profile Picture
    563 on at

    Thank you so much, you both are right

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans