profile page
Hi,I am working on a project i want to create to a profile page for a user by using CSS.Can any suggest m how to achieve this in mendix..
View Articlestop request handler
I know how to start a request handler. How can I stop one? Thankyou
View ArticleAdding glypicons to Mendix Modeler
Would it be possible to purchase, for instance, the Glypicons PRO set and install it for direct use in the Mendix Modeler? If so, how would I do this? If not, are there any workarounds to use these...
View ArticleSDK - Create page title
It appears the Mendix SDK creates empty page titles. Why is this happening?I have the following function:function setPageTitle(page: pages.Page, entity: domainmodels.Entity) { let pageTitle =...
View ArticleDataview content is not getting refreshed when its associated parent dataview...
When a dropdown which is at entity level "A" inside dataview "X" is changed we would like to refresh dataview "Y" on the same screen which is associated to entity "B".Dataview "Y" is inside another...
View ArticleSocketException while uploading an image using the REST module
Hi, I can call normal get and post functions just fine, but uploading an image to that server fails with a SocketException.Could this be caused by the server certificate? Chrome does not really like it...
View ArticleError Code 405 Method Not Allowed in REST
Hi all,I've published a microflow that uses POST where the consumer can pass in data that will be processed to the database of the publishing app. I thought this would be pretty straightforward, but I...
View ArticleSetting TLS Version
I'm getting the following error when I attempt to call a Salesforce service:com.mendix.modules.microflowengine.MicroflowException: javax.xml.ws.soap.SOAPFaultException: UNSUPPORTED_CLIENT: TLS 1.0 has...
View ArticleJSON serializer sorting
Hi all,I'm looking for a fix for the following problem: I am creating a widget that needs a JSON string to fill it with data. This data consists of 7 predefined columns, and rows with cells to fill...
View ArticleValidation feedback on empty object in datagrid
Hello everyone,For the validation microflow of my Order screen I want to validate if the Order has at least one Orderline added. When the Order has no Orderlines added I would like a validation...
View ArticleFileDocumentFromFile java call - syntax for arguments
I am trying write a file (on my local computer) into a System.fileDocument within a Microflow. I am using the communitycommons FileDocumentFromFile java call. There are 2 arguments: (a) file - for this...
View Articleforce login.html to go to a certain page after login
hii want to control, from the login.html page, where (to what index.html, for example indexAngular.html) you get redirected after successfull login. how can this be achived with all that login.js and...
View Articlem2ee command not found
Hi, When I install m2ee-tools, I follow the installation manual, but is still being given m2ee.bashrc config.bashrcSource global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrc fiUncomment the...
View Articlejava action
Hi,Is it possible to send an email by using java action in mendix.can any one suggest me how to achieve this
View ArticleDoes Mendix modeler version 6.4 supports IE10 ?
Hi . . . we found a weird behavior with buttons display order in IE 10. Buttons which are configured to get displayed at the footer right of the page are getting displayed in reverse order. Issue is...
View ArticlePOST REST action with Base64 String
Hi all,I have configured a published REST service in my project that accepts data from the consumer using POST and writes to the database. The url params include one for a base64 string which should be...
View Articlem2ee error
m2ee(myapp): startERROR: pid None is not available, but m2ee respondsERROR: Executing createlogsubscriber did not succeed: result: 1, message: An unhandled exception occurred!, caused by: IOException...
View ArticleUse importStream after conversion
After converting an App from Mx5.21 to 6.5.1 the importXmlStream needed to be replaced by importStream because of deprecation. The importXmlStream function mapped an XML without problems to the domain....
View Articledelete stuff in javascript
I can commit things with the following javascript, but how can i delete stuff off the server?mx.data.get( { xpath: "//System.FileDocument", callback: function(objs){ for(var i=0;i<objs.length;i++){...
View ArticleExcel Importer: Thousand separator in number is causing problems
Hi all,I am running into a problem when using the Excel importer. When a value of 110000 is imported, Mendix receives the value as 110. This is due to the thousand separator ('.') used in Excel, making...
View Article