NAS - XMLPORT

infonote
infonote Member Posts: 233
Hi,

The following does not work under NAS.

Job Queue call Codeunit which calls Dataports.

Does this following also not work?
Job Queue calls Codeunit which call XMLPorts?

Thanks in advance

Comments

  • ClausHamann
    ClausHamann Member Posts: 80
    NAS doesn't support Dataports.

    You will either have to re-write the code to use a report/codeunit and a File variable or you can use XMLPorts.

    Regards
  • infonote
    infonote Member Posts: 233
    Thanks, I just needed confirmation that if I create a codeunit which calls XMLports will work with NAS.
    NAS doesn't support Dataports.

    You will either have to re-write the code to use a report/codeunit and a File variable or you can use XMLPorts.

    Regards