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
0 answers

High TTFB with gam identity provider

I have a project that acts as an Identity Provider (IP) to other "child" projects, I set everything up using gam and ssologin. All of these are created with Genexus, c# The system should work with a click on a page of the IP which leads me to a…
Nicola
  • 209
  • 1
  • 8
1
vote
0 answers

Inserting data into a Genexus transaction grid

I have a multi-level transaction, so I have set up a free style grid which in turn contains a grid. I would need a button or procedure of some kind within the free style grid that would allow me to code data into the innermost grid. Note that the…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Send an image from smart device to the server in Genexus

I know there is already a similar question but the answers to that didn't work for me I'm working with Genexus 16U11 and I have a panel with an image variable (called &sourceImage) with control type as "SD Image Annotation". I need to send this…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

GeneXus Extensions - How to know the DataStore associated to a table?

I need to make a GeneXus extension that goes through the tables of the DEFAULT DataStore (but not in the other datastore) to do certain checks. What is the best way to know the datastore associated with a table? I can check if the table is…
ealmeida
  • 444
  • 3
  • 11
1
vote
1 answer

Genexus: access sub grid's data when clicking its control

I have two SDT collections with the following structures: Areas (collection) L Area (structure) L Codigo (char 20) Orden (num 2.0) Rojo (num 3.0) Verde (num 3.0) Azul (num 3.0) …
1
vote
1 answer

Change Genexus logger

As far as I know Genexus is using Log4J by default in Java applications, but if I wanted to change the logger and use like for example Logback, can I do it? If so, how? I'm using Genexus 16 U10
Pablo Sarturi
  • 161
  • 1
  • 10
1
vote
0 answers

Chronometer too fast

I have a Chronometer Control in a web page created in C# with Genexus 17U4. It works fine most of time, but randomly and rarely it slows down or accelerates a lot. If I reload the page, the control start counting correctly again. I have WWP on the…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Web layout does not auto update after adding a new attribute in GeneXus

The symbol on the web layout is different than usual. It is this (when it is not working): as opposed to this (when the auto generate is working): Is there anyway to fix this. like to re-generate or re-calibrate so that the corresponding…
Davia
  • 73
  • 10
1
vote
1 answer

Genexus Extensions SDK - How to develop extensions for Genexus Server?

I'm trying to develop .NET Framework Extensions for Genexus Server to listen to basic events like: Lock Events Commit Events Update Events EDIT I have tried pasting packages that derives from AbstractPackage and implements IGxPackageBL from…
Bruno.S
  • 109
  • 1
  • 7
1
vote
1 answer

Genexus Extensions SDK - How to manage KB Team Development by code?

I Was searching for ways to get the information and methods of the Team Development Section of Genexus using the SDK, things like: Get the name of the KB that is hosted on Genexus Server (not the name that I put when the KB was downloaded from the…
Bruno.S
  • 109
  • 1
  • 7
1
vote
1 answer

Genexus Extensions SDK - Is there a built in helper to save data locally?

I Would like to know if the Genexus Extension SDK already implements something to store persistent data locally (KB Independant and per KB), something like PersistentDictionary from ManagedEsent I know that genexus uses SQL Server to store KB…
Bruno.S
  • 109
  • 1
  • 7
1
vote
1 answer

Prohibit multiple GAM connections

I am looking for an option in the GAM to prohibit the connection of the same user from different PCs. The "Allow Multiple Concurrent Web Sessions Security Policy" property works the opposite of what I would like as it destroys the first connection…
Nicola
  • 209
  • 1
  • 8
1
vote
1 answer

Consume Rest Service Problem from Genexus (url encoding)

I defined a collection for 4 web services (Login, Articulos, ArticuloxCodigo, ArticuloxBarCode) in Postman, test them and work fine. When using Apimatic to try to generate YAML documentation, only the first to are included and imported to Genexus…
Andres
  • 3
  • 3
1
vote
1 answer

GeneXus GXFlow's flow that generate multiple instances

I'm developing a workflow with GeneXus GXFlow. It's a purchase request that needs multiple approval. I don't know how many, it depends by the type of products. The request is approved only when all the products are approved. I think that the only…
TeoVr81
  • 989
  • 15
  • 33
1
vote
2 answers

Upload image or file from smart device in GeneXus

How to upload an image or PDF files from smart devices to a specific folder on the server?