I've created a Task List in my app web with a custom content type based on task. I want to be have an email sent when an item is assigned to someone.
Looking around it seems that adding EmailAssignTo="TRUE" to the List element in Schema.xml should do the trick however I see the following:
Warning 1 The 'EmailAssignTo' attribute is not declared.
EmailAssignTo doesn't seem to be documented by Microsoft. Am I going about this the wrong way?
element or as a child element?
– Stevangelista Apr 24 '17 at 11:15element. Have deployed to my dev site and packaged and tested on live site. It just doesn't work.
– Euan Apr 24 '17 at 11:44