Hi all, I have an app where I imported local Excel data with the Import Excel module and all is working fine when I run it locally. When I run the app on the cloud, the Excel data is missing in the hybrid phone app. Do I need to put the data in the cloud somehow? Thanks!
↧
Data missing on cloud
↧
Module: Open Authentication Module
I tried to implement the OAuth2.0 module module following the given Installation instructions. After the module import I have some errors about missing Content anchor and missing PopupLayout. I can fix them without big problems but at install step12 I need to navigat to http://<yourapp>/admin.html after logon with an Admin user I get the following errors: -404 - file not found for file: lib/bootstrap/css/bootstrap.min.css637008653644090838 -404 - file not found for file: mxclientsystem/mxui/ui/mxui.css637008653644090838 -404 - file not found for file: mxclientsystem/mxui/mxui.js637008653644090838 -404 - file not found for file: css/theme.css637008653644090838 -404 - file not found for file: mxclientsystem/mxui/mxui.js637008653644090838 It looks like the OAuth2.0 module is just outdated….. but does anybody known if there are some quick fixes for such sorts of errors?
↧
↧
Document generation in Mendix
Hi, I am trying to generate a HTML document which only has a String, but that string is created as a html file with the corresponding tags. Unfortunately, the file is being generated with < and > instead of < and >. This makes the browser not recognize the tags and displays it as a string instead of a table as I’m meaning to. The solution to change everything into a document template with a table is not one I would choose because the functionality would need a lot of refactoring. Here is a sample: <tr> <th style="padding: 5px">Categorie</th> <th style="padding: 5px">Vraag</th> vs what I need it to look like: <tr> <th style="padding: 5px">Categorie</th> <th style="padding: 5px">Vraag</th> Does anybody know how to make it generate with the tags instead of the < and > ? Thanks, Razvan
↧
Cloud Down?
Is there an issue with sites on the cloud? I am unable to access https://ctouxreferencestyl-sandbox.mxapps.io/p/dashboard_actiontiles
↧
java.Io.filepermission: Access denied when calling a consumed webservice [SOAP] from Scheduled Event
Hi All, Since I migrated from Mendix 5 to 7 we get a weird error when calling a consumed SOAP service. When running the service call from the UI it works fine. But when using a scheduled event we get the error below. I have added the JavaAction to call a microflow as a user and set it to MxAdmin, the same user I use when calling it from the UI. Any pointers are much appreciated.
access denied ("java.io.FilePermission" "/corAccessProfileBsaPublisher_v1" "read")
access denied ("java.io.FilePermission" "/corAccessProfileBsaPublisher_v1" "read")
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
at java.security.AccessController.checkPermission(AccessController.java:884)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
at java.io.File.isDirectory(File.java:844)
at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:82)
at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown Source)
at org.apache.xerces.impl.xs.opti.SchemaParsingConfig.parse(Unknown Source)
at org.apache.xerces.impl.xs.opti.SchemaDOMParser.parse(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.getSchemaDocument(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown Source)
at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown Source)
at org.apache.xerces.jaxp.validation.XMLSchemaFactory.newSchema(Unknown Source)
at com.mendix.integration.xml.XmlValidator$.$anonfun$validate$3(XmlValidator.scala:37)
at com.mendix.integration.util.AutoCloseableUtil$.using(AutoCloseableUtil.scala:17)
at com.mendix.integration.xml.XmlValidator$.validate(XmlValidator.scala:36)
at com.mendix.integration.xml.XmlValidator$.validateSoap(XmlValidator.scala:20)
at com.mendix.integration.webservices.call.HttpClientDispatcher.validate(HttpClientDispatcher.scala:55)
at com.mendix.integration.webservices.call.HttpClientDispatcher.dispatch(HttpClientDispatcher.scala:34)
at com.mendix.integration.webservices.call.WebserviceCaller.dispatch(WebserviceCaller.scala:44)
at com.mendix.integration.webservices.call.WebserviceCaller.callWithRequestStream(WebserviceCaller.scala:28)
at com.mendix.integration.webservices.call.WebserviceCaller.call(WebserviceCaller.scala:23)
at com.mendix.integration.webservices.WebserviceModuleImpl.callWebservice(WebserviceModuleImpl.scala:65)
at com.mendix.integration.actions.microflow.WebServiceCallAction.execute(WebServiceCallAction.scala:89)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493)
at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493)
at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.$anonfun$executeLoop$2(NestedLoopMicroflowAction.scala:67)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.$anonfun$executeLoop$2$adapted(NestedLoopMicroflowAction.scala:58)
at scala.collection.TraversableLike$WithFilter.$anonfun$foreach$1(TraversableLike.scala:792)
at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:791)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.executeLoop(NestedLoopMicroflowAction.scala:58)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.execute(NestedLoopMicroflowAction.scala:40)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493)
at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.$anonfun$executeLoop$2(NestedLoopMicroflowAction.scala:67)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.$anonfun$executeLoop$2$adapted(NestedLoopMicroflowAction.scala:58)
at scala.collection.TraversableLike$WithFilter.$anonfun$foreach$1(TraversableLike.scala:792)
at scala.collection.mutable.ResizableArray.foreach(ResizableArray.scala:62)
at scala.collection.mutable.ResizableArray.foreach$(ResizableArray.scala:55)
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:49)
at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:791)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.executeLoop(NestedLoopMicroflowAction.scala:58)
at com.mendix.modules.microflowengine.actions.other.NestedLoopedMicroflowAction.execute(NestedLoopMicroflowAction.scala:40)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.DefaultActionMonitor$.$anonfun$run$1(CustomMonitoredAction.scala:18)
at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)
at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)
at com.mendix.basis.actionmanagement.CustomMonitoredAction.monitor(CustomMonitoredAction.scala:22)
at com.mendix.basis.actionmanagement.DefaultActionMonitor$.run(CustomMonitoredAction.scala:18)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:68)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:383)
at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:398)
at com.mendix.core.Core.execute(Core.java:200)
at communitycommons.Misc.executeMicroflowAsUser(Misc.java:339)
at communitycommons.actions.executeMicroflowAsUser.executeAction(executeMicroflowAsUser.java:45)
at communitycommons.actions.executeMicroflowAsUser.executeAction(executeMicroflowAsUser.java:27)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:414)
at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)
at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)
at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79)
at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57)
at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)
at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155)
at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:414)
at com.mendix.basis.actionmanagement.UserScheduledAction.executeScheduledAction(ScheduledAction.scala:73)
at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.$anonfun$run$1(ScheduledAction.scala:141)
at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)
at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)
at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)
at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.monitor(ScheduledAction.scala:132)
at com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.run(ScheduledAction.scala:141)
at com.mendix.basis.actionmanagement.ScheduledAction.execute(ScheduledAction.scala:130)
at com.mendix.basis.actionmanagement.ScheduledAction.run(ScheduledAction.scala:111)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
↧
↧
Mendix 8 Native: How to remove nav bar
Hi! I’m currently trying to make a new native layout in Mendix 8. However, I can’t remove the nav bar from the bottom. I’m making a login page, so I don’t want the navigation items on the bottom of the screen. How do I remove it? Thanks!
↧
Mendix 8 Native app: Javascript Action won't fire
I’ve followed the advanced tutorial on creating a javascript action that searches for users in Github. Modified it to speak to a REST endpoint I have running locally in a separate Mendix app. Tested from a responsive web page within a nanoflow and it works fine, returns the expected data. When I add the action to a nanoflow in a native app the nanoflow completes but it doesn’t fire the javascript action (the nanoflow is connected to the ‘scan detected’ event of the built in barcode scanner widget. I’ve got the react debugging tools switched on and I can see the log messages from the nanoflow displayed, but none of the console.log entries in the javascript action appear – it’s like the javascript action is being completely bypassed. Any ideas?
↧
Installing Mendix-8.0.0.54216 fails to install AdoptOpenJDK
When I installed v7.23 I got the same error “AdoptOpenJDK x64 mandatory prerequisite was not correctly installed.”. It took some searching in the forum to find the correct version & build of JDK. Is there anyone who knows the correct version of JDK 11 to install?? I have downloaded these versions: Mendix-8.0.0.54216 OpenJDK11U-jdk_x64_windows_hotspot_11.0.4_11 It says in the documentation for Mendix that it installs the necessary JDK but it doesn’t. Any help would be appreaciated. // Eamonn J. /
↧
Losing work after not committing but saving?
I’ve been working on an app for around 1 hour getting everything setup and the basics in place. I committed once ¼ of the way through. I have been running locally every 5 minutes and saving the work. I accidentally closed Mendix and it closed without warning (assuming everything is saved). Opened Mendix back up, and clicked on the app – it’s gone back to the very first commit. Does anyone know how I recover this work? I assume it will be saved somewhere?
↧
↧
Project Conversion and Build Issues
Converted my project to v8 to work in Studio Pro. When running locally, the site does not render properly in the browser. In the console, two files are not found: 404 - file not found for file: lib/bootstrap/css/bootstrap.min.css 404 - file not found for file: mxclientsystem/mxui/ui/mxui.css I imagine this may have something to do with the improper rendering. Any advice on how to address this?
↧
Cannot Initialize app - Access to XMLHttpRequest has been blocked by CORS policy
Hi all, When trying to run a hybrid app which is hosted in the SAP cloud I get a “Cannot initialize app” error. When debugging I get to see the following information Syncing and starting up index.html:1 Access to XMLHttpRequest at 'https://???????????.hana.ondemand.com/components.json?1565176195811' from origin 'file://' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. bundle.js:1 Failed to sync and startup bundle.js:1 Error: Failed to sync and startup. Does someone know what exactly is going wrong there and how to fix it? best regards, Fabian
↧
Keep anonymous information after the user is logged
Hi In our application we have an anonymlous workflow until the end and whatever the user wants, he can decide to log in, and we would like to keep anonymous infos after the connection to keep the user in the same position of the workflow for example How can we achieve that ? Many thanks
↧
Next record after save
I have a datagrid with records as the workload for a user. After processing a record I want after the save of this record, automatically to open the next record in the same screen. It seems to be a problem retrieving the next record in this datagrid. At the end of the table, the first record of that table has to be shown. Cannot find any information about how to do this, so my hope is on you guys!
↧
↧
Self hosting on our own server(A monster) at a tier one data centre.
Hi guys We have bought our own server and are going to self host our mendix application. We have been testing for a week using mendix server console 4.5.1, mendix version 7.23.6 and postgresql 9.6. All looks really good we have hit the application with more than 100 000 Queues that hammer the system. I have done no custom setting to the server console or postgresql. My question is? Is there any basic do’s and don’t when hosting our own application. I don’t want to learn the hard way. Regards, Patrick
↧
How to dynamically populate dropdown lists using Excel file?
I tried using connectors for enumerations via the Reference Selector, however I would like to test this using simple Excel data like shown. What I want to accomplish is on the first dropdown box, a user is asked to select a location (to be populated by the list under OfficeLocation header in Excel. Then, based on their selection, the next dropdown list would be populated with the names that share the same location ‘attribute’.
↧
Mendix, seriously?
https://docs.mendix.com/refguide7/moving-from-6-to-7#4-6-sign-in-microflows Is that “futur” version present? because It doesn’t seems to be present in mendix 7.23. This process is more than important… E-commerce site etc... Someone can tell me what is wrong? or maybe that is me that I don’t know the process to make an user catch the “data” of the previous anonymous user. If someone can answer me… Thank you
↧
Loading of a page has been superseded by request for
Opening a page from javascript by calling a microflow is throwing below exception. Ignoring error for page UI/Test.page.xml: Loading of a page has been superseded by request for UI/Test.page.xml Here is my flow Javascript calls → Microflow calls → Open Page Note: I am not using any close page activity in microflow Any suggestions on fixing this issue
↧
↧
Cast association to object in XPath
I’m trying to iterate through a list and count each instance of a particular association. My issue is when I write an XPath constraint I cannot test for equality because I am comparing type String to type association. Is there a way to cast the association to a string or another way to go about this. Here is my microflow . And I have attached a picture of my domain model below. I am checking for instances each buyer appears in a transaction (i.e. Walmart – 4 transactions, Costco – 6 transactions)
↧
CloudFoundry API invocation
Is it possible to call an API exposed by one of CloudFoundry hosted application from Mendix app hosted on same CloudFoundry tenant? Looking forward response! Thanks.
↧
Image uploader widget not allowing me to upload images using camera
When using the Mendix image uploader widget inside of the hybrid app on my Android device, it does not give me the option to upload a picture by taking a picture using my camera, it directs me to the files on my device. I do not have this problem when using it on an iOS device. I have camera permissions enabled on my app, does anyone know what may be causing this issue? FYI we are using Mendix version 6.10.17, thanks.
↧