RE: How to create a custom batch job
Hi all,
customer will create sales order using third party api and in D365fo we will do the bulk invoice for the created sales order using batch
customer will also create bulk of general journals to do the settlement for the inoiced sales orders
in that we need to created custom batch and do that settlement and journal posting process
how to do that
i have created batch job using sysoperationfarmework and query,contract,service,controller class
when i click my mentu item i get the message that "Batch job scheduled"
after that the batch still in waiting stage
i tried to do debug but my debugger is not getting attached in service class . so i dont whats happening inside my class