some question about approvals
Hello, all
I have some question about approval in RTC:
1) In RTC approval tracking is there way to delegate approve to another user, something like on behalf of?
2) Is there possible incllude in email template approval field Due date approval?
3) I find option ApprovalReminderNotificationTask , this task for remind overdue approval, but we need the same reminder for actual approval, i.e the user receives emails every day for 10 business days prior to the date for the end of the approval. Is it possible to set this?
One answer
- Not that I am aware of.
- I do not know
- As far as I can tell, you would have to create and deploy a Server extension similar to https://rsjazz.wordpress.com/2015/10/16/due-date-notifier-an-asynchronous-task-example/ to implement your own notification. In this case you could also generate text containing the due date. Note: you would need file system access on the EWM server. In a cloud instance this would require to be deployed by the cloud provider.