Shane_White Super IT Monkey ✭✭✭✭✭
About
- Username
- Shane_White
- Joined
- Visits
- 2,246
- Last Active
- Roles
- Cireson Support
- Points
- 1,284
- Badges
- 16
- Last Name
- White
- First Name
- Shane
- Country
- United Kingdom
- Company
- Cireson
Reactions
-
Re: How to Create a Custom Task for one Custom Class
Hi Jan, Try this! app.custom.formTasks.add('<CustomClassName>',"Hello World", function(formObj, viewModel){ alert('Hello World!') }); Example I used: app.custom.formTasks.add('Microso… (View Post)6 -
Re: API CreateProjectionByCriteria
Hi @Lesiba_Malebana , Thanks for posting this to the community, here is an example using the Bulk Edit API! You can also use the Commit API! Just change the workitem Id to the workitem you want to ed… (View Post)2 -
Re: How to add an event to a dropdown list with enum?
Hi @Marius_Dobrzani When do you want the event to fire? When a different selection is made from the dropdown? What about a click event? Thanks, Shane (View Post)2 -
Re: Is there inheritance on support groups when using them as criteria for starting a workflow?
Hi @Michelle_Underw If you do the criteria as Equals you would have to add in each Support Group individually, that's just how it is for the SCSM console. My advice would be if you wanted to do multi… (View Post)6 -
Re: Email format and Service Request
Hi @Josh_Winn If I am understanding what you mean I do not believe this is possible to get all the formatting to apply into the action log and this would need to be raised as a feature request. Howev… (View Post)6