Executing your D365FO Electronic Reporting from X++ code using parameters and contracts

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

ความคิดเห็น • 9

  • @udankhatola3070
    @udankhatola3070 ปีที่แล้ว +1

    Thanks so much for sharing valuable information.
    I am actually working on one of the POC for EDI integration and got stuck on the XML Import format. Do you have any suggestions for the same?

    • @fernitudeladev
      @fernitudeladev  ปีที่แล้ว

      have you seeing the videos about import file and export xml? I talk about importing in one and about the xml format in the other one, I wonder if they would be helpful for you (Electronic from scratch videos in my youtube channel)

    • @udankhatola3070
      @udankhatola3070 ปีที่แล้ว

      @@fernitudeladev thanks. Will check and Advise.

  • @MrPi-i6g
    @MrPi-i6g ปีที่แล้ว

    In my case, using contract to pass parameter that didn't work. The value of contract method was null when Excel report has been created. And I don't know why.

    • @fernitudeladev
      @fernitudeladev  ปีที่แล้ว

      are passing an instance of the datacontract, or only an empty variable? make sure to send the actual instance with the information you need fulfilled!

    • @MrPi-i6g
      @MrPi-i6g ปีที่แล้ว +1

      @@fernitudeladev Thank you for replying. After checking, I realized that I used the wrong name value to map the parameter object on ER when create mapping run instance. By now, I have clearly understood that how it works. Hope you will share more valuable information in the next videos.

    • @fernitudeladev
      @fernitudeladev  ปีที่แล้ว

      @@MrPi-i6g I'm glad you understood it, thanks for the support

  • @eutitiaj
    @eutitiaj ปีที่แล้ว

    Hi Fernando, ¿can It work in batch process ?

    • @fernitudeladev
      @fernitudeladev  ปีที่แล้ว +1

      Thanks for your question eutitiaj, I don't think it is working, not at least with the examples I've done (th-cam.com/video/7LsKVV62jjw/w-d-xo.html). But I never had to implement it in batch, It might be a way to do it, If I ever have to I'll make a video about it.