Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

I need to edit bank transaction type for reconciliation

(0) ShareShare
ReportReport
Posted on by

when bank transaction type is not populated in the bank reconciliation worksheet, under open document i am able to populate it in the AOT in the BANKACCOUNTTRANS table. Today i am having an issue where i need to edit an already populated bank transaction type. when i edit in AOT, it is not updating in the front end. can anyone help?

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: I need to edit bank transaction type for reconciliation

    Rigth click in the table and select Synchronize.

    By your information, you cant change the data like this, if you want to update some table use the update statement.

    please create a job in the AOT, and add the code there.

    Example:

    static void AM_UpdateProcessBatchFlag(Args _args)

    {

       SemSCIWorkBenchData     benchdata;

       ;

       ttsBegin;

       while select forupdate benchdata

       where benchdata.semtransbatchid == '26' &&

             benchdata.Status == SemSCIProcessStatus::Processed  &&

             benchdata.TransactionType == 'D_MIG_VEND'

       {

             benchdata.Status = SemSCIProcessStatus::NotProcessed;

             benchdata.doUpdate();

       }

       ttsCommit;

    }

    never do directly in the table.

  • Community Member Profile Picture
    on at
    RE: I need to edit bank transaction type for reconciliation

    no. how do i do that?

  • Suggested answer
    Community Member Profile Picture
    on at
    RE: I need to edit bank transaction type for reconciliation

    After the updated, did you synchronize the table?

  • Community Member Profile Picture
    on at
    RE: I need to edit bank transaction type for reconciliation

    there is no error when i update in AOT but the update does not reflect in the front end.

  • Community Member Profile Picture
    on at
    RE: I need to edit bank transaction type for reconciliation

    Are you updating the table without any error?

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,238 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans