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

Button Opening Modal Pop Up Data View

$
0
0
Hi All – I have a button that I’ve set to open a modal pop-up data view page (this modal pop-up should display additional child table information). The association isn’t working, i.e., the record displaying on the page doesn’t open to that particular record’s detail on the modal pop-up data view page; instead the modal pop-up shows ALL records’ detail. I have the modal pop-up set to Context > Association as its data source. Is there anything general I might be missing?  

Include "Wrapper" data in JSON Rest Call

$
0
0
Dear experts, I have a hard time trying to find a way to include a list of “additional drivers” into a REST call. Any ideas on how to solve that? Thanks Jonas   The respective JSON looks like the following: {     "gid": "USER_GID",     "tripId": "TRIP_ID",     "carId": "CAR_ID",     "pickupActual": "UNIX_TIMESTAMP",     "addDrivers": [         "GID1",         "GID2"     ] }    The export mapping:

Import Flat File

$
0
0
Hello everyone – I see various app store widgets for a flat file importer (my flat files are delimited by ^). However, those widgets are only available in an older version of Mendix. Since I’m on 8.1.0, is my best option to wait until Mendix or the widgets upgrade to that later version?

commit a file into Bitbucket

$
0
0
Hello everyone, I am generating a file in my mendix app. I want to commit this file into a remote bitbucket URL. any one has idea how can I achieve this?   Thanks and Regards, Nirmal

Why are my entities not visible in my connector?

$
0
0
I made two entities, each with a few attributes and I tried connecting them with my listview on a webpage. I'm following the become a rapid developer (developer) course and I made the entities in the exact same way as the course did (except for the names as this is for another application) and I don't understand why they don't show up in my connector like they do in the course (4.2.1.) Anyone got any help for me?

Bug when importing Excel files. 01.01.2020 -> 12/31/2019

$
0
0
Hello, everyone, I'm testing an Excel import  (by “Excel-Importer”) now and everything went fine. But only I found the date "01.01.2020" was recognized as "12/31/2019" although three dates before were recognized correctly.     My Excel looked like this:   recognized as such:   Domain model:

How to create in PEM format TLS certificate, intermediate certificate chain and TLS private key

$
0
0
I have ordered a wild card certificate, imported on my server, then exported in format Personal Information Exchange PKCS #12 (.PFX) including private key (only option on the server). From that I received 4 files: - GlobalSign_PKCS7Cert.cer - GlobalSignRSAOVSSLCA2018_PKCS7Cert.cer - wildcard_allapps_goudse_nl_PKCS7Cert.cer - wildcard_allapps_goudse_nl_X509Cert.cer Now I need to get in PEM format the TLS Certificate, Intermediate Certificate Chain and TLS Private key to be able to import the certificate in sprintr into multiple app environments. Who can tell me how to do that? I've seen multiple openssl commands, but none of them clear enough to be usefull (might require some explicit knowledge missing ….), help is appreciated!

Document Download

$
0
0
 Hi All, We are getting below error when we are trying to down a PDF through a  template in Our application. Error on line 40 column 54    SXCH0003: org.apache.fop.fo.ValidationException: "fo:list-block" is missing child   elements. Required content model: marker* (list-item)+ (See position 40:54): null:40:54:   "fo:list-block" is missing child elements. Required content model: marker* (list-item)+   (See position 40:54) CRITICAL - DocumentExporter: "fo:list-block" is missing child elements. Required content model: marker* (list-item)+ (See position 40:54) ERROR - ActionManager: Exception in execution of monitored action '{"name":"Test.ACT_GeneratePDFDoc","type":"Microflow"}' (execution id: xxxxxxxxxxxxxxxxxxxx, execution type: CLIENT_ASYNC_MONITORED) ERROR - ActionManager: com.mendix.modules.microflowengine.MicroflowException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: "fo:list-block" is missing child elements. Required content model: marker* (list-item)+ (See position 40:54)     at Test.ACT_GeneratePDFDoc (DocumentExport : 'Generate PDF (.pdf) document using template 'Testing'') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: "fo:list-block" is missing child elements. Required content model: marker* (list-item)+ (See position 40:54) Now what we have is a page where we are asking users to fill the data for the field Test shown in Pic1. Also in our template we are using this field which will display the data entered by users once we download the PDF with properties set as shown (Pic 2). Do help us out if somebody has already faced similar situation of have any idea.

Error Mendix deployment with buildpack

$
0
0
Hi Everyone, I have some question about mendix deployement : - How can I deploy mendix with buildpack, have I to set anything in buildpack to make it work? I have this error by deploying mendix app with CLI  Could anyone help me to fix it ? Thanks

MSGraph + Deeplink

$
0
0
Has anyone successfully implemented Deeplink with MSGraph? I tried the way that this forum post recommended for SAML + Deeplink but the Deeplink doesn't work for me. After successful login via the Microsoft SSO, it just goes to Home page.

SAML Module Integration with Identity Provider

$
0
0
I am trying to setup SAML module in mendix application. I have integrated the startup microflow and  open configuration in navigation panel. I have setup service provider. Now for Identity provider I have added alias and URL as http://localhost:8080/sso/metadata. Now clicking on next, I am not able to configure “Preferred entity descriptor”. What I need to select in Preferred entity descriptor.  In mapping I have selected Idp Provided. What I need to select in Object Type? Though I selected one , and clicked next. I am getting error while setting toggle active yes. “No entity descriptor was selected for the SSO Configuration” Does any one have a working example of how to integrate mendix application with SAML module. Any git link would also help.  I would like to use google authenticator as Identity provider. Any working example with okta can also help. I am not sure how to add application in okta with Admin section. While logging in okta as a developer, I am not able to find the admin section to add configuration.   Can anyone provide me steps how to set IdP and integrate with mendix sample application.

Where to find the Imported/Export Excel Documents

$
0
0
Hi, I was successfully able to upload an excel with no errors using doc – > https://docs.mendix.com/howto/integration/importing-excel-documents However , I don’t know how to validate if the data is loaded on the application. The logs mention 4 rows updated successfully , but I dont know where it updated the data on the application . Please help.

Error handling within a loop

$
0
0
Is there a specific reason why custom error handling within a loop is not allowed? If continue is allowed and rollback is allowed why not custom with these options? When I iterate over many lines it would be handy to generate an custom error with the specific details so the user can take action why something is not working as expected.

Debugger can't connector on CloudFoundry with multiple horizontal instances

$
0
0
Hi there, We are trying to get Mendix running on CloudFoundry with multiple instances, zo we have enough resources to handle all the traffic. It seems everything is working properly  except connecting with the debugger to the environment. When trying to connect to https://[appurl]/debugger and tapping on the connect button, doesn’t do anything. When you check the logging you’ll see: Debugging session started from [Source-IP: 127.0.0.1, X-Forwarded-For: xxx.xxx.xxx.xxx, User-Agent: Mendix Modeler 7.23.4]. Is anyone familiar to this? Wouter.  

Number of clicks for individual user needs to store

$
0
0
i need to keep data of user clicks. we have 8 bubbles in application current user who logs in the application will able to see 8 bubbles, when that particular user will click any of the bubble,i need to get that count specific to that user and save it to the database so when user again login we can shows the bubble size according to the clicks. How to achieve this as i am not able to do it user specific

Mendix geofencing application

$
0
0
Hi guys! I want to make a geofencing application in Mendix where a user gets a push notification when he enters a “danger zone”. And I was wondering what the best way would be to do this. I tough of making a “server API” where the client keeps pushing its geolocation and when it’s in between a specific zone it gets a certain push notification. Would this be the best way or does anyone have suggestions for doing this in Mendix. Thanks alot!

3D Visualization in Mendix

$
0
0
Hi there! I’d like to visualize 3D in a Mendix app. Is it possible to display STEP or JT or Part files? Or to draw a 3D cylinder? What “components” can be used to do this? So long and thanks…    Markus

SAML SSO configuration

$
0
0
Hello,   I have added SAML module to my project for single sign on. I have configured the SP configuration and added IdP. Now, when I try to login the application is redirected to appURL/SSO page. but it is giving page not found error. Where should I handle the URL ’appurl/SSO’ so that it open IdP configured url.   Note: I am using Azure AD for IdP configuration.   Thanks

Msdp Aggregate Chart

$
0
0
Hello everybody, i have a question to the aggregate chart from the mdsp for mindsphere. I can show in the chart the values from the mindsphere from one asset. But is it possible two show the same value from different assets? So for example Pump 1 have an Motor Current and Pump 2 and i want to show from both the current in the same chart ? Thanks in advance.   Regards Georg

Dynamic Checkbox based Tables

$
0
0
Hi, I am working on the following use-case.  When the user clicks on a button (Say button ‘p’) (the button is on page 1), it should redirect to a page (Page 2)  which takes these inputs: Name, No.Of Rows, and No of Columns. Based on these values, it should redirect to another page (Page 3), which has a table with the specified no of rows and columns, and the table is of checkboxes (user specifies the default checked boxes) and also the names of the each row and column of the table. On clicking save, it should redirect to the Page 1, and display the values (Name and also the Table which was created by the user). Also, if the user clicks on the button ‘p’ again, the same process should be repeated. And at the end, the Page 1 should have the details of both the instances. How should I proceed about this? Can someone pls help? Also, is there any way to create the dynamic table which I mentioned? Is building custom widgets necessary? If yes, how? Thanks.
Viewing all 83469 articles
Browse latest View live


Latest Images

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