Questions asked by Florian Hitzhttps://answers.axonivy.com/questions/asked-by/537/florian-hitz/?type=rssQuestions asked by <a href="/users/537/florian-hitz" >Florian Hitz</a>enThu, 30 Jun 2016 15:33:27 -0400Add Role permanently to User programmaticallyhttps://answers.axonivy.com/questions/1854/add-role-permanently-to-user-programmatically<p>Hi
I want to assign a role to a user permanently in my software. And i need to this programmatically.
Can anyone help me out? I tried the addRole function in IUsers but this is just temporary i think.
Best regards
Florian</p>Florian HitzThu, 30 Jun 2016 15:33:27 -0400https://answers.axonivy.com/questions/1854/add-role-permanently-to-user-programmaticallyaxon.ivysecurityCase Management for each Employeehttps://answers.axonivy.com/questions/1701/case-management-for-each-employee<p>Hi
I want for each Employee a Case. How am i able to do that? At the Moment i am iterating through a list of Employee and give each of them a task. At the moment they use the same Case. I am working with the Ivy Task step and a System Task to iterate through.</p>
<p><img alt="alt text" src="http://answers.axonivy.com/upfiles/Unbenannt_avMa5t6.PNG"><a title="Code" href="\C:\Users\Fhi\Downloads/Unbenannt.png">code</a></p>Florian HitzTue, 29 Mar 2016 16:50:38 -0400https://answers.axonivy.com/questions/1701/case-management-for-each-employeecaseGlobale Task Listhttps://answers.axonivy.com/questions/1688/globale-task-list<p>Hi
I would like to have a Tasklist with all Tasks that are allocated to Users, without System Tasks. I tried something, but it wont work: </p>
<pre><code>IQueryResult queryResult = ivy.wf.findTasks(null, PropertyOrder.create(TaskProperty.START_TIMESTAMP, OrderDirection.ASCENDING), 0, -1, true);
</code></pre>
<p>I am getting a PermissionDeniedException.</p>
<p>Best regards Florian</p>Florian HitzWed, 16 Mar 2016 15:55:10 -0400https://answers.axonivy.com/questions/1688/globale-task-listtasktask-queryTask details CMShttps://answers.axonivy.com/questions/1676/task-details-cms<p>Is it possible to adapt the Task details so they correspond to the current language?</p>Florian HitzTue, 08 Mar 2016 14:35:26 -0500https://answers.axonivy.com/questions/1676/task-details-cmstaskcmsGerman p:schedulehttps://answers.axonivy.com/questions/1486/german-p-schedule<p>Hi, do anybody know a js script to transalte a p:schedule into German? I testet this code but it didnt work:</p>
<pre><code><script type="text/javascript">
PrimeFaces.locales['de_CH'] = {
closeText : 'Schließen',
prevText : 'Zurück',
nextText : 'Weiter',
currentText : 'Start',
monthNames : [ 'Januar', 'Februar', 'März', 'April', 'Mai', 'Juni',
'Juli', 'August', 'September', 'Oktober', 'November',
'Dezember' ],
monthNamesShort : [ 'Jan', 'Feb', 'Mär', 'Apr', 'Mai', 'Jun',
'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dez' ],
dayNames : [ 'Sonntag', 'Montag', 'Dienstag', 'Mittwoch',
'Donnerstag', 'Freitag', 'Samstag' ],
dayNamesShort : [ 'Son', 'Mon', 'Die', 'Mit', 'Don', 'Fre', 'Sam' ],
dayNamesMin : [ 'S', 'M', 'D', 'M ', 'D', 'F ', 'S' ],
weekHeader : 'Woche',
FirstDay : 1,
isRTL : false,
showMonthAfterYear : false,
yearSuffix : '',
timeOnlyTitle : 'Nur Zeit',
timeText : 'Zeit',
hourText : 'Stunde',
minuteText : 'Minute',
secondText : 'Sekunde',
currentText : 'Aktuelles Datum',
ampm : false,
month : 'Monat',
week : 'Woche',
day : 'Tag',
allDayText : 'Ganzer Tag'
};
</script>
</code></pre>
<p>i copied this text into my Template.
regards Florian</p>Florian HitzTue, 29 Sep 2015 13:46:33 -0400https://answers.axonivy.com/questions/1486/german-p-scheduleprimefacesPassing parameters with an Ivylinkhttps://answers.axonivy.com/questions/1274/passing-parameters-with-an-ivylink<p>How can i put a parameter in an Ivylink like this:
in.url = ivy.html.startref("Start Processes/Start/start2.ivp");
This link will be called in a mail by a User and starts a process.</p>Florian HitzWed, 22 Apr 2015 09:03:09 -0400https://answers.axonivy.com/questions/1274/passing-parameters-with-an-ivylinkprocessemail