mendix error "the latest revision was committed with version (unknown)…"
I am getting the following error message when I go to update a branch I have downloaded from the Team Server: The latest revision was committed with a version (unknown) of the modeler. Please install...
View ArticleWhat is the best way to hide the 'sign out' button if a user is not logged in?
On the login page the sign out button is visible before the user even logs in. The 'condition for visibility' doesn't appear to give me any options to hide it based on anything useful. Any pointers of...
View ArticleExcel Import
Hi there Struggling to get a file imported based on a unique key in both The following error occured when importing document: Employment_Details.xlsx--------com.mendix.core.CoreException:...
View ArticleSAML error page using /css/login.css instead of /styles/login.css
I have setup the SAML2.0 module and this is working fine. I do ave a syling issue with the error page. I throw the error using the LoginFeedback entity containing the error message. The message is...
View Articledeeplink 404 error on linux server
I have deeplinks working locally but when I try on our on premise linux server, I am getting a 404 error.I have set up the request handler - /link/ is set in the yaml file and the link location set in...
View ArticleObject passing to target page
I have created a page and added action button to show a page and the destination page contains data view of an entity.. when i try run it locally it is showing error as The target page contains a...
View ArticleModelSDK implementing deleting behaviour of structural units
Hi, I've been playing for the last few days with the platformsdk and the modelsdk (both great ideas btw!) and walked across some, mostly minor, issues. Right now I am trying to synchronize the module...
View ArticleJDBC error
Hi,after i commit the table in mendix i am getting the following error, which roll backs the commitConnectionBus_Retrieve: JDBCDataStore::execRetrieveQuery failed with SQLState: 08S01, error code: 0,...
View ArticleIs it possible to have Tree view with Non persistent entity?
I want to display the data from REST API in the form of Tree structure i.e. based on certain attributes I will click them and then display the associated records.All entities are non persistent so...
View ArticleCKEditor on Mendix Cloud not allowing uploads
HiWhen I run locally, all is fine, I can use CKEditor to add media content (links to videos!)However, when I deploy to a licenced node, I'm getting JavaScript errors and the OK button just throws an...
View ArticleFailed to remove session for user because actions are still running. Client...
When first starting the app, I am able to login fine with a variety of logins. After time, I am unable to log in with any of those same logins and see the messages below in the logfile. Can anyone help...
View ArticleiDEAL: 'Verbindingsfout, probeer het later nog een keer' error when...
I have implemented iDEAL and it all works well except a strange error message just before redirecting to the page of the selected bank. Before redirecting an error pops up with a connection error....
View ArticleSAML with SOAP
Our system runs with the Ldap implementation for Single Signon. With this users have to signon seperately to the Mendix app. If I would like to have the users not to signon seperately to Mendix I...
View ArticleTopDesk and Mendix conflicting
Has anyone noticed problems with using TopDesk and Mendix? I have a client with a couple of on premise/sso Mendix applications. Users are logged into TopDesk and when they open a Mendix application...
View ArticleDatabase Replication - How to not trim whitespace of column value of String
When migrating from an existing database, leading and trailing blanks of column values of String type are removed (ie trim).If string space is required as a business requirement, I must migrate while...
View ArticleRead CSS from FileDocument
How can I read stylesheets from mendix filedocuments into my html? I want the users to upload css files and these are then inserted into the dom with the <link...> stuffsI have an entity...
View ArticleSDK error on add a widget to page
Hi All,I have a problem when I try to add a widget like simple Text or anything using the SDK to a page. When I create a new app and there is a page it works, but the "LayoutCallArgument" is out of the...
View ArticleSidebar toggle button configuration.
Hi, 1- How to choose the region that should be collapsed/expanded by clicking the toggle button?If there is an implicit criteria that connects the toggle button and the target region, what is that...
View ArticleNew behavior default integer field?
I have fairly simple entity with an Integer field default to zero (0) in the domain model. When I create records this integer field shows in the debugger nut zero but empty. If I test field > 0 then...
View ArticleClosing 2 pages
I am in a situation where i need to close 2 pages which are open. On a button click from Page1, Page 2 option and on click of a button in Page2 both pages should be closed.In the MF of the Page2, no...
View Article