What would be the easiest way to feed data from external excel to Mendix tables/enties?
↧
How can I feed the external data from excel to Mendix entities/table?
↧
How to save selected values in Combo box to somewhere in db for later use?
How to save selected values in Combo box to somewhere in db for later use?
↧
↧
Google Tag blocking login in combination with an adblocker
We recently upgraded from Google Analytics to Google Tag in our project. If an adblocker is turned on it blocks the Google Tag, which is expected. However this also fully blocks the ability to login to the application. Is anyone facing the same issue?
↧
How to attach a generated PDF to an email
I am using E-mail module with templates and I generated a PDF file from a page by using PDF Document Generation. How can I attach the generated PDF file in the microflow and send it with the email as an attachment? I didn't manage to find a good documentation about that or a video tutorial. Could you help me with that task?
↧
Executing Workflow 'Employee Onboarding' Error
Dear, When following the ‘Build a Powerful Workflow’ learning path (https://academy.mendix.com/link/modules/416/lectures/3373/7.1.1-Select-Device), I have come across an error that I am unable to find/fix. The error occurs when I press the button ‘Start Onboarding’ after adding an Employee. This ‘Start Onboarding’ button has an On click event where a workflow is called: ‘MyFirstModule.Employee_Onboarding’. In the images u can see all the info needed. Exact error message: ‘Executing Workflow 'Employee Onboarding' (ID: '1970324836975194' [MyFirstModule.Employee_Onboarding]) activity 'UserTask: 'Manager: Specify Device'' resulted in error: No users match the specified constraint.’ Does anybody have an idea how to approach this error? Images: -Page where ‘Start Onboarding’ button is located: -Employee Onboarding workflow: -Microflow generated by Employee Onboarding Workflow: Thanks!
↧
↧
How do I use Email connector in this case
Hello everyone, I am still a mendix newbie. I'll try to explain my question as best as I can. I've recently installed the Email Connector Module from the Marketplace, I set up a fakesmtp server and it works. Now, my question is this, I have a specific task I need to complete, I have a lists of tasks and you have to specify a state to each task. I have a button to either reject or accept it. They asked me to make a function that whenever you click the "accept" button, it'll be moved to the next state (for example: from in progress to development done) is this possible to accomplish, if so, how?
↧
Return the attributes changed in a object
Hi community, I wrote a JA where I wil send a object as input and what to get the attributes which are changed on base of learning the mendix client API. the below is the code, But I got error in getChangedMembers(); Did I missed anything, Kindly help me with this. Thanks in Advanced. public class CustomPusher extends CustomJavaAction { private IMendixObject __entity; private web.proxies.Profile entity; public CustomPusher(IContext context, IMendixObject entity) { super(context); this.__entity = entity; } @java.lang.Override public IMendixObject executeAction() throws Exception { this.entity = this.__entity == null ? null : web.proxies.Profile.initialize(getContext(), __entity); // BEGIN USER CODE List changedMembers = entity.getChangedMembers(); List
↧
Cannot convert a primitive value to the expected type 'Edm.Decimal'.
We are starting to work with OData but we run into some problems when retrieving the OData. The above error is being thrown by the consuming OData tool (Excel or MS PowerBi). How can get more debug info from Mendix. It seems that OData does not have its own LogLevels. Which one should I watch? JSON? Anybody else already encountered an error like this in OData? Looks like some JSON format problem in the OData. Regards, Ronald
↧
HTML link screen to mendix page
I want to display the dynamic screen of html link in mendix page. Is there any widget available for this. There is camera and its data is getting visible in html web linkk, i want that screen to get diplayed in mendix page in one page and my data in otther portion of the page. how that can be one. If any experience, pls share
↧
↧
Integration of Mendix with MS Office (MS Word, MS Excel, MS Powerpoint)?
Hi Mendix Community, Is there any way to integrate mendix with MS Office? If yes please refer the resources to follow. Thanks
↧
I m creating a app where device list is present and showing the device status if device currenty in active mode status is online if device is not working and send to the service center cureent status is offline and again status get active this is a whole flow.currently i have to maintain history regarding device to track how many time device get offline.Below is my domain model screenshot plz help
I m creating a app where device list is present and showing the device status if device is active and working mode status is online if device is not working and send to the service center current status is offline and again back from service center status get active this is a whole flow. currently I have to maintain history regarding device to track how many time device get offline .upper is my domain model screenshot plz help. thank for attention.
↧
Two users working on same form
Hi Readers, I am facing some problems regarding the consistency of the database. I have assigned one form to multiple users of the same user role. Now simultaneously two users are working on the same form. Now one user approves the same form and one rejects the same form, of this my flow of forms has been distorted. I think Mendix should block the database, if one user is performing. How this can be resolved? Thanks and Regards, Harshraj Singh
↧
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?
↧
↧
Creating a Paretochart
Hello Experts, Is it possible to create paretocharts in mendix. If so could you explain the process of creating one. Thanks
↧
Is it possible for users to add dashboards, such as ThoughtSpot Reports, directly from the application?
Is it possible for users to add dashboards, such as ThoughtSpot Reports, directly from the application. This means that within the application itself, users have the capability to create and incorporate dashboards or reports without needing to use additional software or tools.
↧
Calendar Widget - Start Date attribute problem
Hello everyone, Note: We are using Mendix Studio Pro 9.24.16 and Calendar Widget 1.0.14, I don't know why but there was no option to chose 9.24.16 on the create a post page. Recently we needed a way to show events on a page for event planning app and decided to use Calendar by Mendix. The setup was easy with the entity, data source microflow and parameters below Entity: Calendar Parameters: Data Source Microflow: Problem started when we tried to display a certain month by changing the ViewStartDate(Start date attribute field) attribute. When the page opened, it would work with any date from the date picker which was saved on the ViewStartDate attribute using beginOfMonth function to display relevant month. However, when we click any of the Calendar control buttons(highlighted by red on the screenshot below) then change the date on the date picker calendar; stops responding to the it and can only be controlled by the buttons until the page is refreshed. So far we tried debugging all the relevant microflows and saw the attributes filled with the correct values but couldn't find a way to make it work. Any idea how this could be solved? Thanks in advance.
↧
Mendix Long Term Supported Version
I am using Mendix version 10.3 and I want to upgrade it to the long term version because I encountered some stability problems in this version. So I saw that I needed to upgrade to 10.6, but should I upgrade to 10.6.0 or 10.6.4? Is 10.6.4 also the LTS/MTS release?
↧
↧
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
↧
Unique article numbers from datagrid2
Hello, I would like to obtain unique article numbers from the "MAT CISLO" column in datagrid 2, for example into listview, and at the same time calculate the "NAFASOV" column. See attachment. Could someone show me how to proceed? Thank you.
↧
Option to convert DG to DG2 does not show up in 10.8.0
10.8.0: The option to convert Datagrid1 to Datagrid2 does not show up in my local StudioPro 10.8.0. Like this snapshot taken from the 10.8.0 Mendix-release-video presented by Jan de Vries. Any idea how to make this "Convert to Data grid 2"-option show up?
↧