OQL query in java code
my applicaiton is existing code running on postgres. But now migrated to SQL server. There are database queries in java actions using Core.retrieveOQLDataTable method.But there were errors on...
View ArticleSOAP with certificate authentication
For a SOAP webservice we need to use, certificate based authentication needs to be implemented. To get this done I have taken the following steps:Uploaded the certificate authority certificate of the...
View ArticleEntity associations in OQL in Java code
Hello All,I am trying to figure out how to mention entity association in an OQL query in java code.How do i reach to the associated entity?I triedSELECT A1.attribute1 AS atr1FROM module.entity1 as A1...
View ArticleConsumed third party Webservice call throwing malformed URL exception
Hi,I have consumed one third party webservice in Mendix 6.2.1 version using WSDL URL. When I call this using a microflow its throwing below exception:java.net.MalformedURLException at...
View ArticleUnexpected results when using first day of the week based on locale
Hi, I've created a sample project configured with First day of week set to Default based on locale in project settings. Then I have this demo_user account setup with Language is Dutch, Netherlands.I...
View ArticleREST SSL handshake fail
I just set up a new Mendix app environment, and it is my first time. I deployed a project that we have running in a separate Mendix app environment, and everything seems to be working as I would...
View ArticleDeeplinking in a mobile app
Hello everyone! I'm building a mobile app (android + iOS) that sends push notifications about critical incidents. The idea is that these notifications have links to relevant screens in the mobile app...
View ArticleEmbedded twitter feed not loading every time
Hi thereWe are implementing a twitter feed using the instructions in these posts (thanks to those who...
View ArticleRetrieve objects offline via javascript
Hi everybody,I am building an offline app. In my app I want to retrieve objects through association in javascript. I believe that these objects are not yet synced to my offline, because in the JSON...
View ArticleLarge datasize / change com.mendix.webui.StateSizeWarningThreshold
How can I change the com.mendix.webui.StateSizeWarningThreshold as is suggested in https://docs.mendix.com/refguide7/transient-objects-garbage-collecting ?We have a large dataset (approximatly 10.000...
View ArticleRefresh single item in list view.
In version 7.3.0, it should be possible to refresh a single item in a list view, without the whole list refreshing.Currently this is not working, as the entire list is still being refreshed. What is...
View ArticleCannot resolve conflict because of editing the CSS by two different developers
I can't resolve the conflict because me and a fellow developer have both made changes on the CSS file on our computer, before trying to commit it to the Team Server.
View ArticleWhat causes a XMPPConnector error
Hi ThereWhat causes this problem ? Timestamp2017-07-05 12:43:56.172LevelErrorNodeXMPPConnectorMessageAn unhandled exception occurred!Stack tracecom.mendix.core.CoreRuntimeException:...
View ArticleRun app takes very long
Hello everyone,My name is Mike and I just started the first few tutorials of the free online course. I'm using the Mendix Modeler 6.6.0 (as advised for same interface as tutorials) but every time I...
View ArticleOdata REST filtering
Hi everyone, I have just started using Mendix and currently working on a project where we want to display data on a page using API and have a search option to filter this data (sort what's get...
View ArticleWhat is the biggest Mendix project?
I am just curious about how big a Mendix project possible.Is there any sample biggest project in terms of # of developers or budget?
View ArticleDynamically Show/Hide Data Grid Columns
Hi,How can I dynamically show/hide data grid columns? For example through role-based security or by using a MicroFlow results?What should I do to show/hide a column for specific roles?
View ArticleComparing two objects and showing the changed attributes
I will try to explain my use case through an example:Lets assume a Person object which is changed by mutations I receive. The mutation contains two Person objects, the old and the new one. The new one...
View Article