Displaying list of records by owner
Hi, I have an entity Job, which is used to store jobs created by multiple users. I'm saving who created the Job by allowing the entity to capture the User information who created the record. I want to...
View ArticleTrying to show user name and login date on a page in mendix.
I have created a microflow which gets the username from a table based on the login id and current date. Now i want to show the username and login date i.e current date on a page. But it does not allow...
View ArticleIssue parsing json snippet with ":" in key name
I am setting up a REST call (from alphavantage.co) which returns a JSON object whose key names include the ':' character. The keys are enclosed in quotes so this is (apparently?) allowed. Here is an...
View ArticleDuplication check
Hello Mendix friends: I have created a dropdown menu with values : 1, 2 and 3. Each time a user selects one number, and clicks "save" button, the information will be stored in another page. My purpose...
View Articlehow can send mail to multiple users based on custom condition into Email body...
HI, we have to send email to multiple user of different department, so can we give any custom condition into email body to differentiate the users. how we can configure custom email to send a mail to...
View Articlehttp://getnutritionshelp.com/max-trim-365/
The consequences of skipping breakfast can be a continuous snack or reach the lunch with an excessive hunger and eat more than you Max trim 365 should, with the increase in calories this entails....
View ArticleSending a list or only one object as parameter
Hello, I am a new Mendix learner for being a cert. Rapid Developer. In Microflow Basics learning module / Create the edit microflow section, when edit button is pressed, ScheduleCourse object is sent...
View ArticleFailed to execute 'replaceChild' on 'Node': The node to be replaced is not a...
Trying to show a page that has the following structure: DataView(Listen from TemplateGrid) -> ListView(MF Source that uses specialisation entity) -> Attribute(read-only) Behavior: Page does not...
View ArticleVisible when row selected in grid or list view
I have a data view on a page, that listens to a template grid. Is it possible to hide the data view if no row is selected in the template grid?
View ArticleHow can I update my Modeler 6.6.0 to version 7 ?
Hello, Since last week I started doing the learning paths of Mendix and have started with modeler version 6.6.0 on my PC, but now I am unable to continue as the "Training Management" project was...
View ArticleDefault log-in screen hindrance
Hello everyone, Some time ago I posted a question regarding the creation/registration of accounts for anonymous users. We did receive some great feedback and some good idea’s but sadly the issue...
View Articleindex.html redirecting to login.html for no reason
Hello, I am designing a bucket list app for a class of mine. The goal is to have anonymous users who can create accounts and then sign in with those accounts. I had a version of this working (in...
View ArticleAttaching documents in Mendix App to Outlook email
When creating emails in Outlook we would like to be able to attach a document that is stored within Mendix (without having to download the document to temporary storage). Would it be possible to have a...
View ArticleSEO - Crawlers - Page source code
We are trying to achieve SEO for our mendix applications and the way that search engines getting the content of the page is to allow crawlers to decipher the source code from it to be reached later,...
View Articlelogin.html
We are using the LoginForm widget in our project to create a login page for the application which is presented if you browse to the root of the application. However, under some circumstances when a...
View ArticleHow to show a dropdown from DropDownDivSelector widget containing individual...
Hi, I want to create a dropdown through dropdowndivselector widget and the dropdown will consists of list of states and each states has its own value. For example - 'Arizon' is the state name which has...
View ArticleAfter converting an attribute from decimal to integer at synchronizing the...
After converting an attribute from decimal to integer: at synchronizing the database, the database's content is corrupted. More precise: the attribute's values get thrown away and the attribute-values...
View ArticleExport Mapping
Hi guys, I would like to know if theres a way to adjust the amount of objects the export mapping can do. i currently am trying to export over 2000 objects , the message i get is : "Request state size...
View ArticleChanges in project file without model changes
Hello Mendix community, Recently I have been getting a fairly odd massages from the modeler from time to time. It says the following: "The project file is modified even though there are no model...
View ArticleTextbox conditional styling
Hi Guys, Could you tell me the best way to do the following please? I have a textbox which outputs a value. If the value is less than zero I wish the color to be red else black. Should i use CSS or...
View Article