I am facing an issue with Multi select drop down search field in Data Grid. When I am clicking the drop down field after scrolling down the page(if not scrolled there is no problem at all), the options are shown up above the field. Does anyone know how to fix this bug. Thanks in advance
↧
drop-down search field multi-select issue in data grid.
↧
An error occurred while deploying: process cannot access file already in use
I am trying to locally deploy my app. At random, the following error appears: Sometimes it appears within minutes, sometimes I am blocked from working for over 30 minutes. At some point, the error just disappears. I tried already the following, but could not solve the problem: - cleaning my deployment dir - deleting my deployment dir - closing any open windows / browsers Can somebody help`?
↧
↧
Extract/export the logs files automatically from Mendix.
Is there any way to extract/export the logs files automatically from the Developer Portal? Thanks
↧
Is it possible for an entity to have 2 owners?
I am trying to have an entity have 2 owners to it. The idea is that only these 2 owners will be able to see this data. I am only currently able to get it to have one owner. Any ideas?
↧
Mendix Autocomplete field ERR_INSUFFICIENT_RESOURCES.
Hi I’m a new Mendix Dev. I have a field on my site that is using the ‘Auto Complete for Mendix’ widget. This field has minimum of 3 char input. When inputting certain search strings I am getting a connection error message and the Google Chrome console has 834 repeating errors coming from the mxui.js script. I believe this may be to do with there being lots of results or something and the server is failing. I’m not however getting this when using a back up of the production data on my local machine. It could be a infrastructure issue on the production side. Wondering if anyone has come across this before and where the best place to look for fixes is. I’ve attached the devtools console output.
↧
↧
Configure Amazon simple email in mendix
Hi, is there any documentation or steps available for setting up amazon simple email service for mendix.
↧
How to add generalization for workflow in 9.15.0
Hello Team, I am experimenting with 9.15.0 and I cant find how to add generalization of a workflow to an entity. In previous version(9.4) I used WorkflowContext and some other posts on the forum talk about replacement of “WorkflowContext” with just “workflow” in system module, but I can’t find it in system or workflowCommons module. My goal is to create a working application with a simple workflow, workflow dashboard and task-Inbox. I believe learning material is not available for this version. any help in this regard will be highly appreciated Thanks in Advance
↧
System.WorkflowContext Not found
Hi, I have recently added workflow commons module into my project to start learning the workflow configuration. I am surprised that when I started creating my EmployeeOnBoarding entity and looking for WorkflowContext from the system it is not there. I can only see Workflow and WorkflowTask. Can anybody share your thoughts why it is not there? As per documentation:
↧
Task Inbox filter in Workflow
Hi Team , I am working on a Mendix application where I have used workflows . I am creating a request and than request go for manager approval and then end . Manager saw his request on task inbox page as shown below . As you can see I have passed the workflow context/Approver and workflowcontext/BudgetStatus from task action activity in workflow .( I set task name as workflow context/approver and task definition as workflow context/Budget . So I got two fields from the main request entity here and I can filter based on those attributes . Now our client want to add more files from ITLeadInput entity here on task inbox page . But I cannot pass any more objects as task action ( display information) section we can only pass 2 things at max ( task name , and task definition ). Do we have any way so I can add more attributes from workflow context here in the task inbox overview page ? (Like : HayLevel, Job title , Client Unit ) . So manager can filter directly and open only relevant request .
↧
↧
java error: ERROR - Connector: org.eclipse.jetty.io.EofException at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:952)
Recently we encounter the following error in our logs: 2014-03-20 18:58:35.069 ERROR - Connector: org.eclipse.jetty.io.EofException
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:952)
at org.eclipse.jetty.http.AbstractGenerator.blockForOutput(AbstractGenerator.java:518)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:182)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:101)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1720)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1696)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1671)
at jj.processRequest(SourceFile:70)
at ji.a(SourceFile:63)
at com.mendix.core.MxRuntime.processRequest(SourceFile:908)
at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:45)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
at org.eclipse.jetty.server.Server.handle(Server.java:351)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host
at sun.nio.ch.SocketDispatcher.write0(Native Method)
at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:33)
at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:69)
at sun.nio.ch.IOUtil.write(IOUtil.java:40)
at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:336)
at org.eclipse.jetty.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:292)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.flush(SelectChannelEndPoint.java:344)
at org.eclipse.jetty.io.nio.ChannelEndPoint.flush(ChannelEndPoint.java:343)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.flush(SelectChannelEndPoint.java:319)
at org.eclipse.jetty.http.HttpGenerator.flushBuffer(HttpGenerator.java:879)
at org.eclipse.jetty.http.AbstractGenerator.blockForOutput(AbstractGenerator.java:518)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:182)
at org.eclipse.jetty.server.HttpOutput.write(HttpOutput.java:101)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1720)
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1696)
at org.apache.commons.io.IOUtils.copy(IOUtils.java:1671)
at jj.processRequest(SourceFile:70)
at ji.a(SourceFile:63)
at com.mendix.core.MxRuntime.processRequest(SourceFile:908)
at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:45)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
at org.eclipse.jetty.server.Server.handle(Server.java:351)
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:454)
at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:890)
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:944)
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634)
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230)
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609)
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534)
at java.lang.Thread.run(Thread.java:662)
Does anybody know what could be causing this?
↧
Passing/Storing Binary Data in External DB from Mendix
Hi Team, I am trying to store the file from Mendix to MS SQL database using Database connector module. When I try to Insert Binary data to Insert query I am facing issue and unable to do it. Please let me know is there any method/way to move the binary content to external DB without using custom java action/rest service. I am able to save the file in Mendix DB. And in microflow I am taking the content of the file which is in Binary data type and trying to pass it in SQL query string. Thanks , Goutam
↧
Creating objects from .dtd file?
We want to make an API call to an outside service and download a report. The API call downloads the report as a .dtd file. While we can go into Microsoft Excel and change this .dtd file to .xsl and import manually, we’d prefer to automate everything. Is there a way in Mendix to create a mapping from this .dtd file to Mendix objects? Notes: - these reports are anywhere from 150k-280k rows - currently, we manually go into the external service and click a download button that downloads the reports as .csv, but the API call returns it in .dtd Thanks in advance!
↧
Can I use the Mendix forum when taking the Intermediate exam?
See above. Many thanks, Nick
↧
↧
Android native app error (A connection error occurred)
I have made a Native app for our Mendix application. How I have released the web version with the Android extension, and build an Android Release app. After I start the Android app I get the error “A connection error occurred, please try again later.” If I test the app in the Android and Ios make it Native app all is working fine. May anyone know where I can find the problem?
↧
Inspect Local Variable VSCode Java Debugging
I have connected my vscode debugger to my mendix debugger by following the steps listed here: https://forum.mendix.com/link/questions/107849 However, I cannot view local variables in a java action that I am trying to debug. What steps can I take to try and fix this? I saw another thread here: https://forum.mendix.com/link/questions/100039 but that seemed to be a different issue as I am not running into a similar package issue. Edit: When I try to use the Debug Console to manually System.out.println(Object) it says that {variable name} cannot be resolved to a variable.
↧
StudioPro 9.14.1 Native-How to search an Entity Attribute to assign to a different Entity Object Attribute
Scenario *****Important: Apply only to Native Page(s) Desire to search item master descriptions via some kind of type-ahead widget to assign user selection to a sales order detail line i.e. As you add more characters to the string, gives a list of wild card matches (contains) Example: Start typing into some kind of widget "Tomoato" and a list to select from is returned that has: "Crushed Tomatoes" "Diced Tomatoes" "Stewed Tomatoes" <-Desired value to be selected and assigned to a sales order detail line "Tomato Soup" (If "Stew" was entered then only "Stewed Tomatoes" would be available for selection) Do not want to type and have to press a Search or other type of button
↧
Need to add blocking pop up message
Hello, On a button, I am calling a microflow but before executing its first activity, I want to show pop up message to get confirmation from user. So I added SHOW MESSAGE activity as the first activity of microflow but this activity is not getting executed at first. I am able to see pop up message after all activities of the microflow get executed. Can some one please help me out. Thanks!
↧
↧
Mendix Create an App with Advanced Page Building training, cannot access correct entity
I’m completing the Mendix Create an App with Advanced page Building training, but got stuck on 4.6.3. To access FullName I need to go to the TeamMember entity, but only have access to the Request entity. There is no link between these two as far as I can see, but the training shows that it’s possible. I don’t seem to have the same path to select my attribute. Any ideas?
↧
Retrieving Object from list to use in template
Hi All, I am having an issue right now with the templates. We are using templates to generate pdf documents and I need to dynamically place information in the template. Our current setup looks like this, ParentEntity → (1 to 1) Person → (1 to many) Signatures. I have the ParentEntity in a data source and the person within a child data source and then the signature uses a microflow to find the correct signature type in a list. The error occurs here and tells me that no entity (path) specified. I’m not sure of how to resolve this issue. I can’t select an entity from the association either because the signature is a 1 to many. Anyone know how to solve this?
↧
how to display OIDC SSO user details
hi i’m fairly new to Mendix. I somehow setup OIDC SSO based on some guides. But after the setup I could not display the name of the user that is authenticated via SSO. I tried using $Account, $currentUser, $OIDC.Token etc. but not of them works out. Any experts out there plz help
↧