Hi guys,
May I know what happened with this code :
LedgerjournalCheckPost LedgerjournalCheckPost;
LedgerjournalCheckPost = LedgerjournalCheckPost::newLedgerJournalTable(LedgerjournalTable,NoYes::Yes);
LedgerjournalCheckPost.run();
This statement actually working just fine, no error. It is just when I tried to look for the possible property of that LedgerJournalCheckPost, by delete the ".run()" and once again type "dot", there is no intellisense.

I actually want to add some thing in this statement. I want to let it validate first (I figured by call this with parameter Post to No), if no passed I will throw Exception to add more information ->

then if it is passed, I call again this LedgerJournalCheckPost with the parameter posting to Yes. I haven't done this before, if someone can advice me the better solution is much appreciated. But the one in question is why the intellisense not working.
Thanks,