Cannot deploy my first module.
Hello everyone. I followed the rapid developer course to make my first app. Running Locally works fine. But when i try to run on the (free) cloud i get an error. I've tried 3 times to make sure it...
View ArticleHow to create online exam system app in mendix?
Hii everyone, I want to create a online exam system app in mendix.But I don’t have any idea to create this app. I have created one entity but I don’t know what attribute required for...
View ArticleGet list of Users that are using Native App
Hi, Does anyone know if there is a way to get a list of users that are using your native app? We previously had a Hybrid App and have since converted it to a Native App so we have a list of Users but...
View ArticleHow to get the Sign-in page configuration in Navigation setting of Mendix Studio
Hi I am trying to configure a custom sign-in page To configure I am not able to see the sign-in page configuration in navigation setting of Mendix studio as shown below How to enable the...
View ArticleIntercept and Transform a Published Web Service Request using XSLT before...
Hi, Is it possible to intercept the incoming request for a published web service so I may apply a transformation using XSLT BEFORE it hits my Import Mapping and gets processed? My situation is...
View ArticleCan't run application on the cloud (Only locally)
Whenever I hover over the 'run’ option its grey and not clickable. I have version (8.10.0)
View ArticleHow to collapse first and third block of 3,6,3 layout on toggle button?
Hello all, I am relatively new to mendix and facing difficulties for toggling layout blocks. Currently using 3,6,3 layout where I would like to add toggle buttons on vertical lines of layout to...
View ArticleNative Mobile Inspection Application
Hi After scanning in Native mobile application always gets an error and not able to build Inspection Application
View ArticleAccessing environment variables
Hi there, We have an app running in an Azure Web App Service and we need to access an environment variable set by Azure. We don't have any control over the name of the variable, and as such we have no...
View ArticleMendix studio pro installer parameters
Hello everyone, I'm trying to start a Mendix studio pro installer .exe with Java ProcessBuilder. The idea is to give parameters in this command so the user does not need to give that information in...
View ArticleHow to use a placeholder inside a list view
Hi All, I have table inside a listview, how can I use a placeholder inside a particular column. I need a placeholder for a column.
View ArticleAdding custom URL for a page.
Hi , I am trying to give a custom url to a page in application and after setting one from the page properties I am only able to access the page by providing the url as http://localhost:8084/p/agent...
View ArticleGetting Update related error in grpah widgets.
Hello Everyone, I am using a column chart and when I changed the mode from basic to the developer in advanced option then I am getting below this error. I have checked for updates of the charts...
View ArticleSearch In list view In native app
Hi Guys , I want to use search functionality in list View for searching by fields but i am not able to find any widget for this.Please anyone Suggest me if anyone know this solution. i want to do this...
View ArticleUser Management API
Greetings, Has the URL for the User Management API changed? I’ve got a HTTP 404 error on the following request:...
View ArticleForce to open in specific browser
Is there a way when clicking on a link, the link will be opened in a specific browser? This is because of certain SSO policies. I hope someone can help!
View ArticleLogout user after 8 hours
I found a way of logging out a user after x seconds of idle time (by adding the variable SessionTimeout to the m2ee.yaml file) Now I am trying to logout a user after 8 hours, even if session is not...
View ArticleAn unhandled error occurred in the MxRuntime: java.lang.OutOfMemoryError: GC...
Please advise? Just today after months of no issues my Run Locally startup takes a long time (15minutes versus less than 5 minutes) and then the startup completes but as I try to log in a user it...
View ArticleTake Picture and Image Viewer for Mobile Native
Hi, I am using the take picture widget to upload images as attachments and view them on-page. After taking the first image I am able to view that. However on clicking/uploading the second image. I am...
View ArticleHow to convert to string (decimal format)
Hello, I have a decimal value with for example “5723.685496” but i want only 5723.69. How to do in Mendix value.ToString(#.00) ? Thanks you for your help
View Article