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

Wrap header text of individual columns in dataGrid2

$
0
0
Hello experts, Is there a way to wrap the header text for individual column instead of wrapping header text for all the columns in dataGrid2? Current view Expected view (only last column header text should wrap without affecting any other headers) Thanks in advance!

Line-Break/Text-Break for DataGrid2 header?

$
0
0
Hi experts, I would like to create several lines on Datagrid2 header. Does anybody have idea? It might be quite similar with the question Patrick asked last year. https://community.mendix.com/link/questions/105207 unfortunately text-break css did not work on datagrid2.. datagrid2 property “appearance”

Email connector error

$
0
0
Dear communities I just create a totally new APP for test email functions, according to document, I imported: Email connector v5.1.1 MxModuleReflection v7.0.0 Encryption v9.0.1 Mendix v10.0.1 I got the following error. Please help me out if you can. Thank you. Best regards Li Dong

Wants to add Header on all pages of my application

$
0
0
I want to add some header(text , Button , dropdown ,UserName) on the top of the all pages ,How it will possible to add these all things on all pages of the my application

Teamcenter Connector - Push Capability

$
0
0
Hello, I have a custom object (a Workspace Object) from Teamcenter which I like to push it down to Mendix for further processing after a successful approval in Teamcenter workflow. I am wondering if Tc Connector with Mendix is designed to do this kind of job? From what I learned, Tc Connector is able to pull/query/create data using Teamcenter service endpoints, but can we use it to trigger a push data from Teamcenter side to Mendix microflow for further processing? Given this scenario, what would be a recommended approach? Thank you all in advance.

Task Queue runs immediately instead of Transaction completion

$
0
0
Hi - As per Mendix documentation, Task Queue Microflow runs as soon as the transaction in which it was called/queued completes. Refer the below from documentation: Scheduling a microflow or Java action to be executed returns immediately. The task will be executed somewhere in the cluster, as soon as possible after the transaction in which it was called completes. Link: https://docs.mendix.com/refguide/task-queue/#1-introduction I am facing one issue in my code where Task queue microflow triggers immediately when we queue/call it. It is not waiting for the parent transaction to get completed. I have checked this is not version related issue as other projects we do not have this issue. What could possibly cause this abnormal behavior on task queues in the code? Any leads appreciated. Thanks, Amit

Sort a list in a specific order through a Microflow

$
0
0
Hello, I'm trying to retrieve a list from an object but I'm trying to display this list in a specific sort. The list I retrieve have approximately these records: For example: -Record 1 -Record 2 -Record 3 -Record 4 -Record 5 -Record 6 I have created a 'Sorting' attribute as type: Integer and created an overview of a page where I have added this 'Sorting' column to the attribute where I influence this sorting, but how do I ensure that I get out of this DataGrid can retrieve the same correct sorting and show it in a dropdown. The custom dropdown I use is controlled via a microflow, so this list must be retrieved via a microflow.

Upload file

$
0
0
Hi, i want Upload a file, but i don´t know how and where to do it, please.

Data Grid 2 "Place Filter Widget Here"

$
0
0
Hi. I am working with a Data Grid 2. All of the data types for each of my columns are strings. However, only one or two have the text filter, while others just have a box saying Place Filter Widget Here. Why aren't they all populating with text filter fields. Thanks.

Can't show a page due to CE1568

$
0
0
[Mendix Learning] Lesson 4.1 Implement Login Functionality In this tutorial, at 0:50 I saw that the Register button was still fine without any error But when I did exactly everything in the tutorial, this error appeared (I cannot navigate to Register page from Login page) The version I'm using is 9.24.20 (I think the version in the tutorial is different)

Custom Widget not Rendering

$
0
0
Hi Mendix Team, I'm Creating a widget that is not Showing some Error can you tell me what should I do ? Thanks in Advance.

Debugging JUnit tests

$
0
0
I have tried both Mendix recommendations for unit testing where you write the following....and have some concerns about both paths and which is best for our organization. The question I have is with JUnit is there a way to drop into a debug session to allow DEV to debug? As of now you issue a POST and then I am not seeing a way to debug. I am also not seeing any code coverage reports only tests that pass/fail - is there a way that I am just not seeing? Microflow Unit Tests Pros DEVs would already be familiar with micro-flows and could be an easy transition Cons In using the 'unittesting' module I am not seeing code coverage reports only that tests (pass/fail) Increases our deployment binary as there seems to be no way to exclude `TEST_*` from the compiled binary Snippet from another forum post A Mendix application is one big bad blob, so when your application grows and the amount of unit tests grow in the same pace it becomes to large to handle in the Modeler. JUnit tests Cons This path seems to be more involved and according to another forum post they stated that it can also make things more brittle I am not seeing a way to locally debug which does NOT benefit developers as in traditional software development where a DEV could debug their code alongside the unit test code to refine methods/functions If someone changed the name of the Mendix micro-flow the impact is that the JUnit test would also have to reflect this new name change making the tests more brittle. You'd write the microflow tests as microflows and run them from the application. I guess you could write Java code to call a microflow and test the result there, but you're adding a lot of unnecessary complexity and fragility to your application. There are Java Actions in the Unit Testing module that call microflows and show the integration. Install the module and look in the javasource folder of your application to see the source code for these. Pros Could use real mocking library (Mockito) to mock out services to avoid hitting live services

Print functionality in Mendix not working for special characters as below

$
0
0
failing printing details to PDF with below error. Can anyone help on this?

Library management (clone or associate)

$
0
0
Hi Team, We have a situation where a Tenant can manage their own presets. We also want to allow Tenants to be able to utilize default presets that we maintain. For example, shippingContainers. the question is: Do you duplicate the values to their preset? or do you have the 2 separate from each other? and allow the user to associate with the library items that we maintain?

Workflow initial interface

$
0
0
How can I click the start process button, assign the first user task to current user automaticly(because it's a common process), and jump to the page of the user task directly, without going to the task inbox? And how do I cancel assign to me option in taskinbox page , and the usertask is automatically assigned to current user. This has been bothering me for a long time. I hope experts can give me some advice

Why data grid 2 with export button(excel exporter module function) has the following errors?

$
0
0
Dear Communities I used excel exporter function to transfer data from entity to excel file, I followed the document and it works, however there are 2 errors. 1, the value of No. had problem when exported in excel file, the exported value was only 30 and was not the value as shown in overview page. 2, only 6 rows in excel file, actually the entity has more data. see below picture for more detail, could you please give some tips who can help. Thank you. Best regards Li Dong

Are there any APIs that are not available in mendix?

$
0
0
I want to display a map using the kakao map api (java script api), which is widely used in Korea, but it doesn't work. I tried it with a JavaScript snippet and a JavaScript action, but it didn't work either. I also tried several versions of mendix.

Workflow Input reference set selector

$
0
0
I can't select any data attribute in the Input reference set selector in work flow user task page. But normal drop-down and reference selector are all can be selected. Can anyone tell me how to fix this? LaptopApply is my WorkflowContext

@debug Scss, how to do this in mendix?

$
0
0
like the title says. how do you view the @debug out in Mendix? Is there a way to see this in the Mx Console?

Mendix External and Internal Users Use Case for Parent and Child Company

$
0
0
Hi everyone, I have a question on a use case for Mendix License on Internal and External users. For example, Company A is a parent of Company B with different email domain: Company A email: john.doe@companyA.com Company B email: steve@companyB.com If the application is registered under company B, and employees of company A would like to access the application also. Can we define company A and company B as internal users? or the parent should be defined as external user? Thanks in advance. Best regards, Jonathan
Viewing all 83469 articles
Browse latest View live


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