Have two table.
One standart Ax table, other one is dublicate (Test, CopyOfTest);
Declaring variables
Test test;
CopyOfTest cTest;
Do something like this will work?
test = cTest; ???
Have two table.
One standart Ax table, other one is dublicate (Test, CopyOfTest);
Declaring variables
Test test;
CopyOfTest cTest;
Do something like this will work?
test = cTest; ???