97 questions
0
votes
0
answers
36
views
Mendix nested object detection in pluggable widget
I'm currently developing a pluggable widget that retrieves data from a microflow (List of Object, with one Object at index 0 (List<Object>[0] = Object), seems to be a limitation with Mendix).
I ...
0
votes
1
answer
38
views
Can I connect a Mendix app to SQL Server Reporting Services?
Is it possible to connect with an SSRS report from the Mendix application?
I have prepared a report in SSRS, but I am not able to integrate it with the Mendix server.
In Mendix, there is a native ...
0
votes
1
answer
145
views
How to View Windchill .pvz Files Directly in Mendix Using REST APIs?
I’m working on a Mendix application where my customer needs to view Windchill .pvz files (3D CAD files) directly within the application before downloading them. The files are being fetched from a REST ...
0
votes
1
answer
113
views
How to connect to external MSSQL server in Mendix which has windows authentication enabled?
Our team is trying to connect to an MSSQL server with Windows authentication that is hosted in our environment. However, we've encountered an error message stating "Invalid JDBC connection string....
0
votes
0
answers
97
views
Mendix to sap bapi integration issue
We are using the Mendix public cloud hosted in AWS and trying to connect to the SAP QA environment hosted on-prem. SAP is ECC 7.0. We are getting a connection timeout error. We checked with the ...
0
votes
1
answer
608
views
How to handle and work with Non-Persistable Entities
i have a mendix project where i want to achieve the following, the user enter the page use the input area to send messages and the message appear in a list view above the input box. I created the non ...
1
vote
1
answer
109
views
Mendix Java ERROR: operator does not exist: bigint = character varying Hint: No operator matches the given name and argument types
After upgrading to v9 in Mendix, one of our Java actions is causing an error.
The error can be seen below:
ERROR: operator does not exist: bigint = character varying
Hint: No operator matches the ...
0
votes
1
answer
119
views
Java error: java.io.IOException: Stream closed when trying to import a zip file into Mendix using Java action
I am trying to use a Mendix Java action to import a zipped file of xml files however I am getting the following errors from the Java code:
java.base/java.util.zip.ZipInputStream.ensureOpen(Unknown ...
0
votes
0
answers
104
views
Plotly Chart Shape. Label function not reflecting in UI
This is my Data.JSON
[
{
"x": ["2017", "2018", "2019", "2020", "2021", "2022"],
"y": [0.010101, -0.21070779, 0....
0
votes
1
answer
149
views
What is the best way to retrieve data with dates from the last month in Mendix and compare them using XPath?
I'm new to mendix and I ran into a problem comparing dates in mendix.
My task is to collect data whose date is one to the date of the last month.
e.g. date>=01.04.2023 && date<=30.04....
1
vote
1
answer
147
views
How to override a function with another function and then itself
There is an iFrame with buttons inside that I cannot change directly. The requirement is to use this specific iFrame. Inside this iFrame, there have many buttons with the same classname that the user ...
0
votes
0
answers
120
views
Getting errors while installing yeoman on windows
I am trying to install yeoman in windows with command: npm install -g yo
I am getting following errors:
npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm ...
-1
votes
1
answer
105
views
NewRelic configuration in Mendix private cloud
Can anyone provide the location of m2ee.yaml file for configuring Newrelic in mendix private cloud.
Ref URL: https://docs.mendix.com/developerportal/deploy/setting-up-monitoring-with-new-relic/
0
votes
0
answers
297
views
enable CORS in mendix
I made an error when I integrated the pdftron widget for mendix (low code). I couldn't link external links when CORS block...Access to XMLHttpRequest at been blocked by CORS policy : No 'Access-...
1
vote
1
answer
373
views
How can I get a frame sample (jpeg) from a video (mp4) using javaCV
I'm trying to create a Mendix Java Action which generates a thumbnail jpeg from a movie.
I'm using javaCV 5.4 but I'm struggling to generate a Frame from the frameGrabber, for some reason it's always ...
1
vote
1
answer
283
views
cypress testing of mendix app - unable to find mxui.js, theme.compiled.css files
I am trying to test a mendix app with cypress.
On trying to load the index file, I get the following in both the mendix and cypress logs.
404 - file not found for file: index.html/theme.compiled.css
...
0
votes
0
answers
254
views
Java: Converting Audioinputstream BACK to InputStream?
Ok, this is going to sound odd, but hear me out. I've been using Mendix to deal with an app that manipulates wav files. I love how easy Mendix makes the front end. I have a FileDocument with a WAV ...
2
votes
0
answers
2k
views
How to fix error when rollup cannot resolve dependency
I am creating a pluggable widget in React, to be used in a Mendix application, that makes use of the ketcher-react package.
With just the basics in place (see code below), when I want to build using ...
0
votes
0
answers
189
views
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 ...
0
votes
1
answer
382
views
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 ...
0
votes
1
answer
1k
views
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/...
1
vote
2
answers
750
views
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 ...
1
vote
1
answer
1k
views
why does using url cause problems in Mendix?
so i have this error in mendix when I am trying to use "get" to get the address information by inserting the post code and the house number to some API (the url is working alone but not ...
2
votes
2
answers
800
views
What type of database is used in mendix?
Mendix is a low code development platform. I want to know which type of relational database does it uses?
0
votes
1
answer
192
views
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 ...