Using configuration document as default value, allowing user to edit
I have a form where the user can select multiple products. I have created config docs for each product with product name and cost and a one to many association.Users should be able to select multiple...
View Article1 to many relationship adding multiple objects
I have a 1 - * relationship (1 question, * answers). I am calling a get REST service in a microflow that passes a question and returns a list of answers. the service is working perfect.How do I connect...
View Articleadobe brackets
Hi All,Is it possible to call a microflow for submit button in adob brackets.can anyone suggest me how to achieve this.
View ArticleRetrieve XML response of SOAP webservice activity
Hi all,I would like to retrieve the full XML response string of a standard Mendix SOAP webservice call activity. Is this possible?I know I can find it via tracing the webservice lognode, but I really...
View ArticleChanging search fields widths
This is an old question:https://mxforum.mendix.com/questions/1923/Resize-or-rearrange-datagrid-search-fieldsAbout changing the widths of search fields. It gives the answer I think I'm looking...
View ArticleHow to set separetely a date and time, without getting 01-01-1970
Hi guysAn user should give a begin date and time for a service. I split the datetime in date picker and time picker. What is the reason when one of both is set, the others goes to the default value?...
View ArticlePublish Webservice with MTOM
Since Mx5.14 it is possible to call a webservice with binary elements encoded as MTOM. Is it possible to publish a webservice with MTOM and if not is this somewhere on the roadmap?We need this...
View ArticleOAuth Module in Mendix 6?
Has anyone used this module with Mendix 6? If so, have you encountered any issues or problems?
View ArticleMoble Offline with java
As microflows cannot be used in an offline device, is there another way to include java code that is the equivalent of a microflow java action call?
View Articlelocal data synchronization
If I have multiple offline devices that are performing a shared role, is there a way to do synchronization of specific data (entries in a data entity) between these devices. For example, if I am...
View Articleerror when trying to run the application
Hi, when trying to run the application (*.mda) in Mendix Service Console, i receive error:Uncaught fatal error from thread [MxRuntimeSystem-action-dispatcher-15] shutting down ActorSystem...
View ArticleConcurrent Access to the same MF leading to duplicates for an entry
i have a setup where as app service brings data from another app. This data is userrole restricted. However when 2 users who has the same role tries to access this SUB MF, even though i have written a...
View ArticleIMAP/POP3 incoming mail widget
Hi there,I am trying to build an email client using the widget provided in appstore: IMAP/POP3 incoming mail widget. I downloaded encryption module as well but i cant get the widget to work. I can...
View Articleselecting multiple dates in a datepicker
Hi, I would like to present a datepicker where the users can select multiple dates. I don't see this as an option on the datepicker or the bootstrap datepicker widgets. Is there an option I'm missing...
View ArticleCKEditor input not printable
I have a documentation that i print from Mendix using a document template. All the data in the documentation is entered via CKEDitor. Printing it usually works, but now I have managed to enter...
View ArticleAssociations
Hi, I'm just a beginner and I'm trying to view data from two tables which are associated with a one to many relation. Tables are like HRTutorial so entity Employee and entity Contracts. Dragged an...
View ArticleXML Export and Import using Wizard
Hi, I am working on a project that requires data elements to be mapped to an XML structure, a call to a web service that utilizes the data from the XML request for calculations, and then importing...
View ArticleDocument template: how to align labels?
Hi,I'm building a document template and I've come across an issue. When placing a table inside a cell of another table (for instance to show/hide by conditional visibility), the labels do not align in...
View ArticleHow do I add an external css style element to a div element in a custom widget?
I created a custom widget using the App Store Widget Boilerplate and now I have this template:Grid.html<div class="widgetname"> <div id="grid" data-dojo-attach-point="gridNode"></div>...
View ArticleExcel Exporter: Several questions
Hi. I am currently building an project using the 6.8.1 version of the modeler and the latest version of the excel exporter. However, I am running into some issue of which I don't know if I am doing...
View Article