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

How to give multi-select options in form...

$
0
0
How can i get a multi-select options with a check-box instead of dropdown which selects only one value. How can i achieve these?

Error message occured while trying to run my app

$
0
0
My app was working and running properly before but suddenly I got an error message shown in the attached image. I tried to search for this error but there's no clue to solve this error message. and not aware of why I am getting this error. If anyone encounter this error before please help me. Thanks in advance :)

Is this a typo?

$
0
0
https://academy.mendix.com/link/modules/182/lectures/1409/2.5.2-Build-the-List-View-Item Under point 4 Double-click the Dynamic Image to open its properties. Use the following images to configure the properties. Do you think you could have a look at the email during my holidays? Is it possible that someone typed in the wrong window? And did anyone check the authors email?

Pluggable widget import leading to non-descriptive error

$
0
0
I am in the process of creating a new pluggable widget, but can’t figure out how to solve this error. I’ve been able to determine that it’s an import of a library that’s causing the issue, but I have no clue how to resolve it. What I’m trying to do: I’m trying to create a pluggable widget for intro.js (https://introjs.com/), which is an guidance library that allows you to create app guidance flows throughout your app. In this case I’m trying to use the React wrapper of this library intro.js-react (https://www.npmjs.com/package/intro.js-react). When I include the library with: import { Steps } from 'intro.js-react'; import 'intro.js/introjs.css'; I see this in the UI, where the widget should be: Unknown widget 'XXX.YYY.AppGuideWidget'. And I see two relatively non descriptive errors in the console: Error 1: mxui.js?637865856228721206:66 Error: factoryThrew at d (mxui.js?637865856228721206:5:553) at mxui.js?637865856228721206:5:9535 at Me (mxui.js?637865856228721206:5:9644) at Me (mxui.js?637865856228721206:5:9280) at mxui.js?637865856228721206:5:9835 at Fe (mxui.js?637865856228721206:5:9702) at Be (mxui.js?637865856228721206:5:9774) at i (mxui.js?637865856228721206:5:10909) at HTMLScriptElement. (mxui.js?637865856228721206:5:13143) Error 2: Loading module widgets/xxx/yyy/AppGuideWidget failed! Check script file for syntax errors. If I exclude the import statement the widget works fine. So, somehow including the import statement above leads to Mendix not being able to read the widget. But I have no idea why… Anyone else ever experience this or know how I could get more information that could help me figure this out?

Gallery Data Widget

$
0
0
Hi, I want to add multiple drop down filter in Gallery widget. I am not able to add them. Is it possible to add multiple drop down filter in One Gallery Data Widget. I can’t use datagrid2 as I want to show associated objects for each object from One list hence trying to use Gallery widget (List under another list). Thanks, Amol,

SAML for On-prem Application gives 404 not found error.

$
0
0
When my app routes to /SSO/ it gives 404 directory not found error. However my IDP and SP metadata is configured correctly.

How to change a marketplace module into a regular one?

$
0
0
I have an app containing modules marked as marketplace modules (blue icon). One of these modules i want to change into a regular module (gray icon). What is the best way to do this?

Is there any way to change the default progress bar?

$
0
0
Hey everyone! I want to change the progress bar that Mendix shows by default. I would like to know how to add some text to it or how can I change the some styles, for example the color. Does anyone know how to accomplish this? Thanks in advance.

Updating Identity Provider Metadata (certificate update) resulting SSO issues

$
0
0
On March 3 we had to update the SSO IDP Metadata as a result of our SSO team needing to refresh their certificate. After updating the IDP Metadata, we started having random issues with folks being able to log into our Mendix application via SSO. The first time it would fail and they’d need to refresh by clicking the “Try again” button which would then let them log in. Finally, we decided to redeploy the Mendix application and since doing that, we are no longer seeing the same SSO errors. Does anyone understand why a reboot was required after updating the SSO IDP Metadata? NOTE: We are presently using Mendix Studio 7.23.19 and are in the process of upgrading to 8.18.15.

Check xpath with enumeration

$
0
0
Hi, I am new to mendix. I have entity SICDescriptionOverride in which Country attribute is enumeration. I am trying to retrieve the SICDescritpion entity object where country =’USA’. If I try to pass Country as USA I am getting below error. Can I know how can I pass and check a value in enumeration?

Compare enum value with string

$
0
0
Hi Team , I have a situation where my published rest service is bring a country value(string) in request body . I have that value saved in an entity and based on the country value i have to return list of records . Now the country value in my source entity is enum and the value coming in request is string due to which i am not able to put condition in my xpath . Can someone help me how can i write the xpath with the above mentioned scenario.

How to Xpath retrieve, compare string value to a enumeration value.

$
0
0
Like the topic says, I'm trying to identify an enumeration value by comparing it to a string. While doing an entity retrieve. The xpath should limit the entity where the string = enumeration value. How do I do this?

Request error in a PUT method

$
0
0
I made a call REST with PUT method. I used a maping for request. but I face this error message: unexpected character ('<' (code 60)): expected a valid value (JSON String, Number, Array, Object or token 'null', 'true' or 'false') at [Source: (org.apache.http.conn.EofSensorInputStream); line: 1, column: 2] I have used '<’ nowhere

Last Item On listview not aligning

$
0
0
Wonder is someone can help. I have a react App that has a list view but the last item does not seem to align with the rest of the items. Any ideas how I can get the last item to align. It happens when it is either the first or second item in the row. If all 3 items in the row has content then it all item in that row lines up with the row above. Using v9.6.8

How can a button call a microflow with a parameter?

$
0
0
Dear, I want use a button to call a microflow, and also transfer a parameter to this micorflow? Now this parameter is shown in ‘Microflow settings’ page,but I do not know how to assign a value to this parameter. BR, Ma Sheng.

how to integrate mendix with React JS

$
0
0
Hi, I am trying to connect mendix with React JS (or) export mendix into React JS. how to do this Can someone help me with this.

reading data from microflow in react

$
0
0
does any one know a way so i can read data from microflow in pluggable widget react ?

DataGrid2 - Switch greyed out.

$
0
0
Hi, in the DataGrid2 I always get the buttons greyed out. I would like to toogle a boolean. Any ideas, how to fix this? :-) It works fine with the Check Box. Thanks!

How to apply dynamic class to a list object I clicked on?

$
0
0
I have a list of objects, when I click on one of them I want to change it background color. I tried to use dynamic classes, but it applies this class to all the list objects, instead of the one I clicked on. if $dataView2/isSelected then 'bubble-selected' else 'not'

Data Ingest Module in Mindsphere app with Mendix

$
0
0
I am following Mindsphere app with Mendix learning path. I have replaced DataIngest module constants AgentAssetName,AspectTypeName,AssetName and AssetTypeName constants with the asset and aspect names which I have created in asset manager of mindsphere. Its not working. Can someone please guide me is there anything else that needs to be updated? I am getting error message “local host refused to connect” if I try this in browser “http://localhost:8080/api/iottimeseries/v3/timeseries/{assetid}/{aspectName}” Thanks & Regards Deepthi
Viewing all 83469 articles
Browse latest View live


Latest Images

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