Hi, Our organisation uses Piwik as tool to analyze user stats for websites. Because Mendix apps are one-page webapplications we are having trouble add the javascript code provided bij Piwik. Does anyone have experience with the combination of Mendix/Piwik? Or can anyone suggest a good practice to add the javascript to the different pages in our application. We tried to add the javascript to the index.html, but everytime we rerun the application the index.html is overwritten, so we have to link to the javascript in another way. Kind regards, Annelot and Giel
↧
How to add javascript in mendix (not javascript action)
↧
How many sessions does a trail license support?
We started testing with the Mendix Serivice console and sometimes we are running out of sessions quite quick with the trail license. Maximum number of sessions exceeded! (You are currently using a trial license) Now I understand that restarting the server resets the sessions, and this works, but I was wondering how many sessions a trail license can have?
↧
↧
Retrieving IMxRuntimeRequest and IMxRuntimeResponse from java action
Is it possible to retrieve the IMxRuntimeRequest and IMxRuntimeResponse from a Mx standard Java action? I know this is possible in a custom servlet but I can't find a way to achieve this from a standard Java action.
↧
Got the error after deleting the object
While deleting object from UI , Its deleted from database but its showing system adminstrator error On console its Showing: An error occurred while executing an action of Classified.MyPosts3.actionButton4: Cannot read properties of null (reading 'length') Error: An error occurred while executing an action of Classified.MyPosts3.actionButton4: Cannot read properties of null (reading 'length') at http://localhost:8081/mxclientsystem/mxui/mxui.js?637747551522986431:68:118789 at we (http://localhost:8081/mxclientsystem/mxui/mxui.js?637747551522986431:24:6501) at i (http://localhost:8081/mxclientsystem/mxui/mxui.js?637747551522986431:24:6402) at x (http://localhost:8081/mxclientsystem/mxui/mxui.js?637747551522986431:66:5472)
↧
Azure AD with mendix 9.5.0
Hello, I am getting below error while i click on save button of SP configuration of SAML v3.5.1
↧
↧
Restrict access to nested data list view
I am trying to add a button next to the delete button, which would allow the admins to restrict and allow access to certain databases. Similair to a user management, but without the need to go to mendix all the time but to restrict and grant access as an Admin-enduser I have been looking through a lot of forum posts but no answers were helpful.
↧
Retrieve first item in list
Hello, In my application I have up and down buttons that changes the sequence number of items in a list. How can I retrieve the first and last item in this list using retrieve by association? The first and last item needs to sent to a decision later on.
↧
How can I register for the Intermediate certification exam?
Hi, I already have a Rapid certificate, finish Intermediate Developer Course and I want to take the Intermediate exam, how do I register for it? Thanks!
↧
How to change the number of digits?
Hi all. I have to export the data from Mendix to Excel. The data is type of decimal. Some data have to change the number of digits after the decimal point, like from 0.3333 to 0.33. Can I change the number of digits when I export it from Mendix in a microflow? When I downloading the file, I use microflow to get a list of data and export it to Excel. Can I use the Change Object toolbox?
↧
↧
mendix odata
Hi, Is it possible to do changes locally in mendix studi pro i.e removing an attribute in odata entity locally will remove that particular attribute directly in odata (mendix data hub) or we have to restart our application or deploy the changes in production. so that the change is reflected.
↧
Is it possible to save data directly into an external database without saving it in mendix's?
Is it possible to save data directly into an external database without saving it in mendix’s database? I am currently using an OracleDB to export my data. But there is some sensitive info that my client would prefer to be only stored in the external DB, as opposed to both. We also have the problem that mendix’s db’s storage is somewhat small, which could be problematic in the future. The client does not want to switch to a payed plan.
↧
Difference in way of working N:M relations between entities in Mendix 7.9 and later versions (e.g. 7.23.26)
I have an old application running in Mendix 7.9 which need to be upgraded to the LTS Mendix 9 version. Before that I need to go to the LTS of Mendix 7 (7.23.26) When I upgraded to 7.23.26 I noticed that some functionality which uses N:M (*:*) releations in the model, are not working anymore. When I delete those relations and newly create them with the same settings and name, the functionality is restored, but in the database the id of the association is changed and therefore the actual association in the DB is lost...so not the correct way of solving this. As I can remember, in the older version of Mendix, N:M releation where actualy two seperate 1:N releations, visualized in the modeler on top of each other as N:M relations. Somewhere between 7.9 and 7.23.26 this technical implementation had changed to an actual N:M relation. So I can imagine that my functionality in my old 7.9 version is not working anymore. Question is: Is there a standard solution to resolve this technical change or do I need to create 'in between'-entities for each situation and merge the N:M releations to those entites before I upgrade? (and after upgrade revert the change to the new technical implemantation of the N:M relations in the model)
↧
Get all Enumerations and values in Java action
Hello! Is it possible to get all Enumerations existing in a module, and its values (names and captions), using a Java action? Also, is it possible to add/modify the caption or name values with a Java action? If any of this actions is possible, which classes should be used? Thank you!
↧
↧
Mendix Developer Meetup Rotterdam - August 16
Hi everyone, We're organizing a meetup for Mendix developers at Weena in Rotterdam. The goal of the meetup is to have fun, meet other Mendix developers, and maybe even discuss topics such as performance, big data, testing or just to share cool stuff you have done with Mendix. Topics: Mendix Q&A, discuss and share experiences Date: August 16 @ 17:00 (but you can walk in at any time) Location: Weena Rotterdam RSVP: www.meetup.com We hope to see you there! Mendix Community Team PS: Join our meetup group to be updated about future events.
↧
importing and exporting data course with Mendix Studio V9.7.0
Hi.. I was trying to attend and finish the academy course “importing and exporting data”. But in the section 5.3 I should download a module that is only compatible with version 7 or 8 and not compatible with the latest version of Mendix studio pro. So how can I finish studying this course! kindly update that course or provide me with a solution that will allow me to convert this module to V9. Thanks in Advance! :)
↧
Mendix Free Certifications
Is Free Mendix Rapid Developer Certifications if Mendix Rapid Developer course successfully completed?
↧
Role based PWA
Hi, is it possible to switch between Responsive and Responsive offline (PWA) profile based on user role? regards, Fabian
↧
↧
UI Resources Module
Hi all! In https://docs.mendix.com/howto/front-end/customize-styling-new#previewing-styling it’s said “Modules that contain theme styling should be marked as UI resources modules. To do so, right-click the Module {name} in the App Explorer, then click Mark as UI resources module.” But when I right-click on my module, no such option appears. Is there a different way to do so? Thanks in advance!
↧
Minimizing scripts
Ran a lighthouse test and it reported scripts ‘widget.js’ and ‘mxui.js’ to be not minimized: Anything I can do about that?
↧
Log4j in logging module
We are using log4j-1.2.17, this comes with the Logging module. The app is running in the Mendix Cloud, java version 11. Is this a vulnarability? Does the vulnarability count if you are NOT logged in? Update 1: also the Microflow Scheduled Event Manager is using the library.
↧