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)

Data Uploading Using Excel

(0) ShareShare
ReportReport
Posted on by 169

Hi all;
I have some customized fields in Projtable and i want to upload data from excel sheet.
Data uploading is working fine but some fields have enum values and for these fields
i am not able to upload the data getting (Operand types are not compatible with this operator).
Here is my code
 projTable.CustAccount       = cells.item(row, 6).value().bStr(); ---string working fine
 projtable.Type              =  cells.item(row, 7).value().bStr(); ---type enum getting error and enum is Projtype.

Can someone please help me to fix this issue, i am using ms dynamics AX R3 CU13.

Thanks and Regards.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    You can use enum2str function to assign the required project type like following

    str projTypestr;
    ProjType   projType;
    
    projTypestr =  cells.item(row, 7).value().bStr();
    projtable.Type = str2Enum(projType, projTypestr);

  • Suggested answer
    Sukrut Parab Profile Picture
    71,710 Moderator on at

    This is going to help you. Look at the standard example

    msdn.microsoft.com/.../aa655065.aspx

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