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 :
Microsoft Dynamics AX (Archived)

"Operand types are not compatible with the operator."

(0) ShareShare
ReportReport
Posted on by

I have 

"Operand types are not compatible with the operator."

error in following code:

CustomTable.CustomDate= Global::datetobeginUtcDateTime(conPeek(container, 3),Tz);

- - -

I declared the Timezone Tz; on first line of the method.

Please advice.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    DavidGunawan Profile Picture
    1,381 on at

    Hi,

    Method Global::datetobeginUtcDateTime() return DateTime so the returned value is different type with CustomTable.CustomDate (I believe data type of CustomTable.CustomDate is Date).

    Please subtract/convert the returned value to date type.

  • Verified answer
    Ivan (Vanya) Kashperuk Profile Picture
    Microsoft Employee on at

    You are trying to assign a utcDateTime to what seems to be a Date (Date-only, that is) field.

    You should use DateTimeUtil::date() for conversion, if that's the case

    Also, datetobeginUtcDateTime() expects a date as the first argument. It's not clear from your code, if the 3rd element in the container is in fact of that type

  • Suggested answer
    Mea_ Profile Picture
    60,286 on at

    Hi H2K,

    Probably CustomDate has type Date and datetobeginUtcDateTime returns utcdatetime. However, they should have same type, so you need either convert datetobeginUtcDateTime  to date or change type of CustomDate  to utcdatetime.

  • Community Member Profile Picture
    on at

    I converted to date and it works.

    Thanks.

    CustomTable.CustomDate= DateTimeUtil::date(Global::datetobeginUtcDateTime(conPeek(container, 3),Tz));

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 > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans