Dynamic Ax Kings
Popular Posts
Display & Edit methods in ax
Display Method: Take the new method in a table display Name names() { CustTable custTable; ; return Cust...
Difference Between Array and Container
Difference Between Array and Container : Array : 1 . In this array are single dimension. 2.You can define array in only sing...
Pack & UnPack
Pack and unpack Pack this method is a standard method inherited from RunBase. It is used to save the values that the user selects and s...
find and exit methods in tables
Exist Method : static boolean exist(ItemId itemId)--->this is key which is primary { return itemId && (select RecId from ...
Excel creation through x++ 1
static void nestingExcel(Args _args) { SysExcelStyles styles; SysExcelStyle style; SysExcelFont ...
Copy data form one table to another
Copy of the data from one table to another Table:- Insert_recordset copyOfStudents (ID, Name, ClassName) à here where the data is copied ...
Ax Number Sequence Code
Ax Number Sequence : ClassDeclaration: NumberSeqFormHandler numberSeqFormHandler; Close: void close() { if (numberSeqFormHandl...
Journals posting
Posting Journals static void Journal_Kis(Args _args) { InventJournalTable journalTable; InventJournalTrans journalTra...
to filtering form by the enum values(which is n't shown in form)
suppose they are 3 field in enum one value is shown in form and another form is used in another form .we put the filter in datasource-->i...
AX Finance Module Vedios
see this link http://www.4shared.com/dir/W-Aitz4u/Axapta_Video.html
Thursday, 30 June 2011
Copy data form one table to another
Copy of the data from one table to another Table:-
Insert_recordset copyOfStudents (ID, Name, ClassName)
à
here where the data is copied
Select ID, Name, ClassName from students where students.ID<=10;
à
here the source table.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment