Hi folks, I wonder if I am to blind to find it, or if it is really not implemented. Imagine the following scenario: I, as a developer, did some changes to a existing mendix project using Mendix Studio Pro. I pushed the "run in cloud" button, the stuff is committed and now I go on parental leave for two months. On the next day (I am out of office already) the project owner sees my changes and does not agree with them. He wants to revert back to the previsious revision. But he does not find any Mendix internal mechanisms to achieve that. He is able to track down the version history and the committing comments, but no "revert back" button. He has no idea about SVNs, so the only chance he has, is to ask another developer to manually download this mendix project, install a third party svn client and handle the repo with this third part client to go back one reviosn. Then the modified (reverted) repo needs to be opened again in Mendix-Studio Pro and needs to be committed agin to the Mendix team-server. Is this really the proposed way, how to handle those kind of situations, or am I missing something? Thanks a lot!
↧
Mendix Project: Go back to revision x
↧
Native navigation error
Hi, Recently ( I think since I started using 8.6) I’ve been receiving this error a lot: This error came up after creating the native starter app and trying to run it on de mendix make it nape app on my phone. It happened in multiple projects and I have no clue why. Anyone who has an idea? Thank you :)
↧
↧
Path/Flow error in yielding results
We have created several entries for a page with information about each entry. However, when pressed on any entry it only yields the first entry’s information and not for each.
↧
Update Reference selector Dynamically
hi, I’m using reference selector to get the values from an entity to show like a dropdown, my requirement is to add a value into the entity dynamically, from which I get the data for reference selector. Now I can able to add the data dynamically but cant make that change to reflect into the reference selector without reload the whole page. Is there any way to make the change gets reflected on reference selector without reload the page ?
↧
Issue with Text Box Input Masks and Internet Explorer (IE)
Hello - We are experiencing an odd issue where a user enters values for various fields on a page. When the user navigates to the next page and then back again, it appears that all of the text boxes with input masks have had the data that was entered by the user, cleared. However, it just appears that way, the data is still exists just not on the page for the user. Has anyone experienced something similar? Note: this is only occurring in IE11. Chrome and Edge work fine.
↧
↧
Text Limit on Datagrid with inline editing
I am using a data grid and have the new/edit style set to inline at bottom. when creating or editing an object the attributes (String) are not limited to the defined limits set in the domain model/entity. When the cell loses focuses Mendix tries to commit the update to the Domain Model and an error is received because the attribute length is longer than the limit set. Is there any way to limit the characters when editing a data grid inline, similar to the limits set on text boxes?
↧
Migration from Modeler version 7 to 8
Im facing the below mentioned issue while migrating from Modeler version 7 to 8 404 - file not found for file: mxclientsystem/mxui/widget/_FormWidget.js Any thoughts anyone? Appreciate you help
↧
grid witdh vs weight
I noticed that the learning path “become a rapid developer” refers to the amount of columns in a grid as the weight, but the docs refer to it as width. I was wondering if this was on purpose and if so what the difference is. Not a high priority question of course, I was just curious.
↧
Issue with SAML SSO
Hi everyone, I am trying to configure SAML SSO with one of our apps and I just cannot get it working. At the moment, I get caught in a loop which looks like it is loading my app but then I geet a ‘Unable to validate the SAML message!’ error. We are using ADFS on premise as our provider. We are also using a custom domain. We think we have set up the ADFS correctly. I have tried putting our custom domain in the Custom Runtime Settings page under ApplicationRootUrl but when I do this, I just get a generic ADFS error message that really doesn’t help. When I don’t have this, I visit the domain, lets say appname.mydomain.com, I see the page change to appname.mendixcloud.com/SSO, this then flashes up the front page of my application (so I know it has logged on ok) I think get a URL of fs.mydomain.com/adfs/ls and it then lands on appname.mendixcloud.com/SSO/assertion and I get the ‘Unable to validate the SAML message!’. I’ve read a few articles about adding the ApplicationRootUrl but this doesn’t help. I haven’t changed any of the default settings in the modeller such as DefaultLogonPage or SSOLandingPage. The main problem I have now is that I can’t log on to the application at all using MxAdmin to check the SAML configuration (I think I may need to add a Claim?). If I go to app.mydoming.com/logon.html, I get prompted for credentials, but then I get stuck in the loop again. Im assuming that I may have to deply another version of the app to break the SAML config but then I may have to go back to our ADFS provider contact to recreate the settings and I’d rather not. Any help or advice would be much appreciated. I know my description is a bit messy. Do I definetly need the ApplicationRootUrl setting?
↧
↧
Difference xpath results
Heey Community, While testing my work i got the wrong result back from my retrive. After recreating my xpath in sql in postgres i found that the sql mendix makes was different. After changing how i wrote my xpath i got back the result i wanted. Now my question is why did i get back different results from my 2 xpaths when as far as i know they should give back the same. Xpath 1:
[Projecten.Project_Vestiging = $Vestiging]
[Projecten.ProjectRolToewijzing_Project/Projecten.ProjectRolToewijzing/Projecten.ProjectRolToewijzing_Medewerker = $Medewerker]
[Projecten.ProjectRolToewijzing_Project/Projecten.ProjectRolToewijzing
/Projecten.ProjectRolToewijzing_ProjectRol/Projecten.ProjectRol/_enumTijdslijn = $Search/ProjectRol]
[IsAfgerond = false()]
[_isActive = true()]
[Geannuleerd = empty]
[Gepauzeerd = false()]
[_Orderballon = false()]
Xpath 2:
[Projecten.Project_Vestiging = $Vestiging]
[Projecten.ProjectRolToewijzing_Project/Projecten.ProjectRolToewijzing
[Projecten.ProjectRolToewijzing_Medewerker = $Medewerker]
[Projecten.ProjectRolToewijzing_ProjectRol/Projecten.ProjectRol/_enumTijdslijn = $Search/ProjectRol]
]
[IsAfgerond = false()]
[_isActive = true()]
[Geannuleerd = empty]
[Gepauzeerd = false()]
[_Orderballon = false()]
Kind regards, Edo
↧
Can you add more than one micro app to one native app?
Micro apps are great. And adding them to one Webapp using SSO, UI-templates and links is easy and works fine. But how about combining multiple microapps into one native mobile app. Is that possible? And how to do that?
↧
Mendix Native will not connect with Make It Native app
We’re building our first app using the native option that was released in v8. i have just created the environment made some changes and attempted to load it into my iPhone using the Make it Native. I keep getting the error that it is not a good URL. and I get this whether I am running from both of my laptops - Mac with Parallels and a Windows. I followed the instructions on port forwarding in the documentation for 8080 and 8083 and am using the macs IP address and not the windows vm. I get the following error.
↧
Mendix 5.13.1
Hey all, I’m working with a customer and need to create a local instance of what they are doing to match production. Problem being that they are running Mendix 5.13.1, this isn’t supported any longer and I’m finding it difficult to track down. Anyone have the executable still that could share it with me?
↧
↧
Consistency errors during "Build an App" course
On my SLA Task App training module, “Build an App in Mendix Studio”, after updating the microflow I started getting app consistency errors: Microflow 'SelectDoneStatus' does not return an object.CE0552TaskTrackerPage 'TaskEdit'Data view 'dataView1' The selected page 'SLA_Dashboard' should contain a data view that accepts an object of type 'Task'.CE0569TaskTrackerMicroflow 'CreateDoneTask'Property 'Page' of action activity 'Show 'SLA_Dashboard'' The selected page 'SLA_Dashboard' should contain a data view that accepts an object of type 'Task'.CE0569TaskTrackerMicroflow 'CreateReviewTask'Property 'Page' of action activity 'Show 'SLA_Dashboard'' The selected page 'SLA_Dashboard' should contain a data view that accepts an object of type 'Task'.CE0569TaskTrackerMicroflow 'CreateRunningTask'Property 'Page' of action activity 'Show 'SLA_Dashboard'' Undefined variable 'Task'.CE0109TaskTrackerMicroflow 'SelectDoneStatus'Action activity 'Change 'Task' (Status)' Undefined variable 'Task'.CE0109TaskTrackerMicroflow 'SelectDoneStatus'Decision 'Determine SLAStatus' Undefined variable 'Task'.
↧
How to retrieve data based on its attribute?
Hi, I’m trying to build a page that shows specific data of an entity. The main page displays the entity attribute.name and when I click on the name I want to see the specific data related to that name, but I see all the data available and not specified to the name I clicked on. How can I make the page show the data related to the attribute Name (String) when I click on that attribute Name (String)?
↧
Search Bar on Data View?
Hi – is it possible/feasible to add a search bar to a data view so that, if I’m on a particular record but want to search for another record and then call up that one, I can go to it without having to close the data view and search back on the main data grid page? In other words: To be process: User is on a data view for a particular record from the data grid While still in the data view, user searches for a different record and calls it up (compare/contrast to current process step 2 below) vs. Current process: User is on a data view for a particular record from the data grid To get to another record, user closes existing data view, enters search parameters in data grid search bar, and calls up a different record from the data grid
↧
Interest in Ansible playbook for building/deploying on Linux (using mxbuild)?
We’ve been doing this for our stacks, and wonders if there is somebody else that might be in need of something similar to make the effort to make it more “user friendly”? (Doing the deploys to and the building on Debian)
↧
↧
Bar Chart Y-Axis Labels Truncated?
Hi – I’m using the delivered bar chart widget, and my y-axis labels are truncated, i.e., the whole label doesn’t show? Any way around this? I didn’t see a way to configure size of labels on a bar chart. These would be the labels on each y-value.
↧
Access Microflow Documentation in App
Is it possible to access the documentation entry under Common inside the application. E.g. display it in a data grid.
↧
Compress image from 5MB to 1MB in Mendix
Hello, I would like to upload an image in Mendix of for example 5MB. And then use an appstore module to compress the image form 5MB to 1MB. Is there any appstore module i can download? Or do you guys have any other solutions?
↧