Hi, In 9.12.4 version the behaviour of the textbox widget is different from 7.23.8 version. In Version 7, the value -1E-8 is displaying as 0.00(with decimal precision =2) whereas in 9 version the same value -1E-8 is displaying as -0.00(with decimal precision =2). Any thoughts around it?
↧
TextBox Issue in Mendix 9
↧
Single Sign-On Using OAuth
I want to implement single sign-on functionality using OAuth module , currently I'm working On mendix version 9.12.2 . Kindly Suggest me that which OAuth module will be better for implemention. The following are the list of OAuth modules available for Version 9.12.2 OpenIDConnect Single Sign-on(OIDC,OAuth,SSO) OAuth OAuth 2 Authorization for APIs - example
↧
↧
shell scripting
Hi Team, Can anyone ping me shell scripting for synchronize database step where it was failing for me while running through CICD Start-Process -FilePath "C:\Program Files (x86)\Mendix\Service Console\Mendix Service Console.exe" Import-module 'C:\Program Files (x86)\Mendix\Service Console\Mendix.Service.Commands.dll' Get-Service -Name "Service" Stop-Service -Name "Service" sleep 5 Update-MxApp -Name "Service" -Literalpath "D:\Service\Service.mda" sleep 5 Start-MxApp -Name Service -SynchronizeDatabase (here it was failing while running) sleep 5 Start-Service -Name "Service" sleep 5 Get-Service -Name "Service" can anyone ping crt shell script for synchronize step
↧
I want to save my column configuration in data grid 2 in mendix
I want to save my columns reordering, hidden functionality as per the user demands. as i have many users they want to see different columns according to their need.
↧
Enumeration type field converted to String type in consumed Odata service
I consumed odata service and table has enum type attribute. After dragging entity from exposed service, the attribute type changed to string. In published app In consumed app
↧
↧
Email connector setup error
I used IMAP, but I also tried with POP and still get an error. Any ideas?
↧
Calling a nanoflow right after successful login
Hi there, I’m struggling on something supposedly super simple : I need to call a nanoflow right after (successful) user login. - I have a custom login page using “Sign-in button” ; how can I override the default “signin” code ? do I have to give up on using the Sign-in button (so the whole signin form) just for this ?? - I read the documentation on how to call a nanoflow here, but it doesn’t work : I don’t know how to fill “context” and “ form” fields Any idea ? thanks
↧
Sandbox app very slow
Hi all Just recently my published app has been acting strange. When I start up the application it takes a good 2 minutes to load the login page (it’s just a blank page before that). After I can login (which takes another good 2 minutes) everything is super slow. Mostly when using a microflow (datasource or normal button click) but also somethimes when loading a page it can take up to 30 seconds or so. When I watch the live log I see these logs: Does anybody know what may cause my app to be so extremely slow? I’ve never had those issues before. Thanks! EDIT: Also getting these errors now:
↧
Matrix not able to setup as Listview(Root-Child)
I am getting huge data from json which needs to be shown in Parent-Child tables as attached sample pic. I tried it using Matrix as they have put demo projects similar to my requirement but I’m not able to find out how to achieve it. I downloaded Matrix widget and able to put like a tree view but don’t know to how to do configuration for List kind of view.
↧
↧
How to Use External Entity as File Source for File Manager
Trying to download files from an external entity
↧
Change Atlas Core 'popup layout' width & height dynamicly to page size?
Hi, Is there a possibility to make a custom implimentation of the atlas core popup that changes accordingly so whole the page is shown ? (So no need for the user to adjust or scroll through the page to see everything) Please let me know if the my question is not clear. Example : when this popup is opened not all input fields are visible:
↧
About export documentation
Hi there, I would like to use the export documentation as a design document for our projects. However, the contents are randomly arranged. Is it possible to arrange the Microflow and Constant output in alphabetical order? Any ideas? Thanks, Suguru
↧
Outlook to Excel
Hi, We need to move data from Outlook (flat text) to a Excel file. We are receiving hundreds of emails with information about deliveries and we want to track it in a excel file (delivery dates, items, etc,) any idea about how to do it with Mendix? Thanks!!!
↧
↧
Bind external entity
I am binding entities in a listview to display list of files uploaded for a feedback. I have entity feedbackdocuments connected to it. It was working fine when feedbackdocument is a local entity. Now I made this as external entity and binding the same in list view. and getting the below error now. I read the document from mendix. I am using studio pro 9.18 Please suggest the solution. Thanks in advance.
↧
Feedback Widget
I updated my feedback widget per the recommendation and I am getting an error. I get into the feedback mode but it’s just the blinking dot that never takes me to the comment screen.
↧
Calling web service with location override from constant does not work
Hi, I implemented a microflow from which I call the Web Service. the location should be different for different environments, so I overrided the service location from a constant. Locally everything works, when I deploy it I get a 404 error. If I use text instead of a constant, everything works again. What am I doing wrong?Hi, I implemented a microflow from which I call the Web Service. the location should be different for different environments, so I overrided the service location from a constant. Locally everything works, when I deploy it I get a 404 error. If I use text instead of a constant, everything works again. What am I doing wrong? This only works locally: Only this works in the cloud:Only this works in the cloud: (this editor works awesome :). It writes from right to left and I can't insert the second picture) In the second image, instead of @Shipment.IMEXServiceLocation, there is this text: 'https://my.services.com/operation'
↧
Mendix App Repository API
Hi, with the Mendix API and in particular the App Repository API is it possible to return the “changes in model”. I’m able to return the commits okay as shown below (fyi this is just a dummy app) But ideally I want to see the changes within that commit.
↧
↧
How to get selected value from drop down using JavaScript action
Hello, i wrote javascript code in javascript action i am calling javascript action through nanoflow which gets called when user selects dropdown but i am getting error as undefined whenever nanoflow is triggered,
↧
How to create read-only PDFs
Hello all! General: I use the module "Pdf Fill Form Fields" from the Marketplace for reading and writing pdfs. The basic requirement for this is that the PDFs are writable, which means that they are still writable afterwards. I use the module because I have received a lot of templates as PDF from the customer, which unfortunately can not be transferred via “Document template” in Mendix. Problem: Now test protocols are to be created as PDF, which of course must not be editable afterwards. Unfortunately, I haven't found a way to implement this in my research so far. Can someone help me how I can provide writeable PDFs in Mendix read-only? Thanks in advance! Best, Fynn
↧
Sync Data of Active directory or login with LDAP/AD users in Mendix9+ versions Project
I have to create one project that can login using AD authentication or Sync users of “Active Directory” in Project and host it on internal IIS server. I got one “LDAP Synchronization Module” on Mendix Marketplace. But its not working on 9+ version. Is it any way OR link so I can do AD authentication login in Mendix9+ versions project.
↧