For the last couple of weeks, I have had no problems committing. Yesterday and today when I committed from desktop I received no error message and the teams server shows that the app committed. But when I open the app in the web modeller, even though it shows the current date, it is the old version, not the one I just committed. What am I missing? (Version 7.18)
↧
Comite from desktop to team server not working
↧
Track location
How can I track user location in mobile application background ?
↧
↧
Card IO Scanner issue - App is not triggering scanner
I am trying to use Card IO Scanner for my mobile application. I created a link in the navigation which will call a microflow and micro flow creates a CreditCardDetail_2 object and call the page which contains the cardScanner1 widget. I used PhoneGap build the ASK file for android and provided the plugin as mentioned here (https://github.com/simo101/CardScanner). While running the app in the real device, its not triggering scanner and I am just seeing the blank screen. Can you please let me know if I am missing anything here? Please find the screenshots.
↧
How can I perform code reviews in the modeler?
Hello Support, I would like to establish a code review process for my Mendix developer, we have several developers and I want to make sure that they all follow the naming conventions, standards, etc. Do you have any functionality or tool to perform these? These reviews are incorporated to developer UIs like Visual Studio using TFS or GitHub but I am not sure now Mendix satifies this requirement. Thanks
↧
Tree View Widget Questions
I am using below tree view widget because my entities are non persistent https://appstore.home.mendix.com/link/app/38862/ITvisors/Tree-view-widget I have below questions Is there a setting/attribute to Collapse all Tree Nodes? At present 1st level nodes are expanded by default Can I show expand icon on leaf node and the icon should disappear if user clicks on it?
↧
↧
Regex tester vs Regex in Mendix
Hi, I encounter the following problem with Regex. I have an application that validates the (trimmed) phone number in a microflow using an isMatch and the following Regex; ((?:\+|00)[17](?: |\-)?|(?:\+|00)[1-9]\d{0,2}(?: |\-)?|(?:\+|00)1\-\d{3}(?: |\-)?)?(0\d|\([0-9]{3}\)|[1-9]{0,3})(?:((?: |\-)[0-9]{2}){4}|((?:[0-9]{2}){4})|((?: |\-)[0-9]{3}(?: |\-)[0-9]{4})|([0-9]{7})) When I copy the phone number from iPhone Contacts in the field and try to save that I fails on the split with the Regex. When copying the value of the attribute in a Regex tester it shows a positive result. Does anyone know if this has something to do with iPhone Contacts?
↧
Custom access rule visibility for input widgets
I am working on a project module that's titled Training Management. It lets a user sign in using default user role, using custom built APIs for employee authentication provided by the organization. Module's functionality includes adding users, training categories and trainings. When adding trainings, user must add trainer for a specific training, which is stored in Trainings entity as shown in the attached figure of Domain Model. When the trainer to a specific training is logged in, he should be able to mark attendance using 'Attendance' radio buttons input widget on the details page. Details page is similar for all users, and attendance radio buttons should not be visible to users other than trainer. I want to match current logged-in user's ID with the ID of trainer that I have stored in the database, and if they match, radio button input widget should be visible, otherwise not. Note: I already have used xPath constraint that matches current user with trainer in DB but I cannot seem to get it working. XPath used: [Skills_Improvement_Mgt.Attendees_Trainings/Skills_Improvement_Mgt.Trainings/Trainer='[%CurrentUser%].Name']
↧
month-from-dateTime in XPath constraint
I have entitiy with non-localized date attribute. I'm trying to retrieve data with date in chosen month so I used xpath constraint as a start:
[month-from-dateTime(StartDate) = 9] In DB i have those dates: I should be able to retrive 3 of 4 objects and yet the only one I get is date 2018-09-13. Changing constraint to month earlier gives me other 3 rows so my conclusion is that this constraint doesn't consider beginning of month. Does anyone know this problem?
↧
Request handler for changing the language of the landing page having anonymous user.
Hi Team, In our app we have a landing paging with user-role anonymous. We would like to change the language in this page based on the language set to the browser. I have gone through few post on this like https://forum.mendixcloud.com/link/questions/12362 , https://forum.mendixcloud.com/link/questions/23192. But if using widget it is overriding few files and don't want to happen. The other one is we need to write request handler for this. Modeler version which we are using is 7.16. Can anyone help me how to achieve this using a request handler as I am not pretty much good? Thanks in advance
↧
↧
Mindsphere connection module
Im interested into connecting a mendix application to mindsphere in order to retrieve data. Is there any modul available?
↧
SMS Api integration
How to integrate Nexmo sms api in mendix using java call?
↧
how to have single sign-on enabled for mendix apps with help of custom openid connect based oauth provider (instead of using mendix authentication)??
We have a requirement wherein we would want mendix to check for authorization / authentication from our own custom openid connect component that has been developed inhouse instead of mendix authentication system. Is this possible? if yes, is there is a sample / example for this implementation ??
↧
Making Mendix a custom SSO IDP provider for 3rd party apps
Hi there We have a requirement to enable SSO for an application that embeds 3rd party content into our Mendix application. The idea is that the user logs in with their Mendix account credentials and this authenticates on the other system. We have the SAML module implemented, but that seems to only allow you to make Mendix the SP and not the IdP. In our scenario the Mendix system should act as the SAML IdP and the 3rd party should act as the SP. Is this possible? I can only see that the reverse is possible using the Mendix SAML module. We are implementing this in 7.18. Regards
↧
↧
SharpSvn client through proxy
Hi I installed Mendix Modeler for the first time yesterday. I'm behind a corporate firewall / NTLM proxy. I could successfully download a sample project template and get it running locally. But I'm unable to upload it tot he version control server using `Project > More Versioning > Upload to Version Control Server...` An error occurs at the `Add project directory` stage and here is the stack trace:
SharpSvn.SvnException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/87ae48e8-02f4-4caf-90ff-c024bd397191/trunk' ---> SharpSvn.SvnException: Connection timed out
--- End of inner exception stack trace ---
at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets)
at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path, SvnCheckOutArgs args, SvnUpdateResult& result)
at SharpSvn.SvnClient.CheckOut(SvnUriTarget url, String path)
at Mendix.Modeler.Utility.ActionUtil.TryNTimes[TException](Action action, Int32 n, Int32 sleepBetweenTries) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Utility\ActionUtil.cs:line 19
at Mendix.Modeler.VersionControl.SvnConnector.Checkout(Uri urlToCheckout, String targetProjectDirectory) in C:\jenkins-ci\workspace\AppStudio3.0-Build\modeler\Mendix.Modeler.Core\VersionControl\SvnConnector.cs:line 123 From what I gather in https://stackoverflow.com/questions/16581050/how-to-use-a-proxy-in-the-sharpsvn-client , SharpSvn uses the proxy settings configured in HKEY_CURRENT_USER\Software\Tigris.org\Subversion. I also have TortoiseSVN installed (for my other development work) and I don't have problems checking out and committing with TortoiseSVN. I also ran a Wireshark trace briefly, and I couldn't see any attempts by Mendix Modeler to connect to the proxy. regards Francois Botha Mendix Modelere v 7.18.0 (this version isn't listed below!) build 39395
↧
Required fields in bold or with *
Hi, what is the easiest way to indicate for a user that a field is required? One option is to set "font-weight: bold;" in style. Can a * be added automatically when a field is set "required"? Are there other options? Is there a way to define the style of a label of a required field once in the CSS, and let the CSS find out when to apply it? How? Can the text box property "required" trigger a specific style? Any other suggestions? BTW: I have validations implemented that enforce required values in fields: that is not the problem. I want to indicate to the user that certain fields are required, to prevent that he gets annoying validation messages.
↧
iPad: white screen
Hi All, Our site does not render on iPad. I have removed the navigation profiles, keeping just the Responsive one. The site has a homescreen that is accessible to all visitors and has just some HTML and a login button. All other (android) devices show the page just fine. Rendering the site shows a white display and the page title just displays 'Mendix'. Anyone seen this behaviour and has some info on how to fix this issue? Thanks!
↧
Database connection authentication-error
I tried setting up a connection between Mendix and my local MySql-database. On first sight I think it does what it's supposed to do, but trying both the DatabaseConnector-module and java as a microflow seem to return the same authentication-error. The error I get is displayed below: An error has occurred while handling the request. [User 'Anonymous_36e8f3aa-eb0b-4e69-8dc6-4647a1b0fc12' with session id 'dfdbe0d0-a7e9-4637-84d5-b267c7445dba' and roles 'Administrator'] From what I see here I conclude that the current user isn't set at a specific user (which isn't weird as i'm not currently using users), but I'm not sure if this is a user from Mendix or my MySql-database. Furthermore i don't know why having an anonymous user would give an error if that user has 'Administrator'-rights as displayed in the error. I think it is a Mendix user judging by the username and id. Any help in solving this would be greatly appreciated.
↧
↧
Can I convert desktop pages to mobile pages?
Hi, I have an app developed for desktop. Now the customer is asking for mobile responsive. Is there any easy way to build mobile pages from existing desktop pages? Thanks in advance. Thanks, Venkatesh.
↧
com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: LocalFileSystemStore:: File does not exist for key: c9c27deb-2cc1-4d33-be16-6debf52ee7f8
Hi all, I have one microflow which is using JavaAction(Export To Excel) to generate excel file. I am exporting the data using JavaAction to Excel file. In my local instance, it is working fine and generating an excel file. But in live system, when the user tries to generate the excel file, it is giving the error. The error is as follows. com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: LocalFileSystemStore:: File does not exist for key: c9c27deb-2cc1-4d33-be16-6debf52ee7f8 How to resolve this error. Please let me know as soon as possible. Thanks in advance. Thanks, Venkat
↧
Running mendix app from eclipse in mx7.16
I run into some troubles when running my mendix app from eclipse (in order to debug some java actions). Does anyone recognize the error and what can you do about it? I already check the ports and those should be okay.
↧