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

Expert Certification Cost

$
0
0
Does anyone know the cost of Expert Certification? I want the picture below.

Hide Text Box If Empty

$
0
0
Hi! I want my contact details to be viewed in seperate lines and hide if details are empty. How can I do this? I would really appreciate it if you could help me :) If I set these to 'Text', details will be like this: If I set these to 'Paragraph', the empty ones will take their place anyway:

Error in Excel Importer (java.lang.NoSuchMethodError: 'void org.apache.xmlbeans.XmlOptions.put(java.lang.Object)

$
0
0
Hello Everyone, I have tried to import the excel template with a simple template configuration. I got a run time exception while importing at the execution of import java action ( Modeler version 9.24.14) with the below error message: An unhandled error occurred in the MxRuntime. -------- java.lang.NoSuchMethodError: 'void org.apache.xmlbeans.XmlOptions.put(java.lang.Object)' at org.apache.poi.xssf.model.SharedStringsTable.(SharedStringsTable.java:94) at org.apache.poi.ooxml.POIXMLFactory.createDocumentPart(POIXMLFactory.java:61) at org.apache.poi.ooxml.POIXMLDocumentPart.read(POIXMLDocumentPart.java:684) at org.apache.poi.ooxml.POIXMLDocument.load(POIXMLDocument.java:180) at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:288) at org.apache.poi.xssf.usermodel.XSSFWorkbook.(XSSFWorkbook.java:325) at excelimporter.reader.readers.ExcelXLSXDataReader$1.(ExcelXLSXDataReader.java:51) at excelimporter.reader.readers.ExcelXLSXDataReader.parseExcelFile(ExcelXLSXDataReader.java:51) at excelimporter.reader.readers.ExcelXLSXDataReader.readDataRows(ExcelXLSXDataReader.java:45) at excelimporter.reader.readers.ExcelReader.importData(ExcelReader.java:364) at excelimporter.reader.ExcelImporter.startImport(ExcelImporter.java:118) at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:54) at excelimporter.actions.StartImportByTemplate.executeAction(StartImportByTemplate.java:25) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:59) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35) at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48) at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:64) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.runMicroflow(MicroflowRuntimeOperationExecutor.scala:97) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.$anonfun$apply$5(MicroflowRuntimeOperationExecutor.scala:57) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:56) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:46) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:43) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:46) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:54) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:46) at com.mendix.webui.actions.client.MicroflowRuntimeOperationExecutor.apply(MicroflowRuntimeOperationExecutor.scala:58) at com.mendix.webui.actions.client.RuntimeOperationAction.$anonfun$apply$1(RuntimeOperationAction.scala:57) at scala.util.Either.flatMap(Either.scala:352) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:41) at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:120) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:120) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:118) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$7(ContextHandling.scala:58) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:58) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:32) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:94) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:29) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:21) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:94) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:118) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:94) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:115) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:78) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:37) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1(MxRuntimeConnector.scala:54) at com.mendix.external.connector.MxRuntimeConnector.$anonfun$processRequest$1$adapted(MxRuntimeConnector.scala:54) at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.scala:54) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.scala:221) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.scala:40) at javax.servlet.http.HttpServlet.service(HttpServlet.java:590) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:764) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1665) at org.eclipse.jetty.websocket.servlet.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:170) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:202) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1635) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:527) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1570) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:221) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1384) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:176) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:484) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1543) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:174) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1306) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:129) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:122) at org.eclipse.jetty.server.Server.handle(Server.java:563) at org.eclipse.jetty.server.HttpChannel$RequestDispatchable.dispatch(HttpChannel.java:1598) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:753) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:501) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:282) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:314) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100) at org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.runTask(AdaptiveExecutionStrategy.java:421) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:390) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277) at org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.run(AdaptiveExecutionStrategy.java:199) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:411) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:969) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.doRunJob(QueuedThreadPool.java:1194) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1149) at java.base/java.lang.Thread.run(Thread.java:829) Also, I have tried to delete the jar files used for Excel importer and replace the Market place module with latest release but no luck. Please suggest a solution. Thanks.

i want to change the colour dynamically.

$
0
0
I'm working on adding various colors to chart diagrams in Mendix. However, when I create a color bar object, it ends up applying the same color to the entire chart. I want to assign different colors to each individual object within the chart. Is there a way to achieve this in Mendix? and i used the anychart widget and iam expecting my bar chart like following image

Error in Build

$
0
0
While creating build for APK following error is occuring. I have deleted the deployment folder and then rebuild it. Still issue is occurring. ERROR: Packaging iOS failed, check C:\Mendix\deployment\log\native_packager_bundle_ios_log.txt for more info.System.Exception: Exception of type 'System.Exception' was thrown.at Mendix.Modeler.WebUI.Deployment.Native.Packager.NativePackagerManager.Bundle(IProject project, String logPath, String platform, String bundleName, String bundleDirectory, String assetsDirectory) in Mendix.Modeler.WebUI\Deployment\Native\Packager\NativePackagerManager.cs:line 162at Mendix.Modeler.WebUI.Deployment.Native.Packager.NativePackagerManager.BundleIOS(IProject project) in Mendix.Modeler.WebUI\Deployment\Native\Packager\NativePackagerManager.cs:line 121BUILD FAILED Thanks in advance

Advanced Exam Timeframe??

$
0
0
Hi all, I registered for advanced exam on 23 April at 11 am. What is the last date and time before my exam validity of one month ends? What can I do if it ends? Thanks

AAD Integration Issue

$
0
0
Dear experts, I met an error after I set up configurations in enterprise app pool. fem.mendix.siemens.com.cn Also I test single sign on the page , it shows the same error above. I have successfully configured AAD before, but this time failed though I followed the instructions. so would you pls guide me how to handle this error? 2024.05.22 update: I have downloaded the newest version of SAML & Encryption, currently every step reports an error while I am configuration SAML, and data can't be saved. for example, I set the Name as the attribute but can't save the attribute after I clicked save button. java.lang.NoSuchMethodError: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()

How to send data through a POST to an API?

$
0
0
Hello Mendix community. I have a problem. I want to send through a POST service data from my Mendix application to an API that connects to a database. Inside my JSON I have the following structure: That is to say, the data I want to send is the data of an Activity entity and associated with it has a serial entity, so I need to send an activity and within it many serials. The ExportMapping was as follows: I have tested Postman and it works, but I don't know how to send this information from Mendix. I have done it through a microflow that brings me the Activity data and then through a Loop I fill in the serial entity data, but when it reaches the Call REST POST I get an error. I hope you can help me understand how to send data through a REST POST call with a JSON that contains a list within it. Thank you, your help will be very valuable.

How can I apply CSV rule in my CSV file generated?

$
0
0
Hello there! I have been working on a project where user data gets downloaded in the form of a CSV file, including fields like Username, Email ID, Address, etc. The data I am receiving is correct, but I want to apply some CSV rules to the file, such as: The report CSV files should use commas as delimiters. The report CSV files should use double-quote marks to delimit field values that contain spaces. If a field value contains double quotes, the double quotes should be doubled up so the parser can differentiate them. I would be really grateful for the help.

Microsoft Teams Integration, Need some help with recurrence part.

$
0
0
Hello members of the community, I am seeking insights from individuals who have experience with Teams integration for facilitating meeting creation through Mendix systems using Microsoft Graph. While I have successfully integrated the systems and can schedule meetings, I am now exploring the possibility of setting meeting recurrence. I would greatly appreciate guidance on the most effective approach for accomplishing this task. Thank you in advance for your expertise and assistance.

issue in javascript snippet

$
0
0
hi team , i got this error in my console .- i have javascript snippet in my project but that snippet have different name, in the above error snippet name is - "snippetjs_widget_snippetjs_datasource_0 "but i have only this below snippet in my project whose name is -"javaScriptSnippet_DataSource_1 ". how i can solve this issue ? or is there a way to see this snippet inside the project folder ?

Export CSV in UTF-8 BOM

$
0
0
Hi, Im using the XLSReport module to export file in CSV, the problem is that the file when i open in notepad++ is appears ok, but when i open it in excel some special caracter have trouble,i investigate and i believe that the problem is the encoder, so i need a way to encode the file in UTF-8 BOM. i also try using the simple export button in datagrid, but this comes with Quotation Character("), and try the CSV module but this reorder the columns that is not desirable. how can i fix it??? tank you

Parse date in OQL

$
0
0
Hi community, I'm wondering if there is a function to parse a date in OQL in Mendix 9.24 ? (string --> date) I couldn't find anything in the doc thanks

Unable to store Excel row #2 @Sheet #0 getting this error while importing rows into mendix app

$
0
0
Hello Everyone, I am trying to import excel file with one row, But I am getting Unable to store Excel row #2 @Sheet #0 this error. Can anyone help me?

How can I set Date Formatting in Data Grid 2?

$
0
0
I format my dates “d mmm yyyy” because that format is read the same way globally and it is impossible to make a mistake interpreting the date with this format. However, in Data Grid 2, I cannot figure out how to set the date formatting to match. Is it possible to set my date format in Data Grid 2 to match my application? Thanks.

Trouble using docker for mendix

$
0
0
Hi there, i don't know if these are usefull info but i'm using mendix verision 10.9.0 and i'm on windows 10. I want to deploy my mendix app by using dcoker. Though I've never used docker in my life, and i'm a bit confused on why the guides i'm following don't ever work. Could you help me understand how to build a docker image from a mendix app? I followed this guide step by step, but on the part where i needed to put the commands in the CMD, steps 5 or 6, these errors accured: Also, in the guide he was "assuming that all the docker dependencies were installed", but what kind of dependences does docker need, and how can i check if i installed that? Then i gave this guide a shot, and came across the same errors, always in the part where i needed to put the commands in the CMD. Please help me understand what am i doing wrong, possibly with another step by step guide of what i need to do to deploy mendix via docker containers. I don't even need the database model, and i need to do this fairly quickly. Thank you so much!

Error While compiling Java action

$
0
0
After upgrading to version 9.24.1, got the following error when I tried to deploy the project. It seems errors while compiling a java action file in Encryption module. I tried with latest version of Encryption module (v 9.0.0), facing the same error in latest version also. Compiling with toolchain 'C:\Program Files\AdoptOpenJDK\jdk-11.0.3.7-hotspot'. Compiling with JDK Java compiler API. Z:\Documents\Mendix\Project\javasource\encryption\pgp\PGPUtils.java:362: error: cannot find symbol spGen.addSignerUserID(false, it.next()); ^ symbol: method addSignerUserID(boolean,String) location: variable spGen of type PGPSignatureSubpacketGenerator Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 1 error. Please guide me in fixing the issue. Thanks in Advance, Balaji Sekar

what is below error on new edit page

$
0
0
Error trying to set value to 139.RevenueAndAudit.End_Shift_MainForm_NewForm.referenceSelector1→139.1/limit. The slot has already been freed. Error: Error trying to set value to 139.RevenueAndAudit.End_Shift_MainForm_NewForm.referenceSelector1→139.1/limit. The slot has already been freed. at setValue (http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:66:230915) at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:24:6501) at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:24:6402) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:66:239686 at http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:66:317003 at Array.forEach () at http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:66:316991 at we (http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:24:6501) at at (http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:24:19019) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638198453029240495:66:316973

Snippet error [mobx]

$
0
0
Hey all, I'm having the issue with snippet, error accourd on pop-up on. Scenario is following: Opening pop-up where i display all value of object in snippet based of object values there are two different snippet exist and used, after pressing button New - new object will be create, selected and different snippet will be show, this error only happen after first time pressing the button New, all other time work fine. [mobx] Encountered an uncaught exception that was thrown by a reaction or observer component, in: 'Reaction[Autorun@5231]'Error trying to set value to 262.AppRuleEditor.Snp_Exist_List.dataView2→editableObject. The slot has already been freed. Error: Error trying to set value to 262.AppRuleEditor.Snp_Exist_List.dataView2→editableObject. The slot has already been freed. at setValue (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:66:230588) at be (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:6830) at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:6731) at l (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:66:236719) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:66:236954 at http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:66:297327 at be (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:6830) at r (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:6731) at http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:12228 at c (http://localhost:8080/mxclientsystem/mxui/mxui.js?638520753186071065:24:19848)

i have created get api in mendix and when i will debug the microflow its working fine but when i will hit that api in swagger or postomon content length coming 0

$
0
0
i have created get api in mendix and when i will debug the microflow its working fine but when i will hit that api in swagger or postomon content length coming 0
Viewing all 83469 articles
Browse latest View live


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