Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

Email sending failed with error message about TLS

$
0
0
Hello Experts,  We are using EmailTemplate module from Appstore. Recently, we are getting the below error message which is new. Can someone help understand what is going wrong here? Caused by: org.apache.commons.mail.EmailException: Sending the email to the following server failed : Caused by: javax.mail.MessagingException: Could not convert socket to TLS Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

Dataview same height columns?

$
0
0
Hi everyone. I have a dataview which displays three columns but they autofit their heights according to their content. I want the three of them to have the same height even if one of the columns has a smaller content than its sibling column content. Anyone has an idea that could help me?

Action prevented because of validation-error on another tab

$
0
0
When i am on tab “Service usage” then having validation-errors on another tab, like here on tab “Services”, prevents any action-button to execute. What is the solution/workaround to get my action-buttons on “Service usage” going, without having to resolve the issue on tab “Services”?

Does a datagrid populate when not visible

$
0
0
Hi Experts, Can anyone tell me whether a datagrid (in my scenario, with an XPath source) will be populated even though it is not visible? We have multiple datagrids on a page, with slightly different fields that is based on the user’s role and/or desired task. I had a look at the documentation, but didn’t see anything specific on this. Thanks in advance!

Publish rest API - Post - update

$
0
0
Hello I successfully created a post rest api to add an object. How do I create a rest api for update? I believe the key is on below screen shot, which represents my import mapping, where i have option to create only if no object is found

Unable to use Workflow commons in blank app

$
0
0
I am following “build a powerful workflow” learning path and when I am trying to download the workflow – commons and mendix sso workflow commons from marketplace in academy blank app, then it is showing me some errors around 56 of page layout and when I am solving and while changing the all pages layout it is showing me some 145 errors, Can anyone help me?? (Mendix version 9.1.0) I am sharing screenshots of it. All errors are of this type , can anyone help , me out?

Reverse Proxy in Mendix

$
0
0
Dear Experts,   We are currently working on a project which connect to the on premise back end. Any guide how to setup the reverse proxy to Mendix cloud in the free app? since we need to make a PoC(proof of concept) first.   Or with the paid node, is there any user guide or best practices from Mendix?   Thanks and Regards, Hari

Session Timeout Issue ?

$
0
0
Hello Team, We have deployed a mendix app on mendix service console, we have done below configurations but still if a user doesn’t use for few mins the user gets logged out. How to fix this issue ?  We want user to logged in atleast for 30 mins      Thanks In Advance

Auto Complete Widget - no results found

$
0
0
Hi all, I am trying to configure the auto complete widget in the right way. When I enter a search text I alwas get the message “no results” but there should be entries. I placed the widget in the dataview and selected the associated entity, set the search attribute by xpath and the selected template: Is the widget not compatible with Studio Pro 8.18.4? I tested a regular dropdown field in the same dataview and I was able to see all entries. Any ideas?

Refresh Progress Circle

$
0
0
Hello everybody, I have a progress circle which has a microflow as data source. The microflow retrieves the latest entry from the database. However, when a new entry is added to the data base, the progress circle does not refresh. Is there a way to automatically refresh this progress circle or to create a refresh button? Thank you for your help! Edward

Facing problem with Text Tool

$
0
0
I am using List Default page, so by default we have H4 Text tool, so I wanted to have something like this Name : if I change the content of H4 text tool in properties section to Name : ,  on runtime it doesn’t show anything. I tried to add two Text tool next to each other and changing the content of second text tool to an attribute name, on runtime nothing shows up.

Need help with AutoComplete widget.

$
0
0
Hello, Need some help with setting up the AutoComplete widget. I need to use it instead of a standard reference selector dropdown because there might be too many objects in the entity, so this widget would allow me to quickly find the one I need. But I think I’m doing something wrong in the template setup because even though I have no errors, the widget is just invisible on the page.  

Adding different Widgets in same page

$
0
0
I have two different entity which I want to use it in a same page. But I am unable to do it. Can you please help me getting both the entity on the page. My Data is kind of view data. So I tried using data view which does not allow multiple entity.

Why does User Management properties affect my read access?

$
0
0
I have a customer administrator role, and a super admin role. A customer admin role should be able to create accounts with only itself and lesser. Super admin should be able to create any account. With this logic in mind, i went Project security settings and tick the customer admin users managed accordingly, but when i go back to my app and try to create an account, i suddenly have no read access.   This was the error being thrown ‘com.mendix.webui.WebUIException: Applying change for 'System.UserRoles' of object with id '5348024557505965' (Administration.Account) failed for security reasons. No read access for changed member.’ My access rules for Administration.Account has read and write on customer admins.   The image below shows the thing that will give me the error IF i untick that (no user roles) thing. When i tick it, everything works as per normal. I’m trying to understand why would this affect read permissions when creating account? The image below shows what happens when i try to create an account with the (No user roles) unticked. There are unintended behaviours. For the user role, language and time zone, they belong to the System.User entity. I can click the drop-down and select the values, i can select a user-role, but after selection, the input select box shows blank (no read access). I wouldn’t know this. It is only when i attempt to submit or cancel, then the error is being thrown.   The image attached below shows when my role is a super admin, and no errors will be thrown, i can save successfully or cancel the pop up box.    Thank you for taking your team to read, i can provide more screenshots or additional information if needed!

Native Mobile Date Picker Issue

$
0
0
The native date picker suddenly stopped working yesterday and I’m not sure what changed or what is the problem.  Dark mode is disabled: // Dark Mode - Inherits OS theme if possible // export const darkMode = NativeModules && NativeModules.RNDarkMode && NativeModules.RNDarkMode.initialMode // ? NativeModules.RNDarkMode.initialMode === "dark" // : false; export const darkMode = false; Xcode is presenting two errors: 2021-01-04 16:46:17.442524-0600 NativeTemplateDev[56046:11579084] -[_UIDatePickerIOSCompactView setHighlightsToday:]: unrecognized selector sent to instance 0x7fb0be82fe00 2021-01-04 16:46:17.443 [error][tid:main][RCTUIManager.m:1166] Error setting property 'textColor' of RNDateTimePicker with tag #1667: Error setting property 'textColor' of RNDateTimePicker with tag #5195: Exception thrown while executing UI block: -[_UIDatePickerIOSCompactView setHighlightsToday:]: unrecognized selector sent to instance 0x7fb0be82fe00 2021-01-04 16:46:17.455 [tid:com.facebook.react.JavaScript] 'BugReporting extraData:', { 'AppRegistry.runApplication1': 'Running "App" with {"rootTag":21,"initialProps":{}}' } The only way I’ve been able to get around this problem is by disabling a line of code from the datePicker.js pickerIOS: { // All ViewStyle properties & "color" (type: string) are allowed backgroundColor: background.primary, // color: font.color, }, Problem with doing that is if a user has Dark Mode enabled for iOS they see this:   They see this even with Dark Mode disabled in custom-variables.js   Edit: I forgot to add that if I turn Dark Mode off on my phone, it works normally so something is still happening even with DM disabled in custom-variables.j Any help would be appreciated with solving this issue. Running modeler 8.15.1 with the latest Atlas and NMR that is supported with this version.

Using a draft of a private theme

$
0
0
Hello, Is it possible to use a draft of a private theme before publishing it on the marketplace and making it available to everyone in the company? We are trying to understand what is possible and what is not with Mendix and we would like to use a draft of a theme to check it out how it works before publishing it to everyone, if possible. If not, what is the best way to test locally?   Kind regards, Paulo de Tarso

Using XPath to select the right drop-down option

$
0
0
Hello,   I got the following user  interface with drop-down widgets:     When I select the city, in this case Berlin, I’d like to autoselect the right country for the second widget.    I got the following entitys:  Origin_City Name ID Country ID (ID to select the matching country Origin_Country Name Country_ID Data some data attributes   The widgets are in a container reffering to the data entity (is that important to know?). The data entity has a connection 1 – * to both other entitys but City and Country aren’t connected to each other separately.    My attempt was to select a XPath querry for the second widget that selects the right name for the matching Country_ID of the city. How can I do that?   Cheers         

Re-execute nanoflow after other validation is corrected

$
0
0
Hi, We are currently using client side validation and on-change/on-leave nanoflows in our forms. Separatly they are nice and works good. Have anyone else noticed the problem that when a validation has validated false for a field the nanoflows for the other fields are not executed or they at least does not behave as they did? Can I get the nanoflow in the other field to execute either when the first field still have a validation that is false or when the validation is fulfilled? Was my example to abstract? Kind regards Johan

Import Mapping with nested entities

$
0
0
Hi I am using below import mapping to create objects in my database. I however need the object not to exist in both the parent and the child before creating it The following should be possible Device                DeviceModule Device01            Module01 Device02            Module01 Below screen shot is not creating the object if it already exist in the database (Module  01)

Entity Event Handlers

$
0
0
Hi I have the following entities How can i write an microflow in the entity event handllers that sets DeviceModules.DeviceID to its corresponding Devices.iID   Thank you
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>