Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XPP 0.16 KB | None | 0 0
  1. Axapta ax = new Axapta();
  2. // Login
  3. ax.Logon(null, null, null, null);
  4. // Instantiate Dynamics AX Record
  5. AxaptaRecord axRecord = ax.CreateAxaptaRecord("CustTable")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement