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)

"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
    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,284 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

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