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

Trackpad horizontal scrolling support?

$
0
0
Hi guys, I'm a Mac user that prefers trackpads over regular hand mouses. Zooming isn't that always great, but thats not a problem. What does bother me is not being able to scroll sideways. In the domain model, but especially larger micro flows it would be really great to scroll pan all directions.  Are there trackpad users (not specifically Mac, since Mendix is Windows only..) that can scroll/pan all directions within Mendix?

Display only Region of time zone

$
0
0
Hey everyone, Currently my application is set up to work with the Code attribute in the System.TimeZone module. It displays the time zone as "America/New_York". Is there a way to manipulate this to just say the regional timezone like "Eastern, Central, Pacific? 

Does Mendix support VueJS?

$
0
0
Hi folks, I'm brand new and I apologize if this has been answered: Does Mendix support VueJS? Or Svelte?

Implementing auto import of Excel file using Excel Importer in the Mendix cloud

$
0
0
With our continuous integration/deployment process it is necessary to deploy metadata using the Excel importer. I would like to be able to deploy the necessary files in the deployment package and then run a webservivce that would grab the templates and data from the deployment and then import the data. Is there a way that would allow the metadata files and templates to be packaged in the deployment? Or is there another way that I can incorporate the data imports into the CI/CD process?

Boolean Slider Widget Toggle issue

$
0
0
Hi, I am using boolean slider widget and calling services on enable and disable of slider accordingly. But when i toggle the slider continuously or toggle in the middle of the widget , it is stopping in the middle.   Is there any way to solve this?   Appreciate a prompt response.   Thanks Salma

Unable to Run/Debug apps from eclipse - Modeler 7.13.1

$
0
0
I'm facing the following error when I'm trying to debug or run the application after deploy it to eclipse from the modeler V7.13.1 This issue happened before with V 7.9.0,    

Dependent Queue entries

$
0
0
Hi Community, Is there a way I can create dependent Queue entries in Process Queue Module? I have following use case: Create an Person Object and fill it with the data like Last Name and First Name. Person ID is a required field but it can only be obtained through Interface. Create second Person Object and fill it with the data fill it with the data like Last Name and First Name. Person ID is a required field but it can only be obtained through Interface. Second Person is in a relationship with first Person. I have to send first Person to Interface to get Person ID using Process Queue but it will fail as second Person is missing Person ID.   How can I create the relevant entries in the Process Queue Module so that both Person Object get IDs?

Bad Gateway error in deployed environment at mxui.js:38

$
0
0
Getting below error in the development environment, not seeing anything suspicious in the mendix service console. Error: Bad Gateway    at new t (mxui.js:38)    at mxui.js:19    at mxui.js:5    at Object.next (mxui.js:5)    at a (mxui.js:5)    at error @ mxui.js:5 Any pointer to debug this issue would be helpful

No such file exception when starting server on CentOS

$
0
0
Hello,  I'm trying to run the server module on a CentOS distro After following the tutorial on github I've ran into this error:   What could be causing this? 

SAP Odata -Post for BOPF Draft Enabled service

$
0
0
hi all, I am trying to post data to the service which is SADL framework based. Here the  Entity A which is draft enabled . For doing the Edit operation we have two actions update, Execute entry(Post) in SAP odata connector module  right. While doing Update activity where i just passed the New entity A values. Update Action error: 500, Response text: {"error":{"code":"/IWFND/CM_BEC/029","message":{"lang":"en","value":"RFC Error: The current application has triggered a termination with a short dump."},"innererror":{"application":{"component_id":"","service_namespace":"/SAP/"},"transactionid":"D40B7DF180CB00C0E005AC34A470A3F0","timestamp":"20180409081513.9710240","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"},"errordetails":[]}}} Execute Entry action: Response code: 400, Response text: {"error":{"code":"005056A509B11EE1B9A8FEC11C22178E","message":{"lang":"en","value":"Invalid function import parameter type for 'DraftUUID'. Expected type is 'Edm.Guid'"},"innererror":{"transactionid":"D40B7DF180CB0090E005ACC2E2CD1D9C","timestamp":"20180410052602.7600440","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)"}}}} Here in both values Draft UUID which is of type Edm.Guid(Raw type) in abap need to be passed from Mendix to SAP. While getting the Entity A , able to fetch the Draft UUID(Edm.GUID) value in the String type. Kindly let me know how to pass the Draft UUID (GUID) value from mendix to SAP. Thanks

Static Columns and Headers on Datagrid

$
0
0
Does anybody know if there's any way to display a large dataset with static headers and columns? We have a requirement to show a potentially large set of data similar to what you would see in Excel with static headers and columns using the "freeze panes" function. Ideally the users would be able to edit within this view and then save.

Microflow that splits string attribute into two attributes

$
0
0
Hi, I'm a bit new to Mendix (just got my Rapid Developer Cert.). :) I have an entity Account with 'Full name' attribute and and entity Profile with 'First name' and 'Last name'. All strings. I want to keep these attributes in each entity as is. What I want to build is an microflow that reads the value in 'Full Name' and splits it in two (using the space as a breakpoint) and saves the values in the 'First name' and 'Last Name'.  What's the best trick to do this.  Thanks! Joël

How to add a visible horizontal scrollbar to a listview?

$
0
0
Hi all, I have a list view which is horizontally scrollable but i want to add a scrollbar which is visible indicating that we still have content to the right. Is there any widget available for this or any other way this can be done?

getting error while calling Rest service with Patch method

$
0
0
i am calling rest service with patch method and using below microflow     but still i am getting below  error :   com.mendix.modules.microflowengine.MicroflowException: Error calling REST service    at MyFirstModule.Category_Save_Microflow (CallRest : 'Call REST (PATCH)') Advanced stacktrace:    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:48) Caused by: com.mendix.modules.microflowengine.MicroflowException: 400: Bad Request    at MyFirstModule.Category_Save_Microflow (CallRest : 'Call REST (PATCH)') Advanced stacktrace:    at com.mendix.integration.actions.microflow.RestCallAction.checkStatusCode(RestCallAction.scala:85)    at com.mendix.integration.actions.microflow.RestCallAction.handleResponse(RestCallAction.scala:65)    at com.mendix.integration.actions.microflow.RestCallAction.$anonfun$execute$2(RestCallAction.scala:43)    at com.mendix.integration.util.AutoCloseableUtil$.using(AutoCloseableUtil.scala:8)    at com.mendix.integration.actions.microflow.RestCallAction.$anonfun$execute$1(RestCallAction.scala:42)    at com.mendix.integration.util.AutoCloseableUtil$.using(AutoCloseableUtil.scala:8)    at com.mendix.integration.actions.microflow.RestCallAction.execute(RestCallAction.scala:41)    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:50)    at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)    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.ActionManager$1.execute(ActionManager.java:186)    at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)    at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191)    at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583)    at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135)    at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)    at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)    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.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)    at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)    at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)    at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)    at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)    at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)    at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)    at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)    at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)    at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:877)    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:841)    at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)    at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)    at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)    at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)    at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)    at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)    at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)    at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)    at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)    at org.eclipse.jetty.server.Server.handle(Server.java:561)    at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)    at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)    at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)    at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)    at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)    at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)    at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)    at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)    at java.lang.Thread.run(Thread.java:745)   while same service i am trying to call using postman , it is working fine and giving an object. Please do needful help.  

How to get latest date from a list in Microflow?

$
0
0
I have a list with date fields. For example: 4/18/2018   4/12/2018   4/13/2018 I need the latest date. How can i compare the date fields and get the latest date field (4/12/2018)?    

css nested tab container

$
0
0
I am trying to change the color of my nested tab container. I'd also like to show a different color for the active main tab and the active nested tab. I've tried the below to achieve the color of all nested tabs, but it does not appear to be working. .dijitTabContainerTabListNested { color:red; }

Create a progress value with filled attributes of an entity

$
0
0
Hello I'm trying to create a progress % when a new entry is created in an entity. This entry is composed by a long list of attributes (below screenshot). Is there a quick way of counting the filled in attributes other than doing a microflow to count them one by one? Ideally I would count these values and then divide by the total number to provide a given % completion (but can accept other solutions). Thanks!

[meta] Why do we use the 'Submit answer' field for comments?

$
0
0
I've been quite around some time at StackExchange and am used to the comment versus answer features. But I've noticed here on the Mx Forum that the comments functionality is often ignored and comments/general suggestions that aren't exact answers are submitted as answers. Is there a specific reason for this behavior? I know the next thing is bad habit (giving an example of a real happened situation, but not showing that one), but alright: For example, I saw a post that had 9 'answers', but were actually followups of suggestions and none of them actually had a final solution for the problem. "Try X", "Thanks, but that didn't work", "Ok, try Y", "Nope", etc. Instead of updating the initial answer, another answer was posted.. A real example in my previous topic. Just the first I could grab. René'answered'"Submit an idea to Mendix". Sure, I will. But that is not an answer, but it's a comment.  Correct usage of these two would give a better overview between actual answers and simple comments. General honest curiosity. I'm not bashing :)

User system running commit action for 2857 seconds

$
0
0
Hi, Does anyone know of a good way to identify from where this commit action in the figure comes? When looking at other things running at the moment there are nothing that have been executing for nearly as long as this one.

How to change the information message when using the default edit button?

$
0
0
Hi, When using the Edit Button on one of my pages and I try it out in my app, I need to select the data rows i want to change. If nothing is selected, a default information message is shown: "No selection available." How can I change it, e.g. to "Please select one of the rows to edit it", so it is more clear what the user needs to do first before editing it?Thank you!
Viewing all 83469 articles
Browse latest View live


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