Delete object from Branch line and merge back to mainline - conflict
Hi,I created a branch line from the mainline and during a fix in the branch line i deleted an object.How when i want to merge this back to mainline, i get a conflict and an option only to mark as...
View ArticleUnable to download projects on my laptop
Unable to download mendix projects on to my laptop from team server. I get this error: SharpSvn.SvnSystemException: Can't create directory 'C:\Mendix\DigitalRisk_Amplify 1.0-Branched -...
View ArticleDeeplink and Page security
Hi all,We have setup deeplink in our application and we are using it to embed URLs links in emails that we send from our application. Only signed in users can access the deeplink (this is working...
View ArticleSecurity Entity Access page dissappeared
Hi all,I am about to finish my App and wanted to check my Entity Access page. I went MyFirstModule -> Security and then I'm on a page with 4 tabs: Module Roles, Page Access, Microflow Access and...
View ArticleAdding google maps to PDF
Good morning everyone, Is there any way to add google maps to generate PDF within mendix? Not sure if i have missed something obvious here.
View ArticleModeler on Windows Server
Have anyone tried the Modeler on Windows Server?We would like to use Modeler 7.3.0 on Windows Server 2012 R2. But install process aborted. Is there any way to do that?
View ArticleCondition for Visibility
I have a question with regards to Condition for Visibility.I want to make sure that this is only visible when Patient.CareGroupReferral = Acute_Short_Term But when I try this it wont work. What am I...
View ArticleUsing a Mendix oData service from a Mendix app
Hi, I am trying to comsume an oData service (published from a Mendix app) and get an xml result so I can use an import mapping to process the result. When I write the Rest call response to a string, I...
View ArticleBuilding Charts in Mendix using ChartsJS widget
Hi people, I have been trying to build charts using the ChartsJS widget in Mendix. Despite a handful of modules I am still not able to perform this. The idea is to plot a time line displaying the...
View ArticleReturning a list from a java action
I am using a java action to replace some objects in a list. As parameters I have a list of accounts and some account objects that I use for input, as return type I have Type: List and Entity...
View ArticleProcessQueue
We are using the Process Queue to process data sent via a REST service. The rest service is working just fine, and as I go through the microflow that is adding the process to the queue, I get the queue...
View ArticleSidebar toggle on Mobile Device
HiWe're using the sidebar menu - scroll container on a responsive homepage, with the option "Shrink content - initially closed".It's working great on desktop, and tablet, but on a mobile (Samsung) the...
View ArticleWhat is the best way to provide a microflow with an input.
I am trying to write a recursive microflow and hence need to be able to pass an integer as an input everytime the microflow is called. For example in Java one would have int Fibonacci( int num) as a...
View ArticleLocalized DateTimes in Widgets
So I have a page in our app that is displaying Time portions of date-times using a CustomString widget, which is getting the time as a string from a Microflow that is just doing the following:...
View ArticleScheduled event time zone
Good morning all,I have a question on the "Scheduled event time zone" setting, which can be found in any Mendix project under "Settings -> Model tab -> Scheduled event time zone". I have a...
View Articleconvert binary content to file
Hi I am sending the content of a file through a mendix application using a Webservice. Does anybody know how to convert binary content into a new filedocument? thanks HP
View ArticleDB replication process
Please any one explain the DB replicaion process...I have connected to my mssql server and able to map the tables in the db replication module but i am not getting how it is integrated to my app and...
View ArticleHow to display attributes data of an entity in html using custom widget
Hi,I am trying to develope a custom widget,I mapped entity attributes to the xml file but i am unable to get display the attribute values in the html page
View ArticleOQL query in java code
my applicaiton is existing code running on postgres. But now migrated to SQL server. There are database queries in java actions using Core.retrieveOQLDataTable method.But there were errors on...
View Article