Skip to main content

Notifications

Finance | Project Operations, Human Resources, ...
Answered

Update_recordset not updating as per the where condition

(0) ShareShare
ReportReport
Posted on by 30

Hi,

Below is the code where I have to update the sales order payment for those sales orders whose status is not invoiced and not canceled.


update_recordset salesTable
setting Payment = _TermId
where salesTable.CustAccount == CustTablePaymId.AccountNum
&& ((salesTable.SalesStatus != SalesStatus::Invoiced) !! (salesTable.SalesStatus != SalesStatus::Canceled));

This code is still updating invoiced sales orders. 

  • Suggested answer
    Mohit Rampal Profile Picture
    Mohit Rampal 12,554 Super User 2024 Season 1 on at
    RE: Update_recordset not updating as per the where condition

    Hi Lakshmi, Can you try below code (changing !! with && AND operator).

    update_recordset salesTable
    setting Payment = _TermId
    where salesTable.CustAccount == CustTablePaymId.AccountNum
    && salesTable.SalesStatus != SalesStatus::Invoiced 
    && salesTable.SalesStatus != SalesStatus::Canceled;

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Congratulations to the January Top 10 leaders!

Check out the January community rock stars...

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,996 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,853 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans