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

HOW TO ADD TEXT COLOUR IN MENDIX? FOR EX - USSERNAME* WHERE USSERNAME BLUE COLOR AND ASTRICS IS RED COLOR?


PostgreSQL version of test environment in the cloud mendix.

$
0
0
We wanted to reproduce a bug in the local environment, to do this we downloaded the dump of the mendix test environment in the cloud. What version of PostgreSQL db is used in mendix cloud? Thanks in advance

Drawer Function in normal page

$
0
0
Does Mendix can achieve drawer function in normal page? like this link. I only know in the layout this way can be used.

NPM module not found in Make it Native 10 app

$
0
0
Hi, I am testing a native app in Make it Native 10. I installed the snackbar external library(https://www.npmjs.com/package/react-native-snackbar) using npm in the javascriptsource > ModuleName > actions folder. But, in Make it Native 10, an error occurs saying that the module downloaded through npm cannot be found. What is the problem? I attach the image below. And I referred to the corresponding document.(https://docs.mendix.com/howto/extensibility/create-native-javascript-action/) - Mendix Pro version : 10.8.1

Teamcenter - Failed to get an HTTP response

$
0
0
Hello Community, I am trying to connect to Teamcenter Activeworkspace using Teamcenter Connector Sample Application through http. I am facing an error “Failed to send the service operation Core-2011-06-Session/login. RuntimeException: Failed to get an HTTP response. Please ensure the Teamcenter server is running on the address https://my-public-ip/tc.” I have configured the Teamcenter Host address and FMS URL correclty. I ensured that the host is reachable. How to solve this issue? Best regards

Datagrid2 filter for multiple entries

$
0
0
Hello, I have the datagrid2 with column drop down filter and personalization. When I run application, I am getting error as below: "The attribiute type filter used is not boolean or enumeration". I want to save the column selected multiple entries. How do I add drop down filter without attribute as enumeration as I do not want to create enumeration for 1000 entries. How to solve this problem? kindly suggest.

JWT Authentication with login API implementation

$
0
0
Steps to create or expose APIs using JWT token.

How can I extend the features of ForgotPasswordModule to have the system generates a random password along with the link for the user to log in?

$
0
0
Hello Mendix Developers, I am relatively new to using Mendix and know that I already asked this question yesterday and I got confused a bit so I wanted to revise my question. For our project, we want to make a login system where we can send a mail with a randomly generated password that is linked to the email or a link that they can log in with, but these should only work for 10 minutes. For now, I am using the Password Forgot Module 6.0.0 version with its dependencies Encryption, EmailConnector, and MxModelReflection to send the mail, is there a way that we can change the module for this to work? or is there another way of doing this? I would appreciate it if you could assist in this matter. Thank you in advance.

OIDC SSO or SAML across multiple apps

$
0
0
Anyone use OIDC SSO or SAML to authenticate the user once and then automatically log them in when they open a page from a different app? Trying to get persistent login to work and think this is the path but not sure how to get to work when the user crosses apps. Also in this - wouldn't it be better to have a centralized list of users for this instead of trying to upkeep a list of users in each app?

how to use LLAMA 2 in mendix

$
0
0
hi team, how i integrate LLAMA2 model in mendix . i have to buy API key for this or i can use it freely. Please tell the steps from where i can use it and how . also i have got this on market place https://marketplace.mendix.com/link/component/216177 . in this widget i have to buy the api key from deepinfra ? Also how i can use this widget in mendix. Thansk

Native Builder with 9.24.22 gives this error (all default template and configs)- Android Gradle plugin requires Java 11 to run

$
0
0
For the native mobile app in Mx 9.24.21 / 9.24.22 the native builder is giving this build error. I tried few things but those didnt help. (e.g. edited config files; added JAVA_HOME in 'App Center') Even the build for local is failing. It seems Native Builder tool is broken in 9.24.22 Any pointers are welcome. Logs: > Configure project :appProject app at :app is either no Android app project or build version has not been set to override. Skipping...FAILURE: Build failed with an exception.* Where:Build file '/Users/runner/work/1/s/android/app/build.gradle' line: 1* What went wrong:A problem occurred evaluating project ':app'.> Failed to apply plugin 'com.android.internal.application'. > Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8. Your current JDK is located in /Users/runner/hostedtoolcache/Java_Temurin-Hotspot_jdk/8.0.402-6/x64/Contents/Home/jre You can try some of the following options: - changing the IDE settings. - changing the JAVA_HOME environment variable. - changing `org.gradle.java.home` in `gradle.properties`.

IIH Essentials API v.1.10 Get timestamp for calculate min/max

$
0
0
Hi, I want to use IIH Essentials' DataService/Calculate endpoint with aggregation types MinWithTimestamp, MaxWithTimestamp, i.e. the following data sources: {     "dataSources": [         {             "id": "25ade90bb97649c09f4f4459127a4cb1",             "type": "Variable",             "aggregation": "MinWithTimestamp"         },         {             "id": "25ade90bb97649c09f4f4459127a4cb1",             "type": "Variable",             "aggregation": "MaxWithTimestamp"         } } However, as stated in the Swagger Docs, there is no timestamp in the CalculationResult object. When will the Min/MaxWithTimestamp operation be fully supported? Is there a current work around using IIH to receive the timestamp of the min / max?

Domain Model TaskTracker Explanation for Comment Helper (Beginner Learning Path: build your app using a template)

$
0
0
In the domain model of the TaskTracker there is the following explanation: We cannot use the comment entity because this will be linked to the comment after it is posted. So a comment will be linked to itself after it is posted? Is this sentence correct? The model is quite clear that comments are attached to a task. Or should it read because this will be linked to the task after it, the comment, is posted? Thanks for your help, Tom

JavaScript Action call - context object undefined

$
0
0
Hi all, I want to open a popup via Client API mx.ui.openForm, which is called in JS Action within nanoflow. It crashes because context object is undefined. My code looks like this mx.ui.openForm('MyModule/MyView.page.xml', { location: "popup", title: "Caption", context: this.mxcontext, //this is undefined callback: function(form) { console.log(form.id); } }); Could you explain the root cause of that, please? I suppose the context object is not accessible from JS action call, is it? The only thing left is to use the widget such as JavaScript snippet? Thanks in advance.

Redirecting URL

$
0
0
Hi Expert! I am currently implementing an API, and in my current implementation, it needs to be redirected to the API's url in order to authorize the request. Is there a way to redirect to a URL(API's url page) after a rest call, and once approved, the URL will then come back to the current page(my mendix app) along with the current requested code? Is this achievable using the current microflow? or do I need to use another module? TYIA.

xlsx upload, download

$
0
0
제목과 같은 내용을 연습중인데, 현재 앱에 MarketPlace를 통해 ExcelImporter 모듈을 통해 엑셀의 업로드와 다운로드를 이용하고 싶은데 해당 로직을 한번 설명해주실 분이 필요합니다. 버튼 생성 후 마이크로 플로우를 호출하면 demo-administrator의 세션 관련된 문제로('x0x00a0x0a0x00w...') 라면서 오류가 뜹니다.

Foucs on Control on Dynamically via flow or Javascription Action

$
0
0
Hello All, I am trying to build a Mendix native application which after pressing enter on the textbox focus should go on the second textbox which is controlled by nano flow or javascript active.

Git repository optimization getting error

$
0
0
when i run "Optimize repository storage" in Version control , after running optimize , it getting error : System.InvalidOperationException: Analytics scopes can only be closed once. at Mendix.Common.Validate.Precondition(Boolean condition, String errorIfFalse) in Mendix.Common\Validate.cs:line 54 at Mendix.Modeler.Analytics.Scoped.AnalyticsScope.ValidateTheScopeHasNotBeenClosedYet() in Mendix.Modeler.Core\Analytics\Scoped\AnalyticsScope.cs:line 47 at Mendix.Modeler.Analytics.Scoped.AnalyticsScope.AcceptFailure(String reason) in Mendix.Modeler.Core\Analytics\Scoped\AnalyticsScope.cs:line 23 at Mendix.Modeler.Analytics.Scoped.AnalyticsScope.AcceptFailure(Exception exception) in Mendix.Modeler.Core\Analytics\Scoped\AnalyticsScope.cs:line 53 at Mendix.Modeler.VersionControl.Optimize.GitStorageOptimizer.<>c__DisplayClass17_0.b__0() in Mendix.Modeler.VersionControl\Optimize\GitStorageOptimizer.cs:line 99 at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)--- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) Is anyone have a same issue and help me with this, thanks!!

AnyChart Displaying 0% above pie chart for null values.

$
0
0
Hi I am Displaying some Objects Count based on months in Pie Chart using "Any chart Widget" but when the count is 0 it is displaying as 0% above the pie chart but i want to avoid that. please any one help me on this. Thankyou in advance.

Email connector

$
0
0
unable to configure outlook account, getting below error 535 5.7.3 Authentication unsuccessful [TYAPR04CA0012.apcprd04.prod.outlook.com 2024-05-28T10:57:41.831Z 08DC7E81966999CC] in co Any guidace would be very helpful in configuration.
Viewing all 83469 articles
Browse latest View live


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