Hi, how can I add custom view fileds into standard (browser) object Left List ?
It's easy to add other tables but , what about views ?
Example:this is a standard object
I've added my custom view into Viste tab:
But in Selezione tab (Selection…
Hi, how can I add custom view fileds into standard (browser) object Left List ?
It's easy to add other tables but , what about views ?
Example:this is a standard object
I've added my custom view into Viste tab:
But in Selezione tab (Selection…
I'm getting the following message on some web services responses. Just in some times.
"Process[ZWS_NAME] - No return code (status[6]) "
The web services its a Subprogram web service.
Has anyone known what is it? And how to fix it?
Hi All,
We are trying to read the product of Magento from Sage X3 using integration methods such as Rest webservices, Node.Js for one of our client. The Magento API endpoints uses 'OAUTH1' type of authorization for authentication of the Rest API…
Good Morning,
We are getting an error message when we try to set the reversal date to 01/01/2021. (The accounting date is 12/31/2020).
This is only happening to some of our journal entries.
Would anybody be able to tell me why this error message is triggering…
Hi,
i need to click refresh harrows by code 4gl, is it possible?
Thanks!
Is there a way convert a Datetime value to Date type in the 4GL language? I need to compare a date with a datetime variable in 4GL but it does not work. Therefore, I would need to convert the datetime to a date.
I have a sales order that has multiple lots allocated to the first SOQLIN.
When i try to create a delivery via importing it, it is creating the delivery for one of the lots, and leaving the other lot allocated to the sales order.
For example, if i have…
I was wondering how it would be possible to disable the print icon so that documents may not be printed in a specific window. I have tried using Call VIREBOUT(CHAINE,E) but it unfortunately doesn't work. Is there a different subprogram that handles icons…
Please excuse my ignorance, but I'm trying to read some scripts in X3 and I'm wondering what the '!' before a function or command means. Also, can anyone confirm if the : is an end of line notation?
I'm looking for 4gl language references…
I'm trying to return data for an array of parent/child items in a custom X3 web service (Version 12). Specifically, I'm trying to get invoice data. Normally, I would just publish the appropriate object as a web service, and I could make a call…
I created a alpha numeric field on the screen that is suppose to calculate the time difference between UPDDATTIM and CREDATTIM. In the 4GL i wrote this, but it is throwing an incompatible type: [m]myfield = num$([F]UPDDATIM - [F]CREDATTIM)
I am assuming…
I have a validated delivery to which I want to modify both the delivery quantities and the quantities of the stock movements made; I need to do it by code or template.
Would anyone know what template to use or how could I develop it?
Hello Everyone,
Is it possible to add Dimensions in account/nominal ??
I am able to add dimension under account 31100 (on screen). However, when I click on SAVE button, it throw error "Error in pyramid 31100" and records didn't save in database…
I am trying to do a query soap call on the quality control screen (STQ Object).
I keep getting this error message. Does anybody know what this error means? I only see one mask in our system so I am not sure where the system thinks there are 2....
WGWOSTQSTD…
What is the difference between ETAT and ETATN when it comes to automatically printing out reports?
ETAT () from AIMP3
ETATN () from ETAT
I am running into an issue where the I can't print a pick report and packing report based on the delivery number that I specify. It seems like it is not reading the delivery number that I specify and just the STOFCY value
I created a subprogram, and…
I wrote some 4GL code to have paper automatically print via 4GL code. When the job gets sent to the printer, the printer is asking to select the manual feeder with plain paper letter on the physical device. The user would have to press the automatically…
I have a icon and I have set up a script to make it clickable. When I click on the icon, it isn't loading anything. This is the code I have. Is this not possible with icons?
Subprog CL_ZPICDOWNLOAD(VALEUR)
Variable Char VALEUR()
Callui RETOUR="" With…
Has anyone released products from quality control using web services? If so, can you provide some details on how you did it?
Thanks,
Chris
How do I write the following statement in 4GL?
if date$ > 05/01/2019
do this
endif
Thanks,
Chris
Has anybody tried to create a new quality control record via 4GL?
If so, can you give me some guidance on how to do it?
Thanks,
Chris
What does this error message mean? I am getting this returned when I try to do a save call with my web services publication. (ZSOH is the name of my publication)
How do I go about having a button execute on a misc. screen? I have added the button on the right list, and I usually use the AVANTBOUT action to get the button to work, but that action is only executed on an object driven screen.
I am not sure how to…
Is it possible to have sage run javascript code? Maybe write the code in the 4GL script? Anybody have any ideas that may work?