Hello, I am new to Mendix and I would like some help. I have created a form that clients should fill in. I would like to send an mail containing the form results every time a customer fill in one. How can I do it ? Thank you.
↧
Send an email containing a form
↧
List View data is not getting loaded
Hello, Data is not getting loaded in random pages which are having list view. I am using Mendix 8.0(beta) desktop modeler. I completed designing the page as per ‘Become a Rapid Developer (Developer)’ course and then I added data to all the lists. When I change something (like adding a Delete button, etc), some random page’s list is not getting loaded. I even tried exporting the app and again imported. Still didn’t solve the problem…
↧
↧
Microflow to show the data of an database entry
My Goal: I want to show some specific data of a single entry on a pop-up page, in a dataview. (Like title, description and runtime) The Problem Now I tried to make a microflow, but it only gives me the error “Parameter ‘[object]’ of the selected microflow does not match available arguments. No arguments are available.” Here's my microflow: Here's the settings for my Retrieve Object: Settings for the Commit Object: And here's the settings for the End Event What am I doing wrong? Is the microflow just not correct, or do I need to change some settings?
↧
Range search field for dates, upperbound inclusive, not working properly.
From the documentation: Given an entity that contains a range, this search field is used to find all entities whose range overlaps with the specified value. Example: given an entity ‘Festival’ that has a ‘Start’ and an ‘End’ date, which Festivals take place at day X? I have a festival in the database: StartDate = June 21th 2019 00:00:00 EndDate = June 24th 2019 00:00:00. There is a dataview with a range search field: >= StartDate <= EndDate. When I choose June 24th 2019 for in the range field, the Festival doesn't show. When I change the EndDate in the database to: June 24th 2019 00:00:01. When I search again it does show up. It seems as though the upper bound operator (<=) acts like it is not inclusive (<).
↧
What to input for Request Parameters in Mendix Academy Course on SAP Apps
Hi guys, Im currently working my way through the course Learn to Build an SAP App. I am stuck on lesson 3.1.4 Write a Microflow to Get the List of Sales Orders step number 4. https://gettingstarted.mendixcloud.com/link/module/85/lecture/581 It says I should add the two constants but when selecting the dropdown I dont see these as something I can select. Equally if I input them simply as text then I get an error. What do I need to do here? Thanks for your help, T
↧
↧
How to make a registration form?
I know that in Mendix you can have anonymous users to let people into your application. But how can they transfer from Anonymous User to User? Within mendix there are some athentication add-ons, but those are for logging in and out (And need a sign in button, which is useless for registration) Right now, I have a form where can people can put a username and a password. But this way, they only get added to a User Enitity, and when I try to log in as them, it won't work. My registration form
↧
Deep link module doesn't start a microflow
I have installed the deep link module this evening, but I cannot get it to work. Specifically, I got it integrated in my app such that I can configure a deep link, but when I go to that deep link (host/link/MyConfiguredLink) I get redirected to the home page. Strangely, when I click the home button, I get correctly redirected to the page I wanted to deeplink to (which I also set as homepage when using the deep link). Anyone got an idea what could be going wrong, and/or what I might have missed during installation and configuration? Further explanation: @Ian and @Ronald. Thanks for your responses. I think i did the steps you described correctly, although I am not entirely sure that I configured the flow that is called by the DeepLinkConfiguration correctly. I have included the stuff that I did in my module below. Project -> settings -> server -> after startup triggers microflow MyFirstModule.StartupFlow Microflow MyFirstModule.StartupFlow StartDeeplink (calls microflow Deeplink.StartDeeplink) StartAppCloudServices CreateDeeplinkConfig (variables, Name='Test', Microflow='MyFirstModule.GoToFirstPage', etc) Microflow MyFirstModule.GoToFirstPage Open FirstPage Also, in the navigation I set the Home button to microflow MyFirstModule.GotoHomepage Microflow MyFirstModule.GoToHomepage DeepLinkHome (call microflow Deeplink.DeeplinkHome) Exclusive split on UseDeeplink (boolean passed from DeeplinkHome) On true: End Event On false: Show Homepage, then End Event This is the behaviour I am experiencing in my app: localhost:8080/index.html -> Works as normal. I can open the deeplinkconfiguration in the menu and see that my DeepLinkConfig is created, indicating that the StartUpFlow run successfully. localhost:8080/link/randomstring -> receive an error that the link is not configured. I think this indicates that deeplink is running. localhost:8080/link/test -> I go to the default Homepage (instead of the FirstPage as I would have expected). This indicates that something is wrong with either the microflow MyFirstPage or with the Deeplink configuration. However, when I now click on the home button (executing the microflow GoToHomepage) I correctly arrive at MyFirstPage (GoToHomePage triggered DeepLinkHome which propelled the user to MyFirstPage [as I configured the DeeplinkConfig UseAsHome = true]). Further thoughts
↧
Filter data in a listview by selecting a range of dates
Hi all, I am trying to create a filter on a listview. This filter is basically a selection of 2 dates (Start and End), and I need to display the objects of the listview only if the field “date” of my object is inside the range. So I tried to create a new entity called filter that I linked to the entity that is listed in the listview, with 2 attributes : “Start Date” and “End Date”. In my page I created a new dataview of this object, with the 2 dates that I make the user choose, and then he clicks on a button that calls a microflow that commit the filter and refreshes it. However, the problem is that my list view doesn’t update the datas loaded after this click, the way I did it it could work only if the microflow is called again, checking the dates of the filter object. I am not sure this way to do is the right one, so is there anyone that has a idea in order to do this ?
↧
Error when manipulating DOM with javascript
I have this view I want to add a link after the label’s checkbox, in order to do that I’m using HTMLSnippet that just moves the link after the checkbox labels. Everything works fine BUT when I close the page, I have this error: I read it might have something to do with react components and how they are built, I have tried to put the checkbox and link inside a container div so they have same parent but eventually I will move link inside some checkbox div. Any idea how to solve this?
↧
↧
Stuck on Rapid Developer course 7.10.2 needed help
On point 3 of 7.10.2 I have to set the value to $COUNT but the moment i do that in the 'edit change item' I get the following error: Unknown variable 'count'. Perhaps the variable is not in scope. Can't figure out why this error occurse. Does anyone know why?
↧
Where to find Java action 'Any Object' in Mendix 7?
Hi, I am currently rebuilding the Random Data Generator (https://appstore.home.mendix.com/link/app/161/) for testing purposes. I'm now focusing on rebuilding the Java actions. The Data Generator uses a parameter called mendixobj marked as 'any object': In Mendix 7, I can not find this option: In the new modeler, there is another tab called type parameters: Does this fulfill the same option? Thanks you for your time to look at my question.
↧
how to upload pictures using web mendix
how to upload pictures using web mendix,DYNAMIC IMAGE Cannot Select Entity When Used. The function I need to implement is to upload a personal avatar in my application form
↧
Mendix Studio not working on ChromeOS?
Just to make sure, but is there an option to make Mendix Studio work on ChromeOS (Version 74.0.3729.125) ? It says that I need the latest version of Chrome… Kind of odd since ChromeOS is all about Chrome. We're sorry, your browser is not supported. Mendix Studio is optimized for use with the most recent version of Chrome. While Chrome is the officially supported browser, you can also use Mendix Studio with the most recent version of other popular browsers like Firefox, Safari and Edge. Note: the browser you use needs to have JavaScript turned on. Regards, Erwin
↧
↧
Inserting entity for dynamic image not possible (Web Modeler Platform)
Working in the Web Modeler Environment. What might be the issue, that I can’t add an entity for the dynamic image? The popup opens empty (not showing an entity to pick), eventhough a respective domain model is there.
↧
Jenkins to ATS build fails - though test run completes succesfully
Project as in Jenkins – Build Action – Execute Shell Post Build Action – Email Notifications Build Now – As per this build failed. Also, email received as per post build action says – Build Failed – On ATS - Test Case submitted successfully – As part of pre-requisite verified that our Linux server has curl and xmllint – [irifyy@irxvld0550 ~]$ hostname irxvld0550 [irifyy@irxvld0550 ~]$ which curl /usr/bin/curl [irifyy@irxvld0550 ~]$ which xmllint /usr/bin/xmllint [irifyy@irxvld0550 ~]$
↧
AutoComplete drodpown widget with few disabled dropdown options
Hi All, I am using AutoComplete widget to display list of 100 values in a dropdown. Out of 100 values, I have a requirement to disable 30 values of them from user selection by still continuing to display them in the drop down. Is there a widget that would work with my above use case(which can show both selectable and disabled dropdown values). Any suggestions would be greatly appreciated. Thanks in advance.
↧
Counter message token always 0
When I want to show the actual number of characters used and the maximum number of characters in a text area, I use the property ‘Counter Message’ with the tokens intended, {1}/{2} (1 – nr of characters used, 2 – maximum number of characters (derived from max length of attribute). However, the first token always starts at 0 when opening the page, and only when actually editing the field (it starts being uneditable, then with a button press can be set to editable in the app I'm working on) the counter will show the actual number of characters already used. Is there a way I can make it show the correct amount of characters from the start?
↧
↧
How to determine which Browser is used ?
Hi Mendix Community, Is there any way in Mendix where we can identify which browser is used while using the application ? Thanks in advance !!
↧
Errors during portal build but errors not shown in modeller
In version 7.23.3. I have a third case (3) where the modeller indicates local there are now error but the deploment in free node fails. So the two environments do not agree what is a clean build with no errors. This happens both with free apps and full node. In the full node i upload the project, thats fine. Starting build for Mendix Project file: /srv/cloud/slots/tr10000/deploy/data/tmp/b510a646-a087-4d66-969f-13f71b622356/src/RCA_app.mpr Using the following options: * Build target: Package * Deployment package file: /srv/cloud/slots/tr10000/deploy/data/tmp/buildjob62452169469382549.mda * Model version: 1.0.0.768 * Model description: Automatically generated deployment package for Free App deployment. * Project name: RCA_app Reading project file... Building project... Executing step 'Synchronize with file system' * Synchronizing with file system... Executing step 'Initialize' * Preparing deployment... Executing step 'Check prerequisites' * Checking for errors... ERROR: The project cannot be deployed, because it contains errors. ERROR at RCA_main, Page 'Rubric_Select', -: At least one allowed role must be selected if the page is used from navigation or a button. BUILD FAILED
↧
Updating a project from version 5 to 6 to 7
I've been trying to update a old internal project and It has been a struggle to find out the correct version possibilities. I've started with a project which was created in 1. version 5.9.1 I've updated this to 2. version 5.21.5 Afterwards I've updated to 3. version 6.10.7 Afterwards I was able to upgrade to 4. version 7.3.0 and from there on to 5, version 7.13.1 My question, why was it not possible to update from (e.g.) 5.21.8 --> 6.0.1 and there was no indication which versions should be used. In the documentation it say's you should use the latest version https://docs.mendix.com/refguide6/moving-from-5-to-6 but this did not work. It was a lot of trial and error before I figured out that you can only update to version 6.10.7. Same thing goes for going from 6 to 7.. Is there some documentation which I missed? I've tried to find some logic in the release dates but this did not help. E.G: 5.21.4 (4/21/2016) 6.1.0 (1/5/2016) According to the documentation this should be a possible conversion but this was not accepted...
↧