Re: [Axapta-Knowledge-Village] Inserting data from other application.REc id generate...

2006-11-17 Thread Varden Morris
Here is an idea. You canb use COM to get the RECID from AX. static void RecIDs() { SystemSequence systemSequence = new SystemSequence(); int recIdValue; int tableId; str table = 'CustTable'; int numberIDs = 1; // Number of R

Re: [Axapta-Knowledge-Village] Inserting data from other application.REc id generate...

2006-11-17 Thread Anil Ozay
Hi Ramazan, You can use SystemSequence class under the SystemDocumentation. Also, there is a sample code in the documentation. This class use SystemSequence table get recid and set next recid. You can find this table under the SystemDocumentation. I hope it helps, Anil Ozay MVP Dynamics AX On

[Axapta-Knowledge-Village] Inserting data from other application.REc id generate...

2006-11-17 Thread Ramazan G�RG�N
Hi all, I want to insrt data from other application directly SQL database. But while inserting data i need next recid from Axapta. How can i take next recid from axapta in other application .??? Thanks in advance [Non-text portions of this message have been removed]