Videos stored in the Mendix Filesystem / Database
Hi,I have been reading lots of forum posts and articles about how to embed Vimeo and YouTube videos in Mendix content.I am looking for a way to upload and playback video that's not linked from an...
View ArticleCommunity Commons: FilefromFileDocument
Can anyone tell me what the 'FilefromFileDocument' does and how i should be using it?I'm trying to store a file for my APP so it can be used as a resource. I think this may be the java action i need,...
View ArticleDS_ReceiveEmails in imap pop3 module
Hello,I am calling the DS_ReceiveEmails microflow from a scheduled activity and it looks like it's receiving the same email multiple times.If I compare my gmail account to the inbox in Mendix, I see...
View ArticleAn error has occurred while handling the request.
Hi,While im working on Database connector module to import data from external DB in to mendix DB, I got the following error. An error has occurred while handling the request. [User...
View ArticleModeler Version 7 - No constructor found for widget LoginForm.widget.LoginForm
After migrating our application from version 6.10.4 to version 7.0.2 of the modeler and running the application locally we recieve the message "No constructor found for widget...
View ArticleBuild error
After upgrading tot 7.02 and updating all APP modules to last version I get this error.... I dont know yet where to start to fix it clues? Buildfile:...
View ArticleIBM Watson Connector Suite Sample Wont Built
Created a new app based on the Watson Connector SuiteRan on cloud ... build failed: Executing step 'Build deployment structure' * Writing files... * Compiling Java... ERROR: An error occurred while...
View ArticleUncommitted associations in XPath
I have been making a process using the Association type of data source in a grid. It is brilliant and is showing the associated objects just as I want to (even uncommitted [instantiated] ones!). The...
View ArticleDatabaseConnector gives an error: Failed to get driver instance for...
I used DatabaseConnector to get data from a table stored in MS SQL Server 2014 Express version. I am using Mendix Modeler 6.10.1 I created a Microflow with Execute query activity. jdbc url =...
View ArticleHow to access generalization object attributes in OQL?
I have an entity that inherits from another, how do I access the attributes in OQL from the parent entity?
View ArticleItems on Navigation menu
Items within Navigation Menu are appearing at 'Item' when the caption for each item has been changed.
View ArticleCommunity Commons: storeURLToFileDocument, check if URL exists
I'm using storeURLToFileDocument to retrieve a avatar from a public website. The URL of the avatar is based on a memberid. Some members don't have a avatar and thus the URL will give a File Doesn't...
View ArticleGetting the usernames or users list
Hi, I have this application I am developing that has a User Role "Supervisor". And I have to get a list of Supervisors names, in a dropdown or a reference selector so I can issue funds to them.I tried...
View ArticleConstrain a data grid to the current logged in user
Hi Everyone.I have my application being developed and in it, there is an Expense Overview page for displaying the expenses details. The Expenses are added by Users and the expenses entity is associated...
View ArticleSuming the total allocated funds
Hi. I have this application I am developing that has a Funds Allocating for Supervisors. This Entity named Supervisor_Funds has an association with the Accounts Entity which the end user can select The...
View ArticleHow to reduce the Maximum Upload file size to less than 1Mb
HiI have developed an application where users can upload image files of their purchase reciepts. But as I have seen in the uploader settings, you can only limit a maximum upload file size to 1Mb.Is...
View ArticleCreating Parameter on MicroflowCallParameterMapping usin SDK?
How do I add a parameter using the SDK to a microflow call action?I've created in order a:MicroflowCallActionMicroflowCall on MicroflowCallActionMicroflowCallParameterMapping on MicroflowCallAction...
View ArticleRemove the empty selection in reference selector
In my application I managed to show the currently logged in user in a reference selector. It is an association with my Entity and the Accounts Entity. I used the xpath [id = $currentUser] to filter out...
View ArticleObject of type 'Monitor.Monitor' with guid '76842668646456325' cannot be...
Hello all,I have a microflow which processes a large batch of data (this takes 6+ hours) . At the start of the microflow I create a 'Monitor' object. This object is used for logging. At the end of the...
View ArticleHow to move file documents from mendix cloud to aws s3?
Hello, We're trying to set up our file storage for a mendix app on amazon s3 and managed to configure this on a local mendix app with the custom settings. Now we would like to transfer all existing...
View Article