Jump to content

Luiz Garcia

Members
  • Posts

    2
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Luiz Garcia

  1. Hi, You can create REST API functions using Representations and Classes on Sage X3, but there is some limitations Representations can be accessed by API requests, like POST/PUT/DELETE. Here some examples https://www.sagecity.com/us/sage_x3/b/sageerp_x3_product_support_blog/posts/how-to-use-rest-web-services-to-get-and-post-a-record
  2. Hi, I don't think sage has this function, normally when I need to do that, I call the fields actions from the field in sequence, passing the field value. Like this: CALL AV_ITMREF([M]ITMREF) FROM SUBITM CALL AM_ITMREF([M]ITMREF) FROM SUBITM And go on.
×
×
  • Create New...