Apple will stop support for PWA in iOS 17.4 to comply with European law. See this article and this article for additional information. In your opinion, how will this affect user experiences for existing Mendix PWAs?
↧
As per iOS 17.4 Apple will stop support for PWA in EU. What are the implications for existing Mendix PWAs?
↧
How to show the result in one page
Dear Communities I have to entities, one is KPI setting - Personal_Objectives, the other is KPI results - Personal_KeyResults, one KPI(Objective) can have many KeyResults. How can I get the data in one page, when I click the row(KPI-Objective) with red underline then on the right of the page I can only get the KPI-Objective corresponding KeyResults(may have many rows) Please give some tips, thank you. Best regards Li Dong
↧
↧
UTC and Local Datetime
so i have microflow that used in rest services. i want to compare a datetime that saved in database and currentdatetime. the problem is when i compare it, the date that datetime comparing is on UTC : UTC time: 2024-02-29 17:00:00.000Session time: 2024-02-29 17:00:00.000 +0000 but value of currentdatetime is : UTC time: 2024-03-01 00:00:00.000Session time: 2024-03-01 00:00:00.000 +0000 the question is how to make either datetime of database into local version or the currentdatetime into UTC version
↧
Verification identification
Is there a property setting for this identifier in mendix?
↧
Pie Chart Click Action
Hi I am using Pie chart to diplay the data. I added On click action on Pie chart settings. Based on the selection I want to display some changes. But problem is, On click action is not triggered when I click any data on Pie chart. Could you please help me to resolve this issue.
↧
↧
I am trying to send an email with an attachment using email connector module and document generation for pdf generation. but i only receive normal email but not the pdf attachment. Below is the error message i receive. What might be the reason??
Failed to send an email to: hello@sampleemail.com.au an error occurred in the SendEmail java action : LocalFileSystemStore:: File does not exist for key: 0 Stacktrace : com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.storage.FileNotFoundInStorageException: LocalFileSystemStore:: File does not exist for key: 0 at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:110)
↧
widget for task progress
I'm looking for a or resource availability from daily calendar view. As attached, the day view in the top row, and progress bar in next rows, the image the is screen shot of the chart in excel. Any suggestion? Thanks!
↧
how to generate the QR code in native application
hello, I want to generate the QR code in a native application. suggest to me the module or any widget to create the QR code in native. I used the QR code widget but it's not working showing the blank page in mobile.
↧
Problem connecting to Internal hosted SAP from Mendix Cloud
Hi Team, We have our own SAP environment which is hosted at our internal servers. Now we are trying to call a API from our Mendix application which is not hosted yet, by hosted I mean it is not pushed to acceptance environement, we are successfully able to call the BAPI of SAP which is successfully giving us the required output. However when we are pushing the same code to acceptance environment, The BAPI call is failing by saying connection timed out. Now the default the timeout for any API call in Mendix is 300 seconds, we tried increasing the timeout but the calls immediately fail in the case. Here's what we have already done . 1. We have whitelisted the required Mendix AWS Mumbai hosted Public IP's at our end which are 43.204.254.9543.205.31.3265.1.183.103 2. We are calling our Internal SAP BAPI's through the public IP's of our servers where SAP is hosted. Is there something we are missing out ?
↧
↧
SAML Issue after upgrading the Mendix and SAML version
We were facing redirect issue in SAML SSO after upgrading the mendix studio version to 9.24. We have upgraded the SAML module to resolve it but we get one error SSO can't be added in path so we removed the org.apache.servicemix.bundles.opensaml-2.6.0_3 jar file to resolve this but then we get another issue like this. java.lang.NoSuchMethodError: 'org.bouncycastle.asn1.DERBitString org.bouncycastle.asn1.x509.SubjectPublicKeyInfo.getPublicKeyData()' So we are not sure how to resolve this kindly help if someone faced this already
↧
I want to create pareto chart
Hi can anyone help me how to create the pareto chart.
↧
how to create a option for renew option in library management system?
how to create a option for renew option in library management system. suppose in library management system a member of the library wants to renew the book from library how to show that option in pages whether with the help of button or microflow...please help me in detail as i am a beginner in mendix
↧
Building an Event App Using Microflows - Error when creating ProgramItem
Hi All, I just went through the course and my app as well as the EventManagement_AfterModule5 App run into an error when a ProgramItem is created. Unfortuantely I can't find the source for that. To generate the error a demo User for the EventManager was created. And all additional Entities (Artist, Stage, Festival...) have been used to create an object of each. Two Error lines are added in the Studio's Console. Connector: An error has occurred while handling the request. [User 'demo_eventmanager' with session id '743701c7-XXXX-XXXX-XXXX-XXXXXXXXe7b2' and roles 'EventManager'] Cilent: An error occurred while executing an action of EventManagement.ProgramItem_NewEdit.actionButton1: Internal server error Error: An error occurred while executing an action of EventManagement.ProgramItem_NewEdit.actionButton1: Internal server error at http://localhost:8080/mxclientsystem/mxui/mxui.js?638445434502144188:66:184436 at ye (http://localhost:8080/mxclientsystem/mxui/mxui.js?638445434502144188:24:6830) at i (http://localhost:8080/mxclientsystem/mxui/mxui.js?638445434502144188:24:6731) at E (http://localhost:8080/mxclientsystem/mxui/mxui.js?638445434502144188:64:5069)
↧
↧
Styling seems to be cached and not reflected when user uses the same browser
We have previously never had this problem in Mendix 8 using Calyso to compile CSS but once we have upgraded to Mendix 9.24, it seems like end users are not getting the latest styling until they clear their cache. Curious to see if anyone else has run into this problem and if there is a better fix than asking the user to clear their cache or use a different Chrome profile. For example, I have this .scss file that adds the background color to a div. It shows up fine when I use a new chrome profile. However, with the same chrome profile that I have been using to test throughout deployments, it seems to be not caught up with the latest .scss changes.
↧
Datagrid 2 -> Selection Multi -> Checkbox -> Get selected rows
Hi, how can I get list of selected rows from datagrid 2 through selected checkboxes?
↧
Calender Widget
How we can display the year. Example 2023-24 in drop down format Thanks in Advance
↧
Translation issue in file dropper widget
Dear Mendix team, we are encountering an issue with the File Dropper widget where we're unable to translate the 'OK' and 'Cancel' buttons when deleting uploaded attachments. If anyone has successfully addressed this, please guide us.
↧
↧
Widget only renders in Make it Native 9 app
Hi all, i have a questing regarding the Google maps widget. When im working locally and use the Make it Native 9 app from the Google play store, the widget loads without issue. Shows my coördinates and everything that i need it to do. When i build a app using Mendix own Build a Native app functionality (both for local development and distribution) then the widget doesn't load the map and shows a "empty” container in which the widget sits Make it Native 9 Build for distribution Anybody got a idea how to tackle this issue? Kind regards, Niek
↧
Display count of rows on TabContaine
Hi Genius, I’m using TabContainer in a page. Each tab have a Data Grid widget which shows the request of different status. I want to display the count of request along with Tab caption on each tab on a Tab Container. Could you please suggest me how to implement this functionality. Many thanks in advance
↧
Excessive Battery Drain in Mendix iPad App
We're encountering an issue with our iPad application where users are reporting significant battery drain during usage. Approximately 50% of the battery is consumed after just 1.5 hours of app usage. Currently, we're investigating potential causes behind this excessive battery usage. Our hypothesis revolves around two factors: the number of commits and the number of units in memory. Is there a method to determine which of these factors, or potentially other elements, is contributing most significantly to the energy consumption in our case?
↧