How to register a new user in App 6.10.5
Hi all,I am currently working on an application which requires an anonymous user with the UserRole 'Guest' to login into the application to utilize it.However, I am running into a problem here. The way...
View ArticleWidget development - Any teachers available?
Hi everyone,for my personal growth I want to invest time in learning how to make widgets inside Mendix, I constantly run into the issue having new widget ideas or functional requirements. But each time...
View ArticleBetter user experience on waiting
Waiting on your application is something every user dislikes. Especially with reporting functionalities or integrations. You as a developer are challenged with the performance versus the business...
View Articlejava.lang.OutOfMemoryError: Metaspace
Is this the Java8 equivalent of java.lang.OutOfMemoryError: PermGen space error?And is the proposed solution still the same, i.e. It is easily solved by adding more memory to the PermGen (something...
View ArticleExcel Importer
Hi,Is it possible to import multiple excels using the ' Excel importer' app (from the app store). If so how do I do it ? Thanks,Sam
View ArticleIterate through Enumuration
I have an Enum which is the 'status' of an Order entity.I'm looking to have a next/previous status which will move the status onto the next Enum value. Is it possible in a Microflow to lookup the next...
View ArticleAssign data from entity to D3 chart
Hi I am using D3 pie chart in my project with static data. I am integrating the D3 chart manually (i.e. Placing the d3.js file in theme folder of project directory and importing this js file in...
View Articleregistration new users.
Hello everyone!The app that my team and i are developing stumbled upon an issue:letting anonymous people register and create an account.I've searched quite a bit and found a few different aproaches,...
View ArticleAdding a product to an orderlist
Hi, I am making an application to order products. When you are looking at a certain product and you want to add that to an orderlist/wishlist, you have to click on the add to orderlist button. This...
View ArticleLooking for Blog Post - Creating Entity from Excel File Header Row
Some time ago, I read a blog posting in the Mendix community that described how totake the first row from a spreadsheet I needed to importmassage that row into a valid XSD filecreate and XML Schema in...
View ArticleHow to convert HTML tables into word table document
How to convert HTML tables into word table document
View ArticleUnable to create and write data to a file.
I am calling a java action, after that am coming to eclipse, In ecplise In a class where we have "// BEGIN USER CODE" and "// END USER CODE" inside this I am trying to create a .txt file and...
View ArticleImport mapping after webservice call
Good morning, I encounter a problem with the XML mapping after a websrvice call. The webservice I use;https://www.e-abs.nl/VnabEabsWebServices/services/ClaimWebservice_6.2?wsdlThe generated import...
View ArticleGeneralization bug(?)
So I tried generalization in the Administration Domain Model, and since it didn't do what I thought it would do, I selected generalization > none. Now I am left with 45 errors everywhere because it...
View ArticleNon Mendix mailbox
In the Mendix cloud V4 and in the free node you are no longer be able to use the Mendix mail server. The problem is that I have a mailserver where you need to login to the pop server first to be able...
View ArticleDisplay UserName (Login Button)
Hello everybody,I want to display the user name and his photo on all the pages of my application at the top. For this, I downloaded the Login Button widget and inserted it into the Sidebar Navigation...
View ArticleIssue in Condition for visibility
I have to make the templategrid uneditable based on the value of a variable. How can I do that? I tried to hide the edit and delete button using visibility option.But I am unable to select attribute...
View Articlesearching through a list.
Hello everyone,I am having a problem with checking if an article already exists in my order. This is how the relevant part of my domain looks. The idea is that an order is made up of plural...
View ArticleHow to display attributes data of an entity in html using custom widget
Hi,I am trying to develope a custom widget,I mapped entity attributes to the xml file but i am unable to get display the attribute values in the html page
View ArticleEmail Server
Hello Everyone, We use Email with Template module to send emails in our application. We use office365 email server to send emails and able send emails if we set the 'From' address as our authenticated...
View Article