Movie Ticket Booking System
Hi I'm new to mendix Can I get some idea on how to develop movie ticket booking app with two roles(admin,user) Admin features are: 1) Add movies to specific theatres and branches, specifying the screen...
View ArticleReplacing mendix' table elements through SCSS
Hi guys, I'm currently working with document generation and require header/footer to be present on each page. There is a widget for this but I would love to learn how this works so our team doesn't...
View ArticleDaa grid 2 error in filter
Hello Everyone, In data grid 2 filter is showing error like "The number filter widget must be placed inside the header of the data grid 2.0 or gallery widget". Please give some idea, how to resolve this.
View ArticleDynamic Row Colors AND Separate Grid-Wide Filters for Same Datatype Attributes
I’m facing a challenge where I need to implement the following: Dynamic Row Colors Based on Attribute Values: I can achieve this using DataGrid 2 by applying conditional styling, but I haven’t found a...
View ArticleData base move
I have a mendix application hosted in SERVER_QA which points to SQL database in server QA_DB. Using mendix server console the deployment is happening. IS there a way to copy all data from QA_DB to my...
View ArticleHow to pass in clause values as parameters to execute select query on...
I am using external database connector module to connect to an external database. My sql statement has in clause in the select query statement. How do I pass values for in clause as parameters. SELECT...
View ArticleLogin fails, Http-response 560, logmessage "Ids should not be null"
Every now and then, it is no longer possible to log in to my Mendix app with correct uid+pwd. Even with MxAdmin and a freshly changed password. Result is always: In the web-browser, this log message is...
View Articlehow to use startsWith function and restrict it to one letter
Expectation : R1234, it should not accept any other character after R and it has to consider integer only
View ArticleConvert DECIMAL value into String
I have a decimal value in the entity. ENTITY NAME : ORDER Amount = Decimal Through OQL, i am trying to execute the qeury SELECT CAST(O.Amount as String) as Total_Amount from ORDER O; For example, Case...
View ArticleTrack spent time on a page
Hello, Does anybody know if it is possible to track the time the User spent on a page? It can be done by creating a dedicated entity connected to the User which will store Start and End time when...
View ArticleColumn selector is not loading for DataGrid2
Hi Everyone, We are using DataGrid2 in our App, but we are not able to see the column selector even after enabling Hide option at DataGrid level in Personalization tab. The samething is working when we...
View ArticleUnable to clone apps with error: "Git not found"
Hello ! Since Mendix v10.18, I am unable to clone any apps, be them my own or shared apps, with the following error after cloning : "Git not found". This message appears when you click on "details",...
View ArticlePDF form vullen
Hallo allemaal, Ik ben op zoek naar een module die standaard pdf formulieren met invulvelden kan vullen met inhoud op basis van reeds bestaande objecten in een entiteit. Ik heb de module Pdf Fill Form...
View ArticleHow to open the newer version app in the older version studio Pro?
Hi, I have created an app using the Mendix portal which by default considered the latest Mendix studio pro version. Now I want to open and build the app with older version. How can I do this and please...
View ArticleDate picker century guessing not working
Hi, I have a strange issue in Mendix version 10.12.6 with the standard date picker element. I'm using de dd-MM-yyyy format and when typing the year in yy format (e.g. 24), it's automatically adjusting...
View ArticleOpen MS teams from Mendix application
Hello, I am trying to open Microsoft Teams chat window on click of button directly from application. i.e. When I click on a button the teams must open the chat window of the particular user . The user...
View ArticleSAP integration with mendix
Hi Experts, Can any one provide the steps how to integrate SAP in mendix application using SSO. Thanks in advance
View ArticleMXBuild stuck after "BUILD SUCCEEDED"
Hi, I'm working to integrate MXBuild for on-prem Mendix app into our CI/CD pipelines. I'm using Gitlab runner on Windows machine using mxbuild 10.12.5.45892. I'm able to script everything and execute...
View ArticleRestrict onclick action of rows of data grid2 based on condition
Hello Everyone , I'm displaying some set of data through data grid2 . In onclick action I'm calling some microflow to do some functionality . I need to restrict the onclick of some specific rows based...
View ArticleNot able to set the properties of FeedBack Widget
Hi All, I am following the learning paths for Intermediate Certification Exam. In the section “Start Building the Event App”, there is a section which describes about adding the Feedback Widget and...
View Article