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)

How to insert the second record in a Temp Table?

(0) ShareShare
ReportReport
Posted on by 110

In my form I used a Temporary Table in DataSource - with property TableType: InMemory .

In My form I have a simple code,like this:

public TableTmpTable insertRecords(String _param_I, string _param_II)
{ 
  TableTmpTable myInMemoryTable;

  myInMemoryTable.clear();
  myInMemoryTable.initValue();

  myInMemoryTable.Field_I =  _param_I;
  myInMemoryTable.Field_II = _param_II;

  myInMemoryTable.insert();

  return myInMemoryTable;
}

I need to call this method more than once.

But, whenI call the method I lost my previous record. How can insert more record in InMemory table in different time?

Thanks in advice!

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at

    You have to link the locally declared temporary table against the form datasource. It is done with setTmpData() for InMemory temporary tables.

    https://community.dynamics.com/ax/b/dynamicsaxinsightbyanas/archive/2014/08/20/ax-2012-using-temporary-table-as-form-s-datasource

  • daniele scr Profile Picture
    110 on at

    Very helpful advice. Thanks @Crispin John Augustine

  • daniele scr Profile Picture
    110 on at

    Thanks @Vilmos Kintera , good advice.

  • daniele scr Profile Picture
    110 on at

    Very helpful advice. Thanks @Crispin John Augustine

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