Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

How to insert the second record in a Temp Table?

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

  • daniele scr Profile Picture
    daniele scr 110 on at
    RE: How to insert the second record in a Temp Table?

    Very helpful advice. Thanks @Crispin John Augustine

  • daniele scr Profile Picture
    daniele scr 110 on at
    RE: How to insert the second record in a Temp Table?

    Thanks @Vilmos Kintera , good advice.

  • daniele scr Profile Picture
    daniele scr 110 on at
    RE: How to insert the second record in a Temp Table?

    Very helpful advice. Thanks @Crispin John Augustine

  • Suggested answer
    Vilmos Kintera Profile Picture
    Vilmos Kintera 46,149 on at
    RE: How to insert the second record in a Temp Table?

    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

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans