Questions tagged [mendix]

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle.

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle. Mendix has an active community, please refer also to https://mxforum.mendix.com when you have a question.

86 questions
0
votes
1 answer

mendix Swagger REST Webservice in UAT/PROD

Hi I am working on the mendix rest webservices and through swagger , i can test the local host data all right. But when i promote objects to acceptance, i need to update the webservice seurity to 'Requires authentication'. This would need username…
Jyothi Srinivasa
  • 701
  • 2
  • 9
  • 26
0
votes
0 answers

How to rotate block content of fo:table-cell with mendix generated document (XSL-FO)

I am generating documents for students who visit a course. I have created an application in mendix and used the document template function for the generating of the documtens. I need to generate name tags, certificates, greeting screens, and so on…
0
votes
1 answer

made simplified Abbyy xml

I had made the simplifed abbyy XML after that I need to make the rest API from mendix.Can anyone guide how we import the xml document in Mendix or any document or tutorials from where we clear out the doubts.
shashi sharma
  • 23
  • 1
  • 4
0
votes
1 answer

How to target a dom element outside react native component

I am developing a React native widget. It consists of a single View and I want to give this View the same color as another element on the page with a specific class. In React (no native) I would do this as follows: componentDidMount(): void { …
MWB
  • 1,830
  • 1
  • 17
  • 38
0
votes
1 answer

Why is requesting a bearer access token for microsoft graph api not working?

I'm trying to recieve an access token to use as authorization bearer token for microsoft graph api rest calls, all that in mendix. I'm following this guide -> (https://learn.microsoft.com/en-us/graph/auth-v2-user), but at step 3 I'm met with an…
0
votes
2 answers

Mendix Retrieve last input value

In mendix i have 2 pages: Course Overview and Course_newEdit. As the names suggest overview i the overview page and the second one is edit page. The entity name is Course. Its attributes are: Name String and Description String. I have a requirement…
Velocity
  • 433
  • 5
  • 32
0
votes
1 answer

Invoking Script on Mendix

I have a fully functioning terraform script which provisions infrastructure on the vSphere. I am trying to run/invoke it through the Mendix platform. How would I do this?
0
votes
1 answer

Customize the color of a progress circle

I'm using the "Progress circle" widget (version 2.0.0) in Mendix Studio Pro 9.2.0, and I would like to individually change the color(s) of each one of my progress circles, primarily the part that is shown in blue by default. By looking into Chrome…
0
votes
1 answer

Upload Excel File and save it as CSV to a specified path

I'm new to Mendix and need to solve the following: Users all over the world drop a file (xlsx or xls) onto a web page or select a file through a file dialog. This file should be stored - converted to CSV - with a self-specified name onto a specified…
Shnugo
  • 66,100
  • 9
  • 53
  • 114
0
votes
1 answer

How do I swap my x and y axis on my Mendix bar chart?

I’m using the basic bar chart widget and I’ve got it to successfully produce a chart showing percentages of people that have passed a training course on the x axis, and the name of the course as the Y axis. Current Bar Chart display However I would…
0
votes
2 answers

Delete the database from Mendix apps

I would like to know how I can delete the local database of my Mendix programm. The background story is that i am calling a webservice to write data to an attribute. So every time the user presses a button, the webservice writes data to the…
0
votes
1 answer

Basic Mendix app - Images not showing in ImageViewer

I’m brand new (4 days old!) at Mendix, and I’m trying to write a very basic expense application where expenses are entered, a receipt image (JPG) is uploaded for the expense, and they are then sent for approval/rejection via another data grid page.…
0
votes
2 answers

Flow chart how to determine which low code platform to use?

Low code is getting somehow much attention recently, and I am looking for hard, fact-based decision criteria for which platform to choose for which purpose or industry. I found a flow chart at stackify compiled by Ben Putano in 2017 which is a step…
B--rian
  • 5,578
  • 10
  • 38
  • 89
0
votes
1 answer

Mendix and Azure Ad B2C AuthRequest does not have assertion consumer service URL

I try to get Azure AD B2C working on Mendix. We have it working with the normal Azure AD this is quite easy because all is done in a gui. For Azure AD B2C this is done in XML so a bit harder. I have followed the next tutorials and this works…
wim_til
  • 140
  • 10
0
votes
1 answer

How to convert normal Java project into a Maven project in Mendix?

Can anyone please tell that how to convert normal java project into maven and springboot project in Mendix? I made a java action call in Mendix, initially I got a normal java project then I tried to convert it into maven, once I done this…