Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

Google Map Route Planner for Native Mobile Device?

$
0
0
I found GoogleMapRoutePlanner widget ( https://appstore.home.mendix.com/link/app/105785/First-Consulting/GoogleMapsRoutePlanner ) in the AppStore but it does not seem to support on Native Mobile Device. ( Reference ScreenshotVideo ) On Native Mobile Device, the Maps widget is there in the toolbox panel but it does not seem to support to disply routing path and optimal routing path with waypoints. How can I get any widget or workaround works like GoogleMapRoutePlanner widget?   Thank you all, Yongpyo Jang

Slide Over Content not working

$
0
0
Hello,   I am trying to add “Slide Over Content” option to my toggle region sidebar. But it is not showing the side bar when clicked on the toggle button. Other option “Push Content aside” when used, i am able to see the side bar with contents of the page pushed to the side. Any idea why this issue is coming? as it seems like functionality “Slide Over Content” is broken. Any help to achieve my requirement would be appreciated.   Thanks, Guru

How to execute Odata service and set the value of each Entity linked with 1:N to Object( In one process)

$
0
0
Hi,evryone! I am implementing the process of executing Odata of SAP and getting the result. The target Odata service has 3 related entities (eg 3 entities A, B, C) If A:B and A:C are related by 1:n, is there a way to set the acquisition result to Object in one process when Odata is executed using $expand? By the way, if it is 1:1 related, I got it.

How to apply search filter to List/Datagrid

$
0
0
Hi Team, I am getting data from  external database using Oracle connector in Microflow and displaying , Any suggestions how I can implement search filter to data grid or List data?

How to create microflow for drop down list?

$
0
0
Hello everyone,   I want to display data based on dropdown. I have taken the months attribute of enumeration type in dropdown. I want to display Integer type of data according to selection of months in dropdown. so how to create microflow for this logic.

Date Range in Search bar

$
0
0
Hi, I would like to have a date range search in the search bar. For example, for the ‘Posting Date’ user want to search the data between date range of 23/01/2020 until 15/02/2020.

Native Mobile App

$
0
0
Hi Guys, I need to make Native mobile app but i don’t want use “make it Native”.I want make by native mobile Navigation Profile In same project which  I am using for web.I  am facing some issues when i scan QR code no role defined and how can i defined role basis in native app.One more we can run native mobile app by only in mobile mendix app.I cant able to see my changes in that app. Please suggest me.

How to change Entity attribute Datatype from string to Float/Integer/Decimal?

$
0
0
We are accessing data from Rest API in Mendix. Data is in string format and we want to change its datatype for further graphical implementations. Please find below snapshot while trying to convert string datatype to Integer using Microflow.     While assigning one attribute data to other which is of different type giving below error. I have also tried manual conversion but getting runtime error during conversion. Can you please guide how to parse datatype I am facing above runtime error while parsing Please suggest 

Deep Link module

$
0
0
Hi all, This is Neil from CIGNEX. We have been working on using the DeepLink module and have been able to configure it properly in terms of adding the workflow in startup, creating a new workflow as a trigger for the DeepLink URL, etc. We are calling it from the workflow as suggested on the GitHub and AppStore documentation.  On the Mendix console, we are getting the warning when we hit the URL http://localhost:8080/link/abc : Deeplink with name 'abc' not found. In the name part of Configuration, we have written 'abc' On the WebPage, we are getting below output: Unable to open the requested page The requested path has not been configured or you (Anonymous_) do not have the required permissions to view the object. You can try to navigate directly to the application. Requested url: /link/abc We have literally tried 10s/100s of combinations but are not able to understand what is the exact URL that will be triggering our Workflow given in microflow argument. Please suggest if you can guide us on where we are making a mistake Regards, Neil 

Security API

$
0
0
I am trying to build an API on my app (app1), that will be used in another app. (app2)  I would like to have your advice about security. Here is what i intend to do :  only allow app2 in the enable CORS setting in the app1 Add a constant with a password (String variable)  stored in app1, when app2 is doing a post request it will also send in the body the password, and the microflow in my app 1 will check if the value send is correct. My concern are that someone could “sniff” (man in the middle) the password sent. If my concern are correct how will you do to make it secure? Thank you!

Widget to move from one object to another in list

$
0
0
Hi All, I am working on an application , where i have list of questions that need to be answered by user . I have all the question created already in a Master Entity and i am using this entity to show questions on a page where i have a list showing all question number and data view (listing to list view ) to show the correspond questions . Now i have option to click on question numbers to show the question on right in a data view but i want a button also which will navigate me through the question. Like i am on question 1 and i click next and move to question 2 .    Is their any way by which i can achieve this ?    Thanks  

Maker of the Month Challenge: August | Special

$
0
0
Hello, Makers!   We’re excited to announce the Maker of the Month challenge of August. What is the challenge you might wonder? We'll challenge you with a new challenge based on the new release every month, the perfect opportunity to test and to show off your Mendix skills. Whoever provides the most detailed answer with the best explanation, receives a free fancy Mendix t-shirt and a ‘Maker of the Month’ badge on your developer's profile. This month the winner of the maker of the month will also win a seat at the exclusive live workshop at Mendix World 2.0 given by Hannah Fry, where attendees will gain some valuable insights around data analysis.     Challenge: In the spirit of working with data, we thought we would base this month's challenge to be about a famous number pattern, the Fibonacci series. The challenge is to create a single microflow, which would generate the Fibonacci sequence up to the 10th number in the series.     Here is the expected output of the microflow: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34   Post a screenshot of your microflow, and remember to add annotations explaining the logic. Make sure your Mendix account is public so we know who you are as our next potential first-time winner! The winner will be announced in the next release video.    Good luck everyone, and see you soon at Mendix World!

Can you please provide example how to use Microflow timer?

$
0
0
While adding Microflow timer it is giving an error as Microflow timer should return Boolean? I wanted that below microflow should run or refresh after specified interval of time.   While running Microflow Timer I am facing below issue. I am trying to set Microflow timer for the microflow which calls another Microflow. But facing issue. Please suggest

Is it possible to use wildcards in Assert actions in ATS?

$
0
0
Dear reader, I would like to use wildcards in actions that assert a text. For example in a dialog box. E.g. I would like to check this sentence: “The document with ID 4567 is succesfully deleted”. However, this ID is a variable number. Therefore I would like to know whether it is possible or not to use wildcards instead of this number. Is this possible? Another possibility I thought off, would be to use a combinations of below actions.  Assert Value: :containsText(The document with ID) & Assert Value: :containsText(is succesfully deleted)   Any other ideas?  

Text change to link

$
0
0
Hi, I would like to change the Text to link. When user click on the text (MRO Justification Form ID) it will open the page regarding on what they choose from the auto complete.  

APP Viewing doesn't work

$
0
0
I want to view my app but I keeps showing this message (see pic). I have waited for over 3 hours but still no respond. Can someone please tell me how to resolve this? I am able to edit my app in Studio.      Many thnx in advance!  

Trigger microflow on object creation.

$
0
0
Hi team, Is there a way that i can automatically trigger a microflow when a new object is created in the database and also get that object as a parameter in the triggered microflow? Thnaks, Rahul

please guide how to achieve expected result

$
0
0
i have one entity producer. i want to do some below operations on this. basic create  operation(add).  add data through excel file and for this i refer ‘ https://docs.mendix.com/howto/integration/importing-excel-documents#1-introduction ’ now as per study document u can see below image in personal collection i create one enumeration Producer_excelImporter in personal collection table and i Download the Excel Importer and Mx Model Reflection modules from the Mendix App then Click the menu item for ExcelImportOverview in the navigation of your app’s home page   but i didn’t understand how to connect my table or my producer entity to this procedure how to achieve data import in producer. below i want to add one button which browse excel file and import data and then it will reflect in this table please guide me where i am going wrong or what to do for achieve result

Navigation native profile

$
0
0
Hi guys, I am facing some issues.I am using navigation Profile of Native Profile For Native mobile app.My issues are :- 1.why Anonymous user must in native profile It is not good for security purpose. 2.If i selected user role like i selected user role when i run app in my mobile device it will show web pages instead of Native pages.  

Create a parameter for the past 24 hours in seconds since Epoch

$
0
0
Hello, I’m trying to create a parameter I'm trying to make a microflow with a RESTcall to an API and I have created a parameter which is supposed to be filled with a string that th number of seconds for the past 24 hours since Epoch. I'm trying to make a location for a REST call microflow, but I'm stuck with creating thiS parameter. I would like to have some help to solve this problem. Any help is greatly ppreciated, thank you!
Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>