Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

How to lock a specific record to process from other process.

(0) ShareShare
ReportReport
Posted on by 611

Hi Folks,

I want to process a specific record but need to lock this record so it will not be processed by other users/ any running pre defined batch job.

Could anyone please help me out on this.

Thanks in advance!!

  • Anton Venter Profile Picture
    19,610 Super User 2025 Season 1 on at
    RE: How to lock a specific record to process from other process.

    As soon as you select a record using "forUpdate" inside a transaction scope (ttsbegin), that record cannot be changed by someone else until the transaction is comitted by the process who started the transaction by calling ttscommit. This is a simplified description of how this works but that's basically the idea.

    If you are working "outside" transaction scopes with multiple users editing data at the same time and just want a "single user mode" type functionality for records. You can add some custom fields to the table that indicate it's locked and by who. Logic can be added to allow only editing accordingly.

  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: How to lock a specific record to process from other process.

    Hi,

    You can use Pessimistic lock but I think it will affect the performance.

    https://learn.microsoft.com/en-us/dynamicsax-2012/developer/optimistic-concurrency-control

    https://dev.goshoom.net/2011/10/pessimistic-locking/

    Refer to the below blog.

  • Suggested answer
    Mohit Rampal Profile Picture
    12,558 Moderator on at
    RE: How to lock a specific record to process from other process.

    Hi, You can check how system is Blocking the journals and try to replicate it.

    pastedimage1683284313413v1.png

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 233,017 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans