Questions asked by dolonghttps://answers.axonivy.com/questions/asked-by/523/dolong/?type=rssQuestions asked by <a href="/users/523/dolong" >dolong</a>enSun, 26 Nov 2017 23:53:25 -0500Period for ivy processes with UIhttps://answers.axonivy.com/questions/3000/period-for-ivy-processes-with-ui<p>I would like to set the period to run any ivy processes with UI. Is there any ivy API to support it without adding the "Program start" element to processes? If not, is there any way to start a process (not callable process) in Java?</p>dolongSun, 26 Nov 2017 23:53:25 -0500https://answers.axonivy.com/questions/3000/period-for-ivy-processes-with-uiprocessportalivyTaskQuery with additional propertyhttps://answers.axonivy.com/questions/2672/taskquery-with-additional-property<p>Hi everyone,</p> <p>I have the issue related to additional property in TaskQuery: Task A doesn't have any additional property and Task B has the "DISPLAY" additional property.</p> <pre><code>TaskQuery stateQuery = TaskQuery.create().where().state().isEqual(TaskState.SUSPENDED).or().state().isEqual(TaskState.RESUMED).or().state().isEqual(TaskState.PARKED); TaskQuery additionalPropertyQuery = TaskQuery.create().where().additionalProperty("HIDE").isNull(); TaskQuery query = TaskQuery.create().where().and(stateQuery).and(additionalPropertyQuery); </code></pre> <p>==&gt; The result of this query is only Task A. I expect that the result is A and B.</p> <p>Do you have any suggestions?</p>dolongTue, 06 Jun 2017 06:25:16 -0400https://answers.axonivy.com/questions/2672/taskquery-with-additional-propertyadditional-propertyivytask-queryResolve language in CMS with default languagehttps://answers.axonivy.com/questions/2381/resolve-language-in-cms-with-default-language<p>Hi Ivy team,</p> <p>AFAIK, if a CMS entry hasn't defined the user's current language, its default language will be used as an alternative one. Default language can be set by ivy.cms.setDefaultLanguage(Locale) but the above CMS entry still uses the old one. Is it the correct behavior?</p> <p>Thanks,</p> <p>Long Do</p>dolongThu, 19 Jan 2017 07:49:51 -0500https://answers.axonivy.com/questions/2381/resolve-language-in-cms-with-default-languagecmsivyIvy data class persistence: Make the java class’s attribute transient?https://answers.axonivy.com/questions/2238/ivy-data-class-persistence-make-the-java-class-s-attribute-transient<p>Hi all,</p> <p>An employee instance will be persisted (Persistent column is yes) in ivy process. Employee java class has a list of profiles but I want to persist the profiles' id instead of profiles and load profiles when call getProfiles() if profiles attribute is null.</p> <p>Do you have any solutions/suggestions?</p> <p>Thank you.</p> <p>Long Do</p>dolongThu, 01 Dec 2016 10:59:01 -0500https://answers.axonivy.com/questions/2238/ivy-data-class-persistence-make-the-java-class-s-attribute-transientivypersistenceHow to get a project's ivy version?https://answers.axonivy.com/questions/1186/how-to-get-a-project-s-ivy-version<p>I would like to compare a project's ivy version to ivy engine's version. Are there any API-s which support it?<br><br> Thank you</p>dolongMon, 02 Mar 2015 11:03:41 -0500https://answers.axonivy.com/questions/1186/how-to-get-a-project-s-ivy-versionivy