Regional Number formatting
I am currenty working for Dutch project and currently facing 1 problem. Standard number formatting is let's say 1,234.56 where dot(.) represents decimal and comma(,) represent grouping. Now we want...
View Article"Run in the cloud" button is greyed out
Downloaded the modeller and tried to upload an app to the free cloud. Apparently, I can only run it locally. The "Run in the cloud" button is greyed out. See below.
View ArticleReading JSON file using Import Mapping Method
Hi All, I am uploading the JSON file and expecteing it to store in the Mendix database using Import Mapping. The data is not imprted for attached JSON snippet. The entity structure is starting from...
View ArticleI want to access mendixsystem$attribute entity and list the attributes of...
1. I want to access attributes of mendixsystem$attribute and mendixsystem$entity from modelller.2. How can I display the attributes of MyRepository.FirstEntity in a dropdown. Admin selects the...
View ArticleOffline app does not show login page when anonymous usage is enabled
When I enable anonymous users, the offline app no longer shows the login page but attempts to use the anonymous session. This is not correct because the anonymous role does not have access to any...
View ArticleBefore commit microflow executed twice
I configured a before commit event for an image entity. Whenever a new image is uploaded and saved (standard save button) the before commit microflow is executed twice. Does anyone have idea why? How...
View ArticleMPK , MPR , MDA
HelloI have MPK and MPR file, both seem to solve the same purpose. Opening MPK will extract files and open mpr in modeler.If i onyl have a MPR file and i double click on this, it seems to do same and...
View ArticleA3 Bad user error when using Mendix app "IMAP/POP3 incoming email"
Hi everyone,In a project of mine i am experiencing problems when using the "IMAP/POP3 incoming email" module. With this module we want to retrieve emails from Outlook and create Email objects in our...
View ArticleHybrid App use of local users
Hi, I'm pretty new with mendix, and i have a very basic question (I think). Been searching the forum but cannot seem to get the right answer. So:- I'm building an hybrid app with anonymous access, so...
View ArticleProblem with Mendix 7.2: java.lang.IllegalArgumentException: Global...
Hi,We have a critical problem in multiple projects since updating to 7.2. Before 7.2 everything worked fine.We cannot (yet) reproduce this error in a fresh project, but it goes wrong in all of our...
View ArticleHow to restore a local database including the files?
Hi all, I am familliar with how to restore a database to my local environment using Postgress, however I am unsure how to restore my files (like images and such) from my cloud based DB to my local...
View ArticleAdding a list to an object
I've created a shopping cart where products can be placed in. Inside the shoppingcart there is one button to add all of the products inside an order.When the "Bestellen" button is clicked the following...
View ArticleUsing Xpath constraint to only show user's own data to user: why can the user...
I got an app in which users can add orders. I created an association between Order in the Management module and Account in the Administration module: Order_Account.I use access rules of the entity...
View ArticleUsing the feedback widget in a layout
I use the feedback widget in a layout. Does this have advantages or disadvantages? Will it have impact on the performance?
View ArticleFeedback Widget
Hii have downladed feedback widget and trying to configure its properties.I am aware about the APP ID that we have in mendix app, from where do i get project ID for the feedback widget. Is it same as...
View ArticleMigration PostGresSQL to SQL
HI I need to migrate postgressql dump to SQL database and then use this SQL database for my mendix applicaiton. I see so many posts blogs on this, its slightly confusing1. Is there out of box way to...
View ArticleMicroflow does not receive all data when sending a POST.
I'm sending the following json post action: Part of my Model: My publish and update microflows: Account contains no more than the Account_ID and the request is empty when the json object is send. How...
View ArticleRunMicroflowAsyncInQueue not working anymore
While rebuilding a part of our model I noticed during testing that this Java action is no longer working. The microflow is scheduled and the logs tell me that the microflow is executed, however the...
View ArticleInvoice visibility
Hello everyone, I’ve got a small question regarding the visibility of products placed on an order/invoice.A customer is able to buy multiple products from multiple retailers at the same time.What we...
View ArticleFlat file importer not importing records
I'm using the flat file importer and 5900 records out of 6000 will import with no problem. i even changed the whole data model to all strings to make sure it wasn't a conversion issue. The problem is...
View Article