Wolfgang_Schmidt Adept IT Monkey ✭✭
About
- Username
- Wolfgang_Schmidt
- Joined
- Visits
- 86
- Last Active
- Roles
- Customer
- Points
- 53
- Badges
- 6
Reactions
-
Re: Hide "send email" link for AD Groups in Incident
Yes, we found a solution. In custom.js you have to add the following lines: app.custom.formTasks.add('Incident', null, function (formObj, viewModel) { formObj.boundReady(function() { $("#actionL… (View Post)1