Questions Tagged With htmluserdialoghttps://answers.axonivy.com/tags/htmluserdialog/?type=rss&user=Stelt0questions tagged <span class="tag">htmluserdialog</span>enTue, 26 Sep 2017 04:27:51 -0400End Page on User Dialoghttps://answers.axonivy.com/questions/2886/end-page-on-user-dialog<p>Hello Ivy Team,</p> <p>I have a business process starting with an User Dialog, where the user can submit a request. After that the process is doing a lot of background activities and it is assigning tasks.</p> <p>The application is part of the Portal application. Currently, when the user submit the request, he is redirected to the Task List of the Portal.</p> <p>Is it possible instead of redirecting int to the Task List, to show him some Thank You page ? The problem is that this process can be started by users that does not have Ivy user and in this case he is redirected to the Portal Login page. For these users this makes no sense.</p> <p>Best Regards, Yordan</p>Stelt0Tue, 26 Sep 2017 04:27:51 -0400https://answers.axonivy.com/questions/2886/end-page-on-user-dialoghtmluserdialogprocessportalAxon ivy mobile experiencehttps://answers.axonivy.com/questions/1946/axon-ivy-mobile-experience<p>Hello Ivy Team,</p> <p>I want to provide some mobile experience to my users.</p> <p>There are currently 3 approaches in my head:</p> <p>1.Native Mobile Client - Native iOS and/or Android app - no Web View - communicating to Ivy via HTTP - only data returned, no HTML - offline support</p> <p>2.Hybrid Mobile Client - Phonegap or Ionic HTML SPA hosted on the device (web view) - communicating to Ivy via HTTP - only data returned, no HTML - offline support</p> <p>3.Mobile optimized web view - OOTB provided by Ivy web technologies - JSF and PrimeFaces - no offline support</p> <p>Option 3 is the easiest to implement and release, but it has the worse UX. My biggest concern for option 1 and 2 is the security in terms of session management.</p> <p>Witch approach would Ivy Team recommend ? I saw in the documentation about the Offline User Dialogs, but they goes to option 1</p> <p>Best Regards, Yordan Yunchov</p>Stelt0Mon, 08 Aug 2016 10:26:03 -0400https://answers.axonivy.com/questions/1946/axon-ivy-mobile-experiencehtmluserdialogmobilerestError handler redirect to Web Page or User Dialog ?https://answers.axonivy.com/questions/1940/error-handler-redirect-to-web-page-or-user-dialog<p>Hello All,</p> <p>I have an interesting situation.</p> <p>I have a User Dialog with interactions and a bit complex Logic. There is a point in the process where I`m trowing an exception and I want to redirect the user to an error page: <img alt="alt text" src="http://answers.axonivy.com/upfiles/1.JPG"></p> <p>I want to catch the exception in the business process where to do the redirect. Here is the confusing part:</p> <ol> <li> <p>If I redirect to User Dialog, everything is working correctly: <img alt="alt text" src="http://answers.axonivy.com/upfiles/3.JPG"></p> </li> <li> <p>If I redirect to Web Page (JSP from the CMS) it is trowing an error. <img alt="alt text" src="http://answers.axonivy.com/upfiles/2.JPG"></p> </li> </ol> <p><img alt="alt text" src="http://answers.axonivy.com/upfiles/4.JPG"></p> <p>Is this a bug or wrong architecture from my side ?</p> <p>anyway, what is the best practice for managing exceptions in User Dialog`s Logic?</p> <p>Best Regards, Yordan Yunchov</p>Stelt0Thu, 04 Aug 2016 14:38:50 -0400https://answers.axonivy.com/questions/1940/error-handler-redirect-to-web-page-or-user-dialoghtmluserdialogbest-practiceerror-handlingTrigger activity - no taskhttps://answers.axonivy.com/questions/1905/trigger-activity-no-task<p>Hello All,</p> <p>I have a HTML Dialog. In the Logic I use the Trigger activity to call a Business Process. It works, but it creates a task. </p> <p>Is there a way to be invoked immediately and not create and assign a task ? My process is pure server-side logic.</p> <p>Best Regards, Yordan Yunchov</p>Stelt0Wed, 20 Jul 2016 07:48:50 -0400https://answers.axonivy.com/questions/1905/trigger-activity-no-taskprocesshtmluserdialogtaskUsing Modern JavaScript Frameworkshttps://answers.axonivy.com/questions/1828/using-modern-javascript-frameworks<p>Hello Guys,</p> <p>I`m new to the BMP tool.</p> <p>Is there a way to work with modern JS frameworks (jQuery, KnockoutJS, AngularJS, ReactJS..etc.) in the HTML Dialog ? My goal is to "escape from the chains" of PrimeFaces and JSF. I want to be able to keep the client-side logic in JavaScript and the back-end logic in the BPM tool.</p> <p>Best Regards, Yordan</p>Stelt0Tue, 21 Jun 2016 15:47:02 -0400https://answers.axonivy.com/questions/1828/using-modern-javascript-frameworkshtmluserdialogjsfjavascript