Skip to main content
Solved

Webservice createCustomerOrder Custom Field

  • January 26, 2021
  • 1 reply
  • 206 views

Forum|alt.badge.img+9
  • Hero (Customer)

Hi,

 

The documentation of the webservice createCustomerOrder shows the possibility to make use of custom fields via the Attributes. However I can't figure out how to use it. Does anyone here have experience with that?

 

Documentation.

 

We are running IFS 10 UDP8.

Best answer by ToBeNL

I don't have any experience with it, but I just checked and it turns out PL/SQL programming is required to handle the incoming data. In particular, for incoming customer orders there are 2 “stub” methods in database package Ordsrv_Order_Util_API named Add_Order_Attribute and Add_Line_Attribute. If you don't have your own IFS development license then please contact your local IFS consulting organization to discuss the requirements.

This topic has been closed for replies.

1 reply

ToBeNL
Hero (Employee)
Forum|alt.badge.img+14
  • Hero (Employee)
  • Answer
  • January 26, 2021

I don't have any experience with it, but I just checked and it turns out PL/SQL programming is required to handle the incoming data. In particular, for incoming customer orders there are 2 “stub” methods in database package Ordsrv_Order_Util_API named Add_Order_Attribute and Add_Line_Attribute. If you don't have your own IFS development license then please contact your local IFS consulting organization to discuss the requirements.