Questions tagged [mendix]

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle.

Mendix is a app platform-as-a-service (aPaaS) for Rapid Application Development. The rapid aPaaS offering prioritizes speed and agility and utilizes a “no code” principle. Mendix has an active community, please refer also to https://mxforum.mendix.com when you have a question.

86 questions
0
votes
1 answer

How to solve argument for parameter assistant (WatsonServicesAssistant)?

I am trying to make a microflow for integration of IBM Watson chatbot but getting problem figuring it out. can you just give me kick start?? I have tried using service credentials but can't figure out how they are supposed to go in there. Skill…
0
votes
1 answer

How to align items with background regardless of the screen size?

I'm working on a page with a long scrollable background image of the road. The page is intended for mobile devices primarily. I need to align several items (containers with text and images) according to the background so that those items would be…
Rumata
  • 1,027
  • 3
  • 16
  • 47
0
votes
1 answer

Map response data to required structure of domain model

I am consuming REST services through API in Mendix application. But the JSON response received is not in the format I need in Mendix domain model (for the UI). How can I achieve this conversion? Currently I am using import mapping generated…
Ankita
  • 199
  • 3
  • 18
0
votes
1 answer

Does Mendix generates a source code in any particular language, which can be edited and reused?

Does Mendix generates a source code in any particular language, which can be edited and reused? I have never used Mendix
0
votes
2 answers

Error bar in Mendix

My error bar list in Mendix seems missing because I clicked the wrong thing (which I had no clue). How do I fix this since I need to find the errors before my program starts working?
Tammy
  • 131
  • 2
  • 7
0
votes
1 answer

How to connect Mendix to SQL Server?

I'm just learning how to use Mendix and I'm running into a problem. I have a database that holds things such as Landing Zones, County, and Helicopter information. I can't seem to figure out how to connect my SQL Server database to the application.…
William Hodges
  • 661
  • 10
  • 24
0
votes
1 answer

Mendix: The FileManager widget and uploaded file extensions

When using the FileManager widget to upload files, the backing FileDocument entity will contain the binary contents of the uploaded file and metadata about the file. My problem is that I don't know where within the FileDocument entity I can find the…
emerys
  • 66
  • 5
-1
votes
0 answers

Selenium IDE - click checkbox dropdown list but not rendered to show the list

I'm newbie for QA Automation Testing, self-studies for my work. My solution was built on Mendix solution, and found issue that need support from fellows here. with above code, I want to click and select checkbox dropdown list then I can select value…
user11968704
  • 69
  • 1
  • 3
-1
votes
1 answer

NewRelic configuration in Mendix private cloud

Can anyone provide the location of m2ee.yaml file for configuring Newrelic in mendix private cloud. Ref URL: https://docs.mendix.com/developerportal/deploy/setting-up-monitoring-with-new-relic/
-1
votes
1 answer

Problem with adding a file to Mendix as a attribute

Good afternoon, I have a little problem in which I can't find a solution to. For a school project, I need to create an application. The main goal of this app is to give an organization the opportunity to store PDF files in this app (meaning they can…
jingchen
  • 1
  • 2
-1
votes
1 answer

How to select ID from Locator if it's changing dyanamically after running application, How we can implement logic for it?

Here I'm trying to implement Puppeteer with mendix for UI automation, But While selecting ID as locator it is changing dyanamically, how I can change logic for it. enter image description here
1 2 3 4 5
6