Hi, Is there a way to start with an empty test environment? I want to clean it (package and database). Kind regards, Sonny van Rein
↧
How to empty test environment?
↧
Dynamic values
Hello All, I need to realise an application. Therefore I want to make a schedule where different things can be scheduled. I search on internet but don't know how i can realise the following things: When i make a new schedule there must be three options in an NewEdit: 1. individual conversation 2. lesson 3. Assessment When i select option one, i want to select a teacher and a student by a dropdown. When i select option two, i want to select a teacher and a class. And for option 3 also something different. So these things must be dynamic. Can anybody help me out, because I don't know that function to use for this.
↧
↧
How to compare the contents of a "plain" appstore module with the version in my app
Why do we have to bump our nose before we listen to good advice? Anyway. Today I ran into a typical beginners error for which of course we had been warned. Changes we made in the send-email microflow were overwritten by installing a new version of the emailtemplate module. We've solved the issue and in this case we know what we had changed. My question is what would be a pragmatic way to find out the difference between the plain module and the modified version? After replacing the appstore module, the version history just shows that the module and its elements have been deleted and new versions of it have been added.... (I know how to avoid the situation in future, that's not the question.) (Edit 6-6-2018) I know how to avoid it for new situations. However I just want to check our previous work.... One solutions is going through the history. But how can i find all the changes related to e.g. "forgotpassword" without going through all the revisions one by one?
↧
Windows Authentication for Database Connector
Hi All, We have recently downloaded Database Connector from Mendix App store to connect another database from our Mendix application. Started using SAL authentication and it works fine for me. Is there any way I can use SQL authentication within Database Connector module to connect another Database from my Mendix Application? Any help would be much appreciated. Thanks, Nags
↧
Preparing the Logic for the Data Import
Hi, Does anybody knows how to fix the microflow because i got a error when i try to do the steps. How can you create a microflow with variable unformatted type string. 4 Preparing the Logic for the Data Import As an enumeration is used for the OrderStatus attribute, a microflow needs to be created to determine the enumeration value of the attribute based on the input from the Excel file. Create the following microflow and name it IVK_ParseStatus. Set the Return value as follows:
if $Unformatted = 'open' then MyFirstModule.OrderStatus.Open
else if $Unformatted = 'processing' then MyFirstModule.OrderStatus.Processing
else if $Unformatted = 'complete' then MyFirstModule.OrderStatus.Complete
else MyFirstModule.OrderStatus.Complete
Save the microflow.
↧
↧
Odata SAP connection
Hello, I've a question about the Odata SAP connector. There is something changed in the upload for XML odata file from SAP, new step 3 see screenshot Now we have the problem that we not can create a MPK file Options before the change What are the action for the new way ???
↧
Terminate microflow from another microflow
Hello, Is there a function in the Mendix 7 Server Runtime Api that allows me to terminate a microflow by passing the name of the executing microflow? I am trying to terminate a microflow from another microflow based on some logical checks
↧
Uncaught fatal error in SAML module
Mendix Modeler V6.7.1 SAML2.0 V1.9.5 compatable for Mendix modeler v6.2 and above Issue: When we tried to use toggle button to Activate the "IDP Configuration" its throwing "Uncaught fatal error from thread [MxRuntimeSystem-action-dispatcher-85] shutting down ActorSystem [MxRuntimeSystem]" in Modeler console and We cant able to perform any action in application. Please help to resolve this ASAP Steps we followed We have downloaded SAML module from Mendix appstore Included SAML startup microflow into already existing after Startup microflow We have included SAML overview snippet in the navigation and gave permission to administrator We have configured 'SP Configuration' tab and uploaded metadata file When we tried to use toggle button to Activate the "IDP Configuration" its throwing "Uncaught fatal error from thread [MxRuntimeSystem-action-dispatcher-85] shutting down ActorSystem [MxRuntimeSystem]" in Modeler console and We cant able to perform any action in application.
↧
Mendix Calendar Widget
Hi, In my application I have a page where I can create rooms. I also use the calendar widget to create events. When an event is made, you have to choose a specific room, where the event will take place. What I want to achieve is that when the chosen room already is used at a certain timeframe, an error message shows up saying: 'this room is already in use at this time'. How can I achieve this? Nico
↧
↧
order viewing
am creating an ordering app but i need to create a micro flow that helps clients view there orders only.
↧
allocating
hello, i need to create a micro flow that helps the administrator allocate an employee to a client in order to deliver a service but i just can't figure it out.help
↧
Ck Editor issue- While I am pasting table content from excel to Ck-editor, It is coping double time.
Hi While I am pasting table content from excel to Ck-editor, It is coping double time as below screen shot. so please guide me how can I resolve this issue.
↧
Issue with the download of XML file in Mendix 7.15.1
Hello everyone, I'm working on some export functionality and I have a problem with the downloading of XML document so I can't see the data that I exported and downloaded from the app. Workflow is simple: Retrieve data, export data in the XML (File document entity) and download this XML (Mendix download activity). Problem is that I can't find any source of downloaded data on my machine so I'm asking for some help here. I checked settings for blocking popups of the browser (I allowed download for the localhost). Also while I was debugging the microflow I saw that my XML is not empty (It has 378 kb) so it is not clear to me why this is not working. Any idea about this maybe? Thanks in advance, Kind regards, Aleksandar Alempic
↧
↧
DatePicker issue
Hi, I am using DatePicker widget in our app. It is working fine as expected but the calendar icon is not getting displayed when we run app in devices(iOs/ android.) When we run the same in local machine (chrome), it is visible. Appreciate a prompt response Thanks&Regards Salma
↧
XPath compare date only for datetime filed
Hi, What is a simple way in Xpath to compare only the date part of the datetime field? Is there a way/function to get only the date part, otherwise i can think of is to set end of day time (23:59:59) on the input (in this case my comparison is db_datetime_field < input) Thanks Shannon
↧
How to reset the security rules to default
Hi, i want to reset the security resault to default. Is this possible?
↧
Dynamic table - Entering and saving data
I'm working on creating an hour registration app, which requires you to provide how many hours you worked on what projects throughout the month. The idea is to create a table wherein an employee can enter his hours. The x-axis (left to right) has all the days. The y-axis (top to bottom) has all the projects. This results in a table of the size "days-per-month" x "number-of-projects". Using a save button, these hours are written to the database, and your hours for the month are saved. Furthermore, using an "Add" button, you should be able to add a row to add another project to your table. In essence, I'd like a dynamic table. See also the example below for the general idea of the table. Enter Mendix: As far as I've seen, Mendix contains a simple table function with a limited possible number of rows/columns, which is not what I need. I've tried a couple of ways to get this done, but those ways didn't lead me anywhere close to the solution I described. This leaves me with two questions: - Is there a functionality within the table widget (or other widgets) that I somehow missed, which would make this possible? - If not, do you have any pointers on how this could be realized using micro-flows?
↧
↧
Reset Database to Empty
Hello friends, I'm a bit of a noob so please excuse the question if it has been answered before. I'm trying to find a way to reset the database inside an app to the initial state when an app if first created. Is there a command or procedure one can run/do to have the app recreate an empty database? Thank you, Jeff G
↧
ipa rejected when uploading to appstore
Hi, I have an iOS app generated with phonegap (cli 7.1.0) which works fine. However when I upload the ipa-file to iTunes Connect I get the following errors. ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon20x20'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon29x29'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon40x40'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon57x57'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon50x50'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon72x72'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon76x76'" ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon83.5x83.5'" ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0." ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0." ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0." WARNING ITMS-90704: "Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via App Store Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information." I don't want to mess with the ipa file, so the only valuable thread I found was this: https://forums.adobe.com/message/10114481?tstart=0#10114481 This thread however says all should be fine with cli-7.1.0 Any ideas ?
↧
Error: with Please re-select allowed rules
Hi, I got a error message: Please re-select allow rules, Document Page=ExcelimportOverview Module=Myfirstmodule. I still don't get it where i need to change something to solve the error. Does anybody know what to do, and tell which steps i need to take.
↧