Suppose i hav开发者_JS百科e a job which runs in server-side and a line in the same job needs to run on client-side, Can this be achieved? When I try to run the method WeekofYear in Global class in bat
static void Job47(Args _args) { strpath,stx; TreeNodeIteratoriter; TreeNodetreeNode, treeNodeToRelease; MapdictMenuDisplay;
Is it possible to restore infolog from InfologData? Consider the code static void Job12(Args _args) { InfologData infologData;
We are trying to email PDF messages out of AX but when we send them out they are going out as rich text emails. In reading online it looks like this is the default for Ax.
i need to check if a folder开发者_开发百科 exists in a particular location,if not then create that folder and save the appropriate file there.How can i acheive this using X++.
My question is related to population of modified date time field in AX during any posting. SupposeI have a serverat singapore and i am working through a client India,and the current time in singapor
In my x++ code I have the following void run() { try { startLengthyOperation(); this.readFile(); } catch (Exception::Deadlock)
I am trying to fetch the list of vendors from the AX database. I want to show a list of vendors in my aspx page.How can i achieve this?
开发者_JS百科I want to send an alert in Ax, when any field in the vendor table changes (and on create/delete of a record).
Is there a way to have AX/Axapta, prompt 开发者_JS百科before compiling? I have accidentally clicked compile for the entire app several times now, and since it takes 30-60 minutes, if I could add a pr