Hi Team,
I want to send all journal entry from Erpnext to Microsoft d365 once in a month.How to do that.Please help me.
Thanks
Hi Team,
I want to send all journal entry from Erpnext to Microsoft d365 once in a month.How to do that.Please help me.
Thanks
Hi @jyotigujjari1 :
Use Dynamics API (Dynamics 365 REST APIs - Dynamics 365 REST API | Microsoft Learn)
From ERPNext you can schedule a job to sending data pretty easily with a simple server script. You should take care on accounts mapping, etc …
Hope this helps.
Thanks for your reply sir.I am new to this integration.I am not getting which api from d365 i need to use and how to write server script also.Any reference you have ,Please send me .
Hi @jyotigujjari1:
More detailed API docs on D365 side …
About server script …
https://frappeframework.com/docs/user/en/desk/scripting/server-script
Anyway … in you have no experience/knowledge on ERPNext neither D365 , maybe should ask for professional assistance. If you are willing and able to learn, go ahead. This community can assist puntually on ERPNext side ![]()
Hope this helps.
Thanks for your help sir