• How to create 2+ records in V7 style "simultaneously"?

    Hi, How can I create two or more instances in V7 Style code ( Leave request representation) ? In this specific case I want to create as many entrys in the table as contracts registered for the Employee. I tried with a For Cycle in "AINSERT_AFTER…
  • List folder content in native mode

    Hi We have tried listing folder contents using this two approaches without success. First approach used to work in classic mode. 1. Call SYSTEME2(adxmac(0),"LSADX"-FOLDER,"",FILCOUNT, FILLIST) From ORDSYS (error, 'Unexpected end of JSON input') …
  • How can I create Projects (OPPOR) with REST?

    Hi, I'm trying to create projects (GESOPP) through REST Webservice.. I can create into OPPOR table but when I try to create for OPPORCRM (needed to be visible in GESOPP function) get the error message: "A Pre-sales or After-sales step must be…
  • Jumping from representation to classic object with dates in index

    Hi there, I created a class and representation linked to a table from HRM (EVAEMP). The representation is working fine, but when I click the modify button, SAGE X3 jumps directly to the first entry in GESEVA and not to the one I had open in the…
  • How to jump directly to a record in a representation (edit mode)?

    Hi, I need to jump from projects directly to a record that already exists at classes and representations in edit mode. How can I do it passing the record ID as seen in the picture? Basically what I need is something like "Call OBJET("OBJ…
  • How to attach a PDF in native V7 classes and representations?

    Hi, How can I attach a PDF to a record in classes and representations (V7 native)? Best Regards