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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Record (One Column sometimes inserted and sometime not) Dynamics ax 2012 x++

(0) ShareShare
ReportReport
Posted on by

Hi Everyone,

I want to insert a record in a table , but the problem is one column value is sometime inserted and sometime not. the other two columns values are inserted correctly.

I debug the code values are retrieved correctly from Data Container but not inserted, and it does not shows or gives any insertion errors also tried with try/catch.

Thanks in Advance.

Here is my code.

where #colBankCode, #colBankName, and # colSwiftCode are integers 1,2,3 to retreive that column value from Data(Container)

    SWIFTCODES             swiftCodes;
    BankRegNum             value;
    ;

        ttsBegin;
        swiftCodes.initValue();
        value = conPeek(Data, #colBankCode);
        swiftCodes.RegistrationNumber  = value;
        swiftCodes.Name    = conPeek(Data, #colBankName);
        swiftCodes.SWIFTNo    = conPeek(Data, #colSwiftCode);
        swiftCodes.insert();
        ttsCommit;

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at

    swiftCodes.RegistrationNumber  = value;  //this column is sometimes inserted and sometimes not

  • kheir-eddine Profile Picture
    25 on at

    Hi Shah_,

    Have you found what causes this. I have the same issue.

    Thanks,

  • kartikkp7 Profile Picture
    365 on at

    Try to synchronize and restore the table or removing cache memory..

  • Suggested answer
    kheir-eddine Profile Picture
    25 on at

    Thank you AX 47,

    I fixed it by re-creating the table with all fields.

    I tried synchronization and restore, doesn't work, but removing caching not.

    Thanks !

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dserp Profile Picture

dserp 4

#2
dekion Profile Picture

dekion 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans