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

Native line chart configuration and styling

$
0
0
I am using line chart in native app to show timeseries data. On x-axis I want to format the date like we can do in web app using plotly options. I have checked line chart widget style properties but could not find anything for date. https://docs.mendix.com/refguide/native-styling-refguide Another requirement is to format the y-axis value to 2 decimal places and also set step and range of axis like 10, 20, 30 etc. Is it possible in native app chart?

How to call a nanoflow/microflow from Native Mobile navigation in menidx 8.5.0

$
0
0
Hi , I want to call a Nanoflow / Microflow from navigation in Native Mobile profile But when i am clicking a New item it is showing me a single drop down option and that is show a page, but i want to call a nano flow / microflow or any other other than a show a page option . How to do this . In the drop down of On click i am getting show a page option only .

Calendar widget start week for Monday

$
0
0
Hi all dear, I want to calendar widget for start week on Monday in current month. My requirement for user can schedule shift week. Wise and select month and this current month only able select week should start for Monday and Monday date should be able to select. Other date disabled not able select how I can do and any available widget for marketplace

Calling web service with location override from constant does not work

$
0
0
Hi, I implemented a microflow from which I call the Web Service. the location should be different for different environments, so I overrided the service location from a constant. Locally everything works, when I deploy it I get a 404 error. If I use text instead of a constant, everything works again. What am I doing wrong?Hi, I implemented a microflow from which I call the Web Service. the location should be different for different environments, so I overrided the service location from a constant. Locally everything works, when I deploy it I get a 404 error. If I use text instead of a constant, everything works again. What am I doing wrong? This only works locally: Only this works in the cloud:Only this works in the cloud: (this editor works awesome :). It writes from right to left and I can't insert the second picture) In the second image, instead of @Shipment.IMEXServiceLocation, there is this text: 'https://my.services.com/operation'

Requesting Licensed Nodes

$
0
0
Reading the documentation (https://docs.mendix.com/developerportal/deploy/licensing-apps-outside-mxcloud/) the way to request a new set of environments for a new app seems to be using the Request new app node (https://newnode.mendix.com/) which opens a support request. What’s the typical turn around for a request such as these nowadays? The last time I raised one it was dealt with the same day, whereas now I have been waiting for 10 days with no response. Is there another method that has superseded the methods above?

Back and Forward buttons in the application

$
0
0
Hi, Can anyone help me with whats the best way to have forward and back buttons within the application so that the user can click on back to go to the previous page and click 'forward' to get back to the page.

How to se up Azure OAuth 2.0 SSO for mendix native application

$
0
0
hello, I am trying to set up SSO using OIDC module (https://marketplace.mendix.com/link/component/117529)from the marketplace for my mendix native application, I am stuck with process of generating Client ID , Secret and redirect URI for the same, and am not able to find a proper documentation for the same

Mendix License

$
0
0
Hi, Will data get lost, if we do not renew the Mendix license? Thank you.

Error: web publish free app error

Microsoft Graph Connector

$
0
0
Hello Mendix team, Is it possible to consume the microsoft graph api without registering the application in the Azure portal? Because acces is denied to me by the administrator. Thanks you in advance.

Could not find value for constant 'MendixSSO.LogNode'

$
0
0
Hi team, I am trying to build a quickstart application using mendix studio pro(version :9.17.1). In local am able to run successfully, But when i deployed into k8s cluster am getting this error. can anyone help me. I have reinstalled MendixSSO from marketplace but no luck.

Since update to 9.18.0 committing object in Nano and Microflows stops execution

$
0
0
My app worked fine in 9.16, 9.17, 9.17.1 but since I updated Mendix Studio Pro and my project to 9.18.0 creating objects in the app failed. Using log messages and debugger breakpoints I am able to execute till the commit function in the microflow or nanoflow. But the next step in the micro or nanoflow is never called. If I disable the commit step or function (for example create an object without committing) then the next step is called and works fine. However, the object is not committed to the database (of course). If I enable the commit then I can find the object in the database. But the rest of the micro or nanoflow is not executed. Also the function is not returning to the previous micro or nanoflow which called that function. Strangely I don't see any error or warning. Neither in the browser console nor in the Mendix Studio Pro console or debugger. I tried also 1. To remove all entity events (before/after create, commit, etc.) 2. To give full read/write access to all users for all objects 3. Deleting the deployment folder (with all the files/database within) 4. Changing the auto-commit handling behavior based on https://docs.mendix.com/refguide/mobile/using-mobile-capabilities/offlinefirst-data/auto-committed-objects/#6-customizing-the-auto-commit-handling-behavior Nothing helped. Interestingly if I copy/paste the same object, create a new object or create a new app I don't see this problem. Is there maybe something wrong with the settings or conversion from 9.17.x to 9.18? Or the runtime itself? If I roll the app/back to 9.17.1 or 9.17.0 it works perfectly fine.

Looking for a Mendix certified Mendix developer (freelancer)

$
0
0
Hey ! We’re a startup using Mendix as our main tech, and we’re looking for a freelance software developer in order to speed up the development. We’re a distributed company in western Europe, so it’s a remote-only job. As soon as you’re based in Europe it’s okay (in order to avoid time zone issues). What we need : 5 API connectors for well-known SaaS products, which we will be using in our app. No need of functional expertise at this stage, we’re only looking for someone who already know Mendix Studio Pro (we’re working with version 9.18, the latest version), Java and Javascript. We already built several connectors, so you can use them as examples. It’s supposedly a few days mission. Please send a link to your LinkedIn profile, or your résumé, and don’t hesitate to reach out or share my contact with your friends. Thanks !

x-scroll is needs to be removed.

$
0
0
Hi Experts, I need to remove a x-scroll of the page where I did all type of tries for it to remove as for the class “.mx-dataview-content” the default properties set as overflow:auto and height:to some pixels as when I inspect it in browser it works and when I work add the same properties in local scss file the class is getting applied for all the internal dataviews of the page. Provide any valuable suggestions for it. Thanks in Advance.

How to create read-only PDFs

$
0
0
Hello all! General: I use the module "Pdf Fill Form Fields" from the Marketplace for reading and writing pdfs. The basic requirement for this is that the PDFs are writable, which means that they are still writable afterwards. I use the module because I have received a lot of templates as PDF from the customer, which unfortunately can not be transferred via “Document template” in Mendix. Problem: Now test protocols are to be created as PDF, which of course must not be editable afterwards. Unfortunately, I haven't found a way to implement this in my research so far. Can someone help me how I can provide writeable PDFs in Mendix read-only? Thanks in advance! Best, Fynn

How can I Read Multiple files By using InutStream

$
0
0
Hi All, Face an problem to read multiple files ….. pvxml is object that can take multiple list of file but when I want to read that file one by one using ReadPVXML(). It acceptable for single file but not for multiple , how can i solve this problem

404 Not Found: Requested route ('xxxx.mxapps.io') does not exist.

$
0
0
Hello is there a problem on the Mendix side. I have tried to call several apps and on all I get the stated error. They all worked yesterday

Adding ACR values to OIDC Authorization endpoint

$
0
0
Hi All, We are implementing OIDC into apps but encounter the difficulty of defining a acr value per alias (like the URN in the saml Module). When changing the Authorization endpoint the saml tracer returns an error showing a “?” instead of a “&” pointing to the fact that the module does not expect this. Any idea’s on how to do this, preferably without changing the source code ;) Kind regards Jérémie Degrave

Custom preview for building block

$
0
0
Hi, I just checked the docs and I can see that up to Mendix 8 there's a guide on how to make a custom preview for a self-made building block, this option is not available for Mendix 9 / Atlas 3. Is there any way to do this in Mendix 9 or has this option been removed?

Error in Excel import module

$
0
0
hello experts, i am trying to import a excel file to import data in my database but when after sync my entities and MF using Mx model reflection when i click on new template by excel file on excel import overview page and choose a file that i want to import i got error com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: null at ExcelImporter.IVK_SaveContinue_CreateTemplateFromDoc (JavaAction : 'Get the columns from the template document') Advanced stacktrace: at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:354) Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: null at ExcelImporter.IVK_SaveContinue_CreateTemplateFromDoc (JavaAction : 'Get the columns from the template document') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: null at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:383) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: null at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:155) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreException: Document could not be read, because: null at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreException: Document could not be read, because: null at excelimporter.reader.readers.ExcelReader.getHeaders(ExcelReader.java:144) Caused by: java.lang.NullPointerException: null at excelimporter.reader.readers.ExcelXLSXReader$ExcelSheetHandler.closeTextProcessing(ExcelXLSXReader.java:288) at excelimporter.reader.readers.ExcelXLSXHeaderReader$SheetHandler.endElement(ExcelXLSXHeaderReader.java:118) at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:610) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1718) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2883) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:534) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:888) at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:824) at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1216) at excelimporter.reader.readers.ExcelXLSXHeaderReader.(ExcelXLSXHeaderReader.java:61) at excelimporter.reader.readers.ExcelReader.getHeaders(ExcelReader.java:132) at excelimporter.reader.ExcelImporter.getColumns(ExcelImporter.java:54) at excelimporter.actions.GetHeaderInformationFromExcelFile.executeAction(GetHeaderInformationFromExcelFile.java:43) at excelimporter.actions.GetHeaderInformationFromExcelFile.executeAction(GetHeaderInformationFromExcelFile.java:21) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:146) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:151) at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:379) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:53) 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:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:146) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:151) at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:348) at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:363) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:75) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:40) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:18) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$7(RegularClientAction.scala:63) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:37) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:30) at com.mendix.webui.actions.client.RegularClientAction.withState(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:61) at scala.util.Try$.apply(Try.scala:213) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:54) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:53) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$3(ContextHandling.scala:41) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) 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.webui.requesthandling.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:49) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:41) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:30) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:30) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:53) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) 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:30) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:50) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:130) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:107) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:967) at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:502) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.base/java.lang.Thread.run(Thread.java:834) [Note : i have created my excel file using google sheet and downloaded] i am using mendix 8.2.2 Edit
Viewing all 83469 articles
Browse latest View live