Hi all, My app has a top bar which holds a dropdown div container to show users their notifications. As there are several types of notifications they are displayed in a list view with visibility settings changing what the user sees depending on the notification type. The page itself has a microflow timer which refreshes the current account dataview every minutes this will also refresh the notifications. I am getting an “error occured” message and the error in the chrome console (not coming up in live log for some reason) is this: I’ve checked the domain model permissions and all of the access rules that effect the Notification.NotifcationType have Read or Read/Write. The same is true for the associations between Account and the Notification entities. Here is the domain model for reference. Each area of the app creates a “notification” and an event handler then creates a “NotificationDetails” object for each relevant person. This allows our users to confirm they have read each notification. The access rules for Account are set to [id = $currentUser] for native/hybrid app reasons. (if that makes any difference). Any help would be much appreciated :)
↧
An error occurred while evaluating visibility expression
↧
How do i upload a super cool widget to the app store
How do i upload a super cool widget to the app store
↧
↧
XPATH for showing matches
Hi! I want to make a xpath on 1 of my pages. I only want to see the matches where my name is. Because now i can see also other people their matches. See screenshot! Pls need some help
↧
Regarding Data Context Widget
In the Rapid crash course 6.6.1 they have explained how to set the Entity Path and condition for visibility. But when I am doing in a similar way I am not able to select any entity path and also not able to edit the condition for visibility. Show the data view options in the condition for visibility is also not selective. Attached the screenshot. Anyone can suggest me how to resolve the issue?
↧
Using Amazon SNS Service to send texts
Hello, I am trying to use the Amazon SNS service to send texts. It is currently set up on the old website, however I am now transferring the functionality to an app on Mendix. I was unsure if I should use the Amazon SQS or Amazon S3 module and what steps I should take towards adding this functionality. Thanks!
↧
↧
Navigation Menu
I want to know how I can create a navigation profile ?
↧
custom css and studio pro 8.9
Does anyone know why my custom css file is not being picked up in 8.9. It all worked fine in 8.8.1 until I upgraded. My custom css file is there with the correct code and i’m using calypso to inject into my Localhost, but doesn’t show in the browser. What has changed please?
↧
Reference Selector Values Populate Depending on Another Reference Selector in Same Data View
I have a form where the user will create a session (see below). The form has a reference selector to pick an available program (also see below) and a host (the host will be a zoom meeting host, see below) however only people associated with the selected program will be allowed as host. The association is correct because when I retrieve users, I get all users instead of just the ones that associated with the selected program (I assume this is because session is an empty object when it comes in) . How would I go about populating the list but with only hosts that are of the selected program type? There is a “Selectable Objects” tab where I can set constraints but since it is a value I am referencing from a reference selector instead of a “hard coded” value, I would need to have the constraint (for a database or XPath) value be a variable or pass the returned list to the second reference selector (which I have found no way of doing). Reference selectors do not have a “Listen to Widget” data source. I tried setting the on change event to save (thinking it might update the current object and allow for options specific to widget but that didn’t work. Also tried the event set to calling a microflow to get the data however that data would go no where since the second reference selector does not know of that data. I am thinking maybe build a JavaScript action and add a nanoflow but I think I might run into the same issue. How would I go about setting up that widget to accomplish this task?
↧
Make It Native App Error: We can not detect Medix Studio Pro
I am trying to run a demo Native Mobile app on iPhone. My local machine and mobile phone both are on the same network and app is running in mendix studio pro without any errors. Any help is appreciated.
↧
↧
Unable to create Custom Widgets
I am doing Crash course of Mendix and while trying custom widget option I am unable to get desired results after executing “yo mendix” command. Section 11.3.3 Training Info .yo repository is being created by the command and it complains that folder is not empty. Step1: Empty directory D:\Training\Mendix\Code\CustomWidget\ShiftCalendar>dir Volume in drive D is Apps Volume Serial Number is B086-EA0E Directory of D:\Training\Mendix\Code\CustomWidget\ShiftCalendar 05/14/2020 08:00 AM . 05/14/2020 08:00 AM .. 0 File(s) 0 bytes 2 Dir(s) 152,257,298,432 bytes free Step2: yo mendix D:\Training\Mendix\Code\CustomWidget\ShiftCalendar>yo mendix Generator, version: 2.2.5 Issues? Please report them at : https://github.com/mendix/generator-mendix/issues The directory is not empty and we cannot detect a widget. If you are creating a new widget, please open the generator in an empty folder. If you want to upgrade a widget, make sure you are using the generator in a widget folder. Step3: Error because directory is not empty D:\Training\Mendix\Code\CustomWidget\ShiftCalendar>dir Volume in drive D is Apps Volume Serial Number is B086-EA0E Directory of D:\Training\Mendix\Code\CustomWidget\ShiftCalendar 05/14/2020 08:01 AM . 05/14/2020 08:01 AM .. 05/14/2020 08:01 AM .yo-repository 0 File(s) 0 bytes 3 Dir(s) 152,257,298,432 bytes free
↧
Unable to use demo users without AppCloudServices
Hi Mendix Community, Due to AppCloudServices bugging out on Mendix 8, I removed it from my Mendix app. However, it now turns out that I cannot use demo users because mxclientsystem/AppCloudNavigation/AppCloudNavigation.js is used for demo users to work. I would have expected a core part of Mendix project setup to not rely on optional app store content which may not always be present (and regret taking the step forward to use Mendix 8, after a lot of work getting the app to work and look proper again). Is there any way to fix the issue of demo users not working without AppCloudServices? If I try add AppCloudServices, I get errors from the java code included in the module due to missing java libraries. Edit: Took a look at AppCloudServices on the App Store again – it was made for Mendix version 6.10.1, and I cannot download it for Mendix 8. Thanks in advance! Best regards, Andreas
↧
How does widgets comminucate with each other?
Currently, I have three custom pluggable web widgets, Diagram Editor A, Button B, Table C. Because I can not get the instance of other widget, how to manage the state of temporary data between widgets How can I implement the functionality like these: Use mouse to create a node in Diagram A → A emit a Arrary data like [{ name: ‘xx’ }, { name: ‘xxx’ }] → Table C receive the data, and update the context Click Button B → Trigger function in Diagram A Can I inject a global variable like __MOBX_STORE into window to manage the temporary state? Thks.
↧
How to do the Line feed?
i want to divide the string to three lines, how to do it ?
↧
↧
Is the feedback widget in the Mendix developer portal a Mendix widget? I hope so.
Is the feedback widget in the Mendix developer portal a Mendix widget? I hope so.
↧
Import mapping Error
Hello, I want to use an API. So I used the activity “Call Rest” and I choosed “Apply import mapping” as response handling. I have no result as you can see in the picture. I think this is an import mapping issue. May you help me to fix it? Thank you
↧
issue in installing mendix studio pro
Hi , I am not able to install mendix studio pro on my PC , as my PC is 32 bit. can anyone help me telling which version of mendix studio is compatible to x32 systems.
↧
Trigger Microflow on single selection in datagrid.
I either need a grid with single click + single selection + microflow (setting the selection to an object) or a listener that automatically calls a microflow whenever the selection changes. The problem with a single click is that it requires no selection, but I need single selection for the New/Edit/Delete buttons.
↧
↧
expand tabcontainer
Hi there, how is it possible in css to expand the tabs in the tabcontainer to 100% automatically? At the moment all tabs are on the left.
↧
Working with associations
Hi everyone, I´m currently having problems trying to figure out how to make this and maybe one of you could help me. I would really appreciate it. So I´m currently trying to associate some customers orders with their faults. So one order can have multiple faults. At the end I want to se how many faults I have for a priority level. It should look like this : (this is what I aim to have). One problem that im facing is that im trying to put a column of the faults in the Customer Order Page Overview, but it doesn´t show an option when I click on select attribute(maybe because it is a parent?). Then this is what I currently have.
↧
After Signout not going to desired home page
Hi Everyone, I am using Pull to Refresh Widget in my Hybrid Mobile Online page. After refreshing the page, I could not remove the session by sign out action (Showing in logs as could not remove session because of background actions), hence showing default Mendix page(attached pic) instead of our desired home page. If no refresh signout works fine and landing into our desired home page. Please give suggestions how to remove session and landing to our desired page. Thanks in Advance
↧