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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

SQL Statement in CIL returns wrong data

(0) ShareShare
ReportReport
Posted on by 627

Hi

We do have customized code where I try to get a record via sql statement

select forupdate mytable where mytable .extNum == '000052' && mytable .dataAreaid == 'TRV'

The record exist in mytable

Running the code in a job to verify it works....running it in a class called in CIL it never gets the record

Any suggestions?

I have the same question (0)
  • Gunjan Bhattachayya Profile Picture
    35,423 on at

    Hi CRSW,

    Did you try debugging it to check if the statement returns a record?

  • Verified answer
    Martin Dráb Profile Picture
    239,147 Most Valuable Professional on at

    Your code looks wrong to me. If the table is company-specific, therefore it has DataAreaId, and your intention is updating TRV company data from another company, you forgot crossCompany keyword:

    select crossCompany forUpdate mytable
    	where mytable.ExtNum == '000052'
    	   && mytable.DataAreaIdd == 'TRV';

    Maybe you're running your job and your CIL code in two different companies.

  • CRSW Profile Picture
    627 on at

    as I mentioned. in the job YES. In CIL not

  • CRSW Profile Picture
    627 on at

    ah thx for the advice. I will check this

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 649

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 447 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 242 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans