Questions tagged [genexus]

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the Web and Smart Devices platforms.

GeneXus is a Knowledge-based Development Tool, mainly oriented to enterprise-class applications for the web (.NET Framework, Java and .NET Core) and Smart Devices platforms.

You can find more information in the GeneXus official page.

GeneXus 17, the current version, was released on October 20th, 2020.

You can get a Trial version to try by yourself at http://www.genexus.com/trial.

450 questions
1
vote
1 answer

GX 15 U6 Java - OpenAPI (re)generation

I am exposing some REST services and GX is generating the OpenAPI document - very cool. I had one or more objects that I exposed early on that I decided not to expose, but those objects are still in the OpenAPI document (default.yaml). The only…
Beebout
  • 121
  • 1
  • 7
1
vote
1 answer

Is Posible create local genexus Java Environment with Remote Mysql?

Is Posible create local genexus Java Environment with not localhost mysql ( Remote Mysql ) ? is GAM Working for this configuration ?
Roy Leinad
  • 11
  • 1
1
vote
0 answers

It is very easy to accidentally turn off the "Apply this pattern on save". Is there any way make this more difficult or at least add a confirmation?

When I am editing an object that is using a pattern, it is easy to accidentally turn off "Apply this pattern on save" and not notice that you have done it. Eventually you notice that your changes are not being applied when you save, but you can end…
Gx 1996
  • 23
  • 4
1
vote
1 answer

Transaction Rules reordering - is this a good idea?

If you have a Transaction with complex rules, it can difficult to 'manage' them logically inside the rules section because the order they execute is most likely not the order in which they appear in the rules. You can turn on Detailed Navigation…
Beebout
  • 121
  • 1
  • 7
1
vote
1 answer

Can you consume a soap/rest service from within the same KB?

If you have defined a soap or rest service within your GeneXus 16u5 Knowledge Base, can you then create an external object for that service and invoke it from within the same KB? I seem to remember in the past that this was not possible. If it is…
Gx 1996
  • 23
  • 4
1
vote
1 answer

Force Commit to GX Server

I have a few objects that need to be Committed to GXServer but for some reason I am getting a failure. The message is something like: 'Commit failed: At least Environment 'Java Environment' was modified in GeneXus Server since your last update. …
Beebout
  • 121
  • 1
  • 7
1
vote
2 answers

Jmeter 440 error code. How can I resolve this error?

I am working with Jmeter and Blazemeter in a login script for a web made with Genexus. The problem that I am having is in the POST. Whenever I try to make a POST http petition, Jmeter throws the next thing: As you can see, in the response body, I…
Mauricio Estevez
  • 419
  • 1
  • 6
  • 21
1
vote
1 answer

How i can make a http get request in genexus?

I'm trying to make a http get request in genexus, but in the object httpclient i can't find the property that have the answer and the method Execute() don't return the response of the request. I need to copulate the json response in one SDT. I try…
Meliodas
  • 41
  • 7
1
vote
1 answer

How to use comma separator "," instead "." in decimal genexus values?

Actually i have one column that store values in decimal (12.2) I need to convert this decimal value 59.90 in Brasilian money 59,90. There's a way to convert or tell to genexus to use "," instead of "." in decimal values? In genexus documentation i…
Meliodas
  • 41
  • 7
1
vote
1 answer

Is there split() such as javascript or PHP

I'd like to send e-mail to the address that is enterd in a input form. I could do if I enter one e-mail address in one form. But I coludn't do when I enter to e-mail address in one form as add , between two addresses. I'd like to keep that there is…
1
vote
2 answers

Genexus Authentication without using Genexus Access manager

I want to implement authentication in Genexus customly. Is there any way to implement authentication in component without enabling Genexus Access Manager(GAM)?
Tasnim
  • 551
  • 3
  • 9
1
vote
1 answer

Application Level Error Handling in Genexus

I'm trying to handle errors at aplication level in Genexus Ev1 (C# generator) so when an exception ocurs it can be logged. Searching the web found the requirement can be resolved with…
1
vote
1 answer

How to fix 'Element ns1:WS_PersonaGetActEmpresarial.Execute has a relative namespace: ns1="DGI_Modernizacion_Consolidado

I am developing a SOAP client to invoke a WebService with WS-Security. I generate de Stub with Eclipse using axis2-1.6.2. The URL of the WS that I want to invoke is: https://efactura.dgi.gub.uy:6475/efactura/ws_personaGetActEmpresarial?wsdl This is…
1
vote
1 answer

How do you read the values with a XMLReader variable?

edit: I'm working with Genexus 16 u2 I have an xml file and I want to read the values son I can save them in local variables of a procedure and later use the to create a new SDT from them. There's this XMLReader Data Type that Genexus provides, and…
1
vote
1 answer

In Genexus, Know in runtime is Android or IOS

In Genexus, how to know if is compiling for Android or IOS in Smart Device? Example: A procedure: If platform = ‘IOS’ &Variavel = 1 Else if platform = ‘ANDROID’ &VARIAVEL = 2 endif