Tuesday 7 January 2014

Posting Project Journal through X++ in ax 2012


static void ProjJournalPost(Args _args)
{
ProjJournalCheckPost jourPost;
jourPost = ProjJournalCheckPost::newJournalCheckPost(
true,
true,
JournalCheckPostType::Post,
tableNum(ProjJournalTable),
'PJJ_000657');
jourPost.run();

       }

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...