• REST API via customized Representation and Classes get Error 404

    I planned to make a REST API through a new representation and class both named 'ZGACCENTRYA' based on the data source of GACCENTRYA. My main objective is for the REST API able to call out the value of 'DIE' and 'CCE' with multiple dimensions via Postman…
  • Representation with BP Addresses

    Hi - I am having a hard time creating a representation that has columns for address lines. I am using the BPADDRESS representation as a template, and I am trying to add columns for the individual address fields (BPADDLIG1, etc.) without success. I have…
  • How to get clob text from a representation

    Hi guys, We are trying to return the clob text using a representation. Some time ago we saw this website How to add a clob text to a representation class @ L.V. Expertise X3 (lvexpertisex3.com) that explains how to add a clob text to a representation…
  • Quick Representations/Class Setup for X3V12

    Hi, I would like to create more representations using Views/Tables. Requestors are very quick to create in X3V12 using Views/Tables, but very limited functionality specially on Landing Pages. The goal is to give user far more interactive dashboards…
  • Representation Entry Point

    In Classic X3 you can check every function that is being entered via the EXEFNC entry point. Is something similar possible with Syracuse (Representations)?
  • Performance of View / Class Representations in Landing Page widgets

    I'm looking for some guidance and suggestions on best practices for custom data retrieval sets in landing pages. I have a fairly computation intensive View (GESAVW) that I've created that I want to layer into a landing page widget. The context of the…
  • Class not returning table field when using representation?

    I'm having an interesting issue at the moment. I'm trying to call the TCWPOHTOSIGM representation and TCWPOHSIG class via the $details facet. It is not returning the supplier name though. The supplier name exists in the table, and the field BPRNAM1…
  • Increase allowed charaters for SCHGD.CRTNUMDES AND STOCK.CTRNUM Sage x3. VERSION 11.

    I jumped into stock changes screens and changed the field type to TCY with 60 characters. I jumped onto the table and also changed the type and increased it to 60 characters. When i save the change in the stock changes screen, it cuts it from 60 to…
  • 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…
  • Evaluated titles in classes and representations

    Hi all, How can I use evaluated titles in Classes and Representations? In a classic screen there before field actions you can use. I've tried this in multiple instance o CSPE and RSPE but to no avail. Also, how can I filter on selected fields based…
  • Create Sales Order using Syracuse Programming in V11

    Hi, We are trying to develop the functionality using the classes and representation. We manage to develop new classes and representation with simple header and details concept which uses standard functions such as create, edit and delete with some validation…
  • 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…
  • Filtering in Mobile v7 coding

    Hi all, I'm trying to use the "AQUERY_CRITERIA_AFTER" event, in a mobile representation. My only problem here is that the property "THIS" is not available, and because of that i can't use values from the main screen. Do you know how can i solve…
  • REST WEBSERVICES STANDARD QUERY FACET

    Hi I created a Class and representation for the ADOVAL table. When i query the representation (GET request, ADOVAL representation, query facet) i get the response. The response are the first 20 records and in the final the link to the next 20 records…
  • 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
  • Block type "Table" in Representation

    Good day, Does any one know how to add a Block type "Table" ( Screen ) in a Representation? For example: This is in the screen dictionary: Where will I add something similar in the Representation? Thanks in advance.
  • ADATIM in classes and representations

    Hi there, I'm trying to use the datatype ADATIM in classes and representations to manipulate departing times and estimated delivery times. The problem is every time I try to edit the field I get the error "invalid format type" Here is a print…
  • Using teams (standard class/ representation)

    Hi, How do I use the TEAMS entity to filter a specific object? I think the data is stored in MongoDB so I can't Filter / select this table to use critere with a for cycle. Any suggestion? Best Regards
  • How to add multiline text in classes and representations?

    Hi, How do I add multi-line text in classes and representations? I used to do this in the screen field (graphic object multi-line) Best Regards
  • Using IMPORTSIL in V7 style coding

    Hi, How do I use IMPORTSIL in V7 classes and representations style coding? "Call IMPORTSIL("YBPP", WNOMFIC) From GIMPOBJ" doesnt work anymore. Best Regards
  • [REST] Web Services - Query By Date

    Hi there, I'm trying to use POSTMAN to query if an INVOICE exists by date. What DATE format should I use? I'm trying: xx.xx.xx.xxx:xxxx/.../YSINVOICEV eq '2017-05-24', but I get the response: "$message": "X3 engine error: Type incompatibility…
  • Representation on two classes

    Hi friends, i have configured a representation based on class (ex. named A). Now i need to join two classes and show some fields by class A and some fields by class B. How can i do? Can you suggest some tutorial? Thanks a lot!!! Antonio.
  • How to filter a field in classes and representations

    Hi, I'm a SAGE X3 Developer and I'm trying to filter a property (the ALOOKUP popup) in classes and representations... I need something similar as FILTSUP / CRITERE that used to work in Classic Mode. The highlighted field in the right (Artigo sem…