Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

What's this task

$
0
0

Hi All,

 

I need to find out which method is calling with     element.task(#post); line. How can I find out what's is the task 263?

#define.post(263)

    MenuItemNameAction callerMenuItem;
    callerMenuItem = purchFormLetter.parmCallerMenuItem();
    isInvoiceSaved =true;
    isInvoicePosting =true;

    element.updateDocFromProforma(callerMenuItem);
    element.task(#post);

 



Viewing all articles
Browse latest Browse all 9880

Trending Articles