Power Automate: Create AX 2009 production order via UI Flow

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • Create a production order in AX 2009 using Power Automate and UI Flow for Windows Desktop
    1) Forms is used to input ItemId and Qty
    2) Power Automate processes the input
    3) UI Flow connects via On-Premises Gateway to the computer
    4) UI Flow creates production order
    5) UI Flow reads the ProdID
    6) Power Automate sends Email with ProdId
    Make sure to visit my blog: erpcoder.blog

КОМЕНТАРІ • 2

  • @indrajeetrout6431
    @indrajeetrout6431 2 роки тому

    Hi, I want to know if I can automate the download of reports from MS Dynamics AX 2009 through power automate. Can you please guide me with the steps.

    • @ERPCoder
      @ERPCoder  2 роки тому

      I'd recommend to automate the report generation as PDF document in Dynamics AX. However, you could record the report generation via a deskop flow to avoid X++ coding