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)

use property readPast on a query run class

(0) ShareShare
ReportReport
Posted on by 8,705 Moderator

I have a question about pessimosticklocks

we know how to it on below context 

   

 

MyTestTable myTestTable;

i thought a queryrun could do the same like select code in x++ until I run in this scenario:

 

    myTestTable.readPast(true);

    ttsbegin;

    select pessimisticLock firstOnly myTestTable where myTestTable.Processed == NoYes::No;

      if (myTestTable)

 

now we do the same on query run

    query.addDataSource(tableNum(MyTestTable));

    query.dataSourceNo(1).addRange(fieldnum(MyTestTable, Processed)).value(SysQuery::value(NoYes::No));

    query.dataSourceNo(1).concurrencyModel(ConcurrencyModel::Pessimistic);

    query.dataSourceNo(1).firstOnly(true);

 

where can I set my readPast(true).... 

I can't find it :-(

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Dick Wenning Profile Picture
    8,705 Moderator on at

    after a lot of experiment my conclusion is, it does not exist

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