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
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
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]
3 matches
Mail list logo