I am using SDK to create entities and attributes in the domain model. Found that I cannot have attributes with names like ‘id’ or ‘type’ since they are treated as reserved words by Mendix. I tried looking into the documentation to figure out if there is a list of reserved words, but I may have missed it. Is there a comprehensive list of Mendix reserved words?
↧
List of Mendix Reserved words?
↧
TypeError: Cannot read property 'hasTrackId' of null
While running locally after upgrading my project form Mendix 6.10.16 to 7.19.1, I am receiving this error after logging into the application and landing on the home page. After closing the default “An error occurred, please contact your system administrator.” error message the app seems to work fine – unless you refresh the browser, in which the error repeats. Anybody encountered a similar issue?
Cannot read property 'hasTrackId' of null TypeError: Cannot read property 'hasTrackId' of null
at Object.e.onPersistViewState (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:82:61199)
at Object.<anonymous> (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:82:30827)
at w (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:299728)
at Generator._invoke (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:299516)
at Generator.e.(anonymous function) [as next] (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:299907)
at w (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:299728)
at t (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:300043)
at http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:300339
at new Promise (<anonymous>)
at o (http://localhost:8080/mxclientsystem/mxui/mxui.js?636851349496725645:51:299990)
↧
↧
Modify the date calendar or restrict the calendar to year and month, exclude the date
is there any widget available which can provide option to only select the year and month,? no need to select the date
↧
Timezone from Mobile device?
Hi all, Is there anyway to get the the timezone from a mobile device instead of the timezone configured for that user? We have a phonegap application and we’d like our user to be able to log times correctly when they cross a timezone border without them having to change their timezone in settings…. Any guidance is much appreciated!
↧
Modeler fails to start, no message.
I installed Modeler as Administrator. Running 7.22.0 on Win10 64 bit. When I double-click Modeler, the “Sign In to Mendix Modeler” window pops up but it is blank. I can’t find a log file. Is there a log directory?
↧
↧
How to create a template with text center and rotate text
Hello, I am trying to create a document template that will have User Name and this should be in center and rotate the name on 45/90 degree. I have tried the below code to rotate but its not working -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); is there any best way to move text in center and rotate it by 45 degree. here is my template.
↧
Tetris Christmas challenge
Hi all, Just for the fun of it I created a Mendix widget based on one of the most addictive games of all time; Tetris. I will put the widget in the AppStore in the upcoming days. For now, if you have some spare time, be sure to check it out and play a game on: https://tetris100-sandbox.mxapps.io/ Merry Christmas to y'all!
↧
How to create drop-down/reference selector in List View where data source is microflow?
Hello, I have a microflow that is doing a “Call REST” GET action. I have looked in the logs and I’m receiving a response, but I’m having issues populating some kind of a drop-down with that data. In the response, I have one attribute “Name” that is being stored in a non-persistable entity. When I create a ListView where the data source is that microflow, then I am able to get multiple text boxes each filled with one unique name. I have tried nesting a drop-down and a reference set inside this ListView so that all the names are contained in one widget, but I can’t get it to work. Any help is appreciated. Thanks.
↧
SAML Module with Mx 7.1
Has anyone been able to run the SAML module with 7.1? I've downloaded the lastest version of the module (1.9) and I'm able to complete the configuration, but when trying to start the application, I get the below errors. If I take out the saml.startup microflow from the application startup, I don't get the errors. I'll also see the same error when trying to activate the saml configuration, even if the saml.startup microflow hasn't run. Is the configuration different in 7? java.lang.NoSuchMethodError: org.apache.commons.codec.digest.DigestUtils.sha1Hex([B)Ljava/lang/String; saml20.implementation.security.SecurityHelper.addAllToKeyStore(SecurityHelper.java:289) saml20.implementation.security.SecurityHelper.appendToIdPKeyStore(SecurityHelper.java:271) Thanks!
↧
↧
CSV Import of file stored on FTP Server
Hi all, I am trying to use the Flat File Importer module to import an CSV file stored on an external FTP server. Connecting to the FTP server using the (S)FTP module goes well, and I can see and download the desired file. However, when I try accessing the same directory using the exact same path using the Flat File Importer, I get the following error message: Import directory ftp://10.70.1.85/Mendix-FTP/OrderTracking/ not found Could this be caused by the Flat File Importer not having the necessary login and password to access the FTP server? Is there any way to specify these credentials in the Flat File Importer? Or does the module simply not allow ftp protocols? Thank you for your help, Ruben
↧
How to confiqure query param for call REST microflow
I want to call REST service (GET) using microflow. How can I confiqure query param to the microflow? Directly placing the params in url using template for brand and size (urlEncoded) results in following url http://localhost:50901/product/rest/v3/shoes?brand=My+brand%26size=5 whereas expected is http://localhost:50901/product/rest/v3/shoes?brand=My%20brand%26size=5 How can I achieve this?
↧
How to save an image to a specific folder of OS?
Hi guys I am wondering how I can save an image efficiently from Mendix folder to another specific folder of OS? One way I am thinking to is just writing a Java code that rewrites an image to that folder byte by byte ( writeImageContent ). Is there another more simple way like changing the location and moving it there, without rewriting the image?
↧
Not able to develop app in desktop modeler
i created an app on web and now want to proceed working on it in desktop modeler. The modeler opened and started app downloading, it seems stuck as the downloading is going on for 1 hour. It is neither allowing me to stop it or work in parallel in desktop modeler. I tried twice killing the app. No luck. kindly suggest.
↧
↧
Constraining a Reference Selectors object [using a Select Page] on a Non-Persistable page.
Hello, I have a reference selector on a Non-Persistable page. I want to constrain the selectable objects in [Tab2] using another entity [Tab1]: Domain model: As the attributes used in the reference selectors are numbers, I wish to use a page to help the user select the correct object (here I can show more meaning full information to aid them in their selection). In the widget, I can’t used the “contrain by” option as it’s a NPE, nor can I use the $currentObject in the XPATH. This leaves me with the microflow option but this cannot be used in conjunction with the “select page” option. :( Is there a way around this, where I can use a NPE object AND use a selectable page? Best Regards Adrian
↧
How to get sub-locality name based on the locality name using google API and auto-populate the sub-locality?
Hi all, I have a pick-list field with values Eagle Ford, East Texas, George West, Houston. I have one more text field called place. When I enter Greater Heights (Place which is located in Houston area), and tab out from the field, my pick-list field should automatically populate with the Houston value. How can I achieve this. Please do suggest. Is this possible with google API? If so which API should I use to achieve this. Hope you understand my requirement. Thanks in advance. Regards, Venkat
↧
How to install a certificate
I am using a SOAP webservice to get some data from an external system. The connection is secured because a certificate is required. This certificate work fine in other situations when it is stored under the current user. When installed under local machine it does not work. How should I install/import this certificate in Mendix so I can test my POST function while running my app locally?
↧
Can I upgrade my app from 6.10.4 to 7.20.0(which is the latest version)? Do I need any prerequisites to do so?
Hi all, I have build an application with 6.10.4 version modeler. Now I want to use SMTP Email module for my application which is not supported by 6.10.4 version. So I want to upgrade my app to 7.20.0 which is the latest version of mendix modeler. Can I upgrade this directly from 6.10.4 to 7.20.0 or do I need any prerequisites to do this? Please suggest me whether it works or not. Thanks in advance. Regards, Venkat
↧
↧
Desktop Modeler 7.22.2 not able to open already created appa
Hi All, Not able to open the apps created from desktop modeler 7.22.2 Thank you.
↧
Publishing app
Hi there! I’m trying to publish my first app (LearnNow Training Management) but the publishing is very slow, the message says “retrieving app environment status” but it’s really taking too much time. is it because it is the first time that I publish it or there’s a problem with the publishing? if I remember correctly there was this problem a few months ago. (i’m using the Web Modeler) Thanks for help Antonella
↧
Bootstrap TreeView widget
Hi, I’m trying to Bootstrap TreeView widget (https://appstore.home.mendix.com/link/app/1356/) but it displays nothing on UI. I’ve made identical setup/configuration as given in the demo project. That project works but mine doesn’t. Does it has to do something with the modeller version. The project setup on modeler version : 5.21.4 My modeler version : 7.20.1 Please help me with this. Thanks!
↧