Full width home advertisement

Post Page Advertisement [Top]

Batch Job D365FO & AX 2012

First Create a Class and extends with Run Base Batch class

BatchJob_1
Then override the description method and return the job name. it will appear on job dialog.BatchJob_2
Now override the run method and write your logic. in my case i was updating the status from 0 to 1 in my custom table
BatchJob_3
Now override the main method and run your code like below image
D__tuts_blog_BatchJob_4
Now Run the class by right click and select open a dialog will appear like below image.
2016-01-29_1749.png

Tidak ada komentar:

Posting Komentar

Bottom Ad [Post Page]