Send a notification the Affected User of a Work Item when a containing Activity is updated

Hi Everyone,
I am using SCSM 2012 R2 and I have read widely about how to send am email notification to the affected user of a parent service request or incident when an activity is updated or created, with no success.
Most of the info I have read is years old and I am wondering if it no longer applies to SCSM 2012 R2.
One example of something I have tried is this: http://www.scsm.se/?p=948
This is a perfect example of what I am trying to achieve but when I try and import the management pack after applying the changes in the above listed blog it will not import because of errors.
Am I doing it wrong or is it because R2 does not support the changes outlined in the blog linked to above.
Thanks in advance.

Thanks for your reply.
Yes what I want to do is notify the affected user and assigned to user of the parent incident or service request, when an activity is updated or closed.
I have successfully created a notification that will show all of the content including the affected user details, as well as the ID and title of the parent service request or incident, but it is just not being sent to the affected user or assigned to user.
Following is the management pack xml file that is not working, when I make the modifications suggested by the blog I listed above I get different import errors:
<ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="" xmlns:xsl="">
  <Manifest>
    <Identity>
      <ID>ManagementPack.4ed50994ea2c429b90c35ce575497978</ID>
      <Version>7.5.3079.0</Version>
    </Identity>
    <Name>CSG Activity Configuration Library</Name>
    <References>
      <Reference Alias="EnterpriseManagement">
        <ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Console</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="CustomSystem_Notifications_Library">
        <ID>System.Notifications.Library</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="CustomSystem_WorkItem_Library">
        <ID>System.WorkItem.Library</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="WorkItem">
        <ID>System.WorkItem.Activity.Library</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="CustomSystem_Library">
        <ID>System.Library</ID>
        <Version>7.5.8501.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="SystemCenter">
        <ID>Microsoft.SystemCenter.Library</ID>
        <Version>7.0.8433.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="SystemCenter1">
        <ID>Microsoft.SystemCenter.Subscriptions</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="EnterpriseManagement1">
        <ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Administration</ID>
        <Version>7.5.3079.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
    </References>
  </Manifest>
  <TypeDefinitions>
    <EntityTypes>
      <EnumerationTypes>
        <EnumerationValue ID="Enum.0310a1967d4f45fda23ea464a60b1ef2" Accessibility="Public" Parent="WorkItem!ActivityStatusEnum.OnHold" Ordinal="0" />
        <EnumerationValue ID="Enum.1a178a8e99424d5aa802d8cf11c5a2e6" Accessibility="Public" Parent="WorkItem!ActivityStatusEnum.OnHold" Ordinal="1" />
        <EnumerationValue ID="Enum.68058de61b104017a4d178194de3e488" Accessibility="Public" Parent="WorkItem!ActivityStatusEnum.OnHold" Ordinal="2" />
        <EnumerationValue ID="Enum.283f7ddd56634128830734de08c73640" Accessibility="Public" Parent="WorkItem!ActivityStatusEnum.Cancelled" Ordinal="0" />
        <EnumerationValue ID="Enum.100aa0a706714eec8b7b5c7b990d1e65" Accessibility="Public" Parent="WorkItem!ActivityStatusEnum.Cancelled" Ordinal="1" />
      </EnumerationTypes>
    </EntityTypes>
  </TypeDefinitions>
  <Categories>
    <Category ID="Category.cd3bac78d7554867a0d2ece6caae3924" Value="EnterpriseManagement!Microsoft.EnterpriseManagement.ServiceManager.ManagementPack">
      <ManagementPackName>ManagementPack.4ed50994ea2c429b90c35ce575497978</ManagementPackName>
      <ManagementPackVersion>7.5.3079.0</ManagementPackVersion>
    </Category>
    <Category ID="ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration4337717a_fe4d_4c35_92d1_9f311386c4dc.Category" Target="Template_3eb58722beb54dcb8355a5f2c1b90618" Value="EnterpriseManagement1!ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration"
/>
    <Category ID="Category.c2ae1029246d49aabe06c911e9823189" Target="NotificationSubscription_de9f5679_379c_49bf_9d62_ea4a4dc75fb0" Value="EnterpriseManagement1!Microsoft.EnterpriseManagement.ServiceManager.Rules.WorkflowSubscriptions"
/>
    <Category ID="Category.d7c2355de06a46bda88616c9e15532f8" Target="ObjectTemplate.bf0ef767d6ab49cda47f63183c5ee924" Value="EnterpriseManagement1!ServiceManager.Console.NotificationManagement.NotificationTemplates.Enumeration"
/>
  </Categories>
  <Monitoring>
    <Rules>
      <Rule ID="NotificationSubscription_de9f5679_379c_49bf_9d62_ea4a4dc75fb0" Enabled="true" Target="SystemCenter!Microsoft.SystemCenter.SubscriptionWorkflowTarget" ConfirmDelivery="true"
Remotable="true" Priority="Normal" DiscardLevel="100">
        <Category>System</Category>
        <DataSources>
          <DataSource ID="DS" TypeID="SystemCenter1!Microsoft.SystemCenter.CmdbInstanceSubscription.DataSourceModule">
            <Subscription>
              <InstanceSubscription Type="7ac62bd4-8fce-a150-3b40-16a39a61383d">
                <UpdateInstance>
                  <Criteria>
                    <Expression>
                      <SimpleExpression>
                        <ValueExpression>
                          <Property State="Post">$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Status$</Property>
                        </ValueExpression>
                        <Operator>NotEqual</Operator>
                        <ValueExpression>
                          <Value>{50c667cf-84e5-97f8-f6f8-d8acd99f181c}</Value>
                        </ValueExpression>
                      </SimpleExpression>
                    </Expression>
                  </Criteria>
                </UpdateInstance>
              </InstanceSubscription>
              <PollingIntervalInSeconds>60</PollingIntervalInSeconds>
              <BatchSize>100</BatchSize>
            </Subscription>
          </DataSource>
        </DataSources>
        <WriteActions>
          <WriteAction ID="WA" TypeID="SystemCenter1!Microsoft.EnterpriseManagement.SystemCenter.Subscription.WindowsWorkflowTaskWriteAction">
            <Subscription>
              <VisibleWorkflowStatusUi>true</VisibleWorkflowStatusUi>
              <EnableBatchProcessing>true</EnableBatchProcessing>
              <WindowsWorkflowConfiguration>
                <AssemblyName>Microsoft.EnterpriseManagement.Notifications.Workflows</AssemblyName>
                <WorkflowTypeName>Microsoft.EnterpriseManagement.Notifications.Workflows.SendNotificationsActivity</WorkflowTypeName>
                <WorkflowParameters>
                  <WorkflowParameter Name="SubscriptionId" Type="guid">$MPElement$</WorkflowParameter>
                  <WorkflowArrayParameter Name="DataItems" Type="string">
                    <Item>$Data/.$</Item>
                  </WorkflowArrayParameter>
                  <WorkflowArrayParameter Name="InstanceIds" Type="string">
                    <Item>$Data/BaseManagedEntityId$</Item>
                  </WorkflowArrayParameter>
                  <WorkflowArrayParameter Name="TemplateIds" Type="string">
                    <Item>8b923d68-66e1-6008-c566-803e26cf4707</Item>
                  </WorkflowArrayParameter>
                  <WorkflowArrayParameter Name="PrimaryUserList" Type="string">
                    <Item>6b633364-514a-8e5d-2857-29784d526367</Item>
                  </WorkflowArrayParameter>
                  <WorkflowArrayParameter Name="PrimaryUserRelationships" Type="string">
                    <Item>$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem.Activity']/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAffectedUser'
TypeConstraint='CustomSystem_Library!System.User']$</Item>
                    <Item>$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='WorkItem!System.WorkItem.Activity']/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAssignedToUser'
TypeConstraint='CustomSystem_Library!System.User']$</Item>
                  </WorkflowArrayParameter>
                </WorkflowParameters>
                <RetryExceptions />
                <RetryDelaySeconds>60</RetryDelaySeconds>
                <MaximumRunningTimeSeconds>7200</MaximumRunningTimeSeconds>
              </WindowsWorkflowConfiguration>
            </Subscription>
          </WriteAction>
        </WriteActions>
      </Rule>
    </Rules>
  </Monitoring>
  <Templates>
    <ObjectTemplate ID="Template_3eb58722beb54dcb8355a5f2c1b90618" TypeID="CustomSystem_Notifications_Library!System.Notification.Template.SMTP">
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Subject$">&lt;3081&gt;Manual Activity Work Item ID: [$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$]
- Related SR ID: [$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$] - An activity related
to your service request has been updated&lt;/3081&gt;</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Priority$">2</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/IsBodyHtml$">True</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Content$">&lt;3081&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
&amp;lt;html xmlns="" xmlns:m="" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;style&amp;gt;&amp;lt;!--
* { padding: 2; margin: 2; }
body p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333;} 
.contentTable td { ; margin: 0; padding: 3px 7px 4px 7px; border-bottom: 1px solid #E9E9E9;;}   /* TOP, RIGHT , BOTTOM, LEFT   */
.formHeader td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold}
.formlabel { background-color:#E9E9E9; width: 200px; font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:10pt;  color: #616a76; font-weight: bold;}
.formBody { font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:10pt;    color: #000; }
.HeaderText { padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.2em; }
.redTextBig {color: #990000; font-weight: bold; font-size: 1.2em;}
.redTextSmall {color: #990000; font-weight: bold;}
.greenText {color:#009933; font-weight: bold; font-size: .8em; }
.lightGreyText {color:#999999 }
--&amp;gt;&amp;lt;/style&amp;gt;
&amp;lt;title&amp;gt;SR-Created - User&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;table  class="contentTable" style="width: 100%" cellspacing="0" cellpadding="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="background-color:#E9E9E9; padding: 5px 5px 5px 20px;"  class="HeaderText"&amp;gt;An activity related to your service request has been updated&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="background-color:#FFFFCC; padding: 15px 10px 15px 20px;" &amp;gt;&amp;lt;p class="redTextBig"&amp;gt;** Please note the Support request system has changed **&amp;lt;/p&amp;gt;
  &amp;lt;p class="greenText"&amp;gt;All communication related to this request must now be done via email.&amp;lt;br/&amp;gt;
   You can update this support request with comments by &amp;lt;span class="redTextSmall"&amp;gt;replying to this email&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;
   For this to work you &amp;lt;span class="redTextSmall"&amp;gt;MUST NOT edit the subject of the email.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;
  &amp;lt;p&amp;gt;If you have any questions please contact us at &amp;lt;strong&amp;gt;[email protected]&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
 &amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;table class="formHeader" style="width: 100%; background-color:#ECF0FF; border-bottom: 1px #C0C0C0 solid" cellpadding="7px" cellspacing="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="width:300px; padding: 7px;"&amp;gt;&amp;lt;p&amp;gt;Activity Priority:
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Priority$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style="width:360px; padding: 7px;"&amp;gt;&amp;amp;nbsp;  &amp;lt;/td&amp;gt;
  &amp;lt;td style="padding: 7px;"&amp;gt;&amp;amp;nbsp;  &amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;table style="width: 100%" class="contentTable" cellspacing="0" cellpadding="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Assigned Technician&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAssignedToUser' TypeConstraint='CustomSystem_Library!System.User']$?$DisplayName$?
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Activity Title&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Activity description&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Description$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt; Activity Category&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Area$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Created Date:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/CreatedDate$
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt; Organisation: &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
&amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" background-color:#FFFFCC; padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Status:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Stage$
&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 9px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;
  Service Request Title:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$
 &amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;
  Service Request Details:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Description$
&amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td class="formlabel" colspan="3" style="padding: 7px;"&amp;gt;&amp;lt;p class="lightGreyText"&amp;gt;Last Modified: $Context/?$LastModified$?&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/3081&gt;</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Encoding$">utf-8</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/SeedClass$">System.WorkItem.Activity.ManualActivity$7ac62bd4-8fce-a150-3b40-16a39a61383d</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Protocol$">SMTP</Property>
    </ObjectTemplate>
    <ObjectTemplate ID="ObjectTemplate.bf0ef767d6ab49cda47f63183c5ee924" TypeID="CustomSystem_Notifications_Library!System.Notification.Template.SMTP">
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Subject$">&lt;3081&gt;FROM WORKFLOW - Manual Activity Work Item ID: [$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$]
- Related SR ID: [$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$] - An activity related
to your service request has been updated&lt;/3081&gt;</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/Priority$">2</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template.SMTP']/IsBodyHtml$">True</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Content$">&lt;3081&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
&amp;lt;html xmlns="" xmlns:m="" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;style&amp;gt;&amp;lt;!--
* { padding: 2; margin: 2; }
body p {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #333;} 
.contentTable td { ; margin: 0; padding: 3px 7px 4px 7px; border-bottom: 1px solid #E9E9E9;;}   /* TOP, RIGHT , BOTTOM, LEFT   */
.formHeader td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-weight:bold}
.formlabel { background-color:#E9E9E9; width: 200px; font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:10pt;  color: #616a76; font-weight: bold;}
.formBody { font-family: Verdana, Arial, Helvetica, sans-serif;   font-size:10pt;    color: #000; }
.HeaderText { padding: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.2em; }
.redTextBig {color: #990000; font-weight: bold; font-size: 1.2em;}
.redTextSmall {color: #990000; font-weight: bold;}
.greenText {color:#009933; font-weight: bold; font-size: .8em; }
.lightGreyText {color:#999999 }
--&amp;gt;&amp;lt;/style&amp;gt;
&amp;lt;title&amp;gt;SR-Created - User&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;table  class="contentTable" style="width: 100%" cellspacing="0" cellpadding="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="background-color:#E9E9E9; padding: 5px 5px 5px 20px;"  class="HeaderText"&amp;gt;An activity related to your service request has been updated&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="background-color:#FFFFCC; padding: 15px 10px 15px 20px;" &amp;gt;&amp;lt;p class="redTextBig"&amp;gt;** Please note the Support request system has changed **&amp;lt;/p&amp;gt;
  &amp;lt;p class="greenText"&amp;gt;All communication related to this request must now be done via email.&amp;lt;br/&amp;gt;
   You can update this support request with comments by &amp;lt;span class="redTextSmall"&amp;gt;replying to this email&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;
   For this to work you &amp;lt;span class="redTextSmall"&amp;gt;MUST NOT edit the subject of the email.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;
  &amp;lt;p&amp;gt;If you have any questions please contact us at &amp;lt;strong&amp;gt;[email protected]&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;
 &amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;table class="formHeader" style="width: 100%; background-color:#ECF0FF; border-bottom: 1px #C0C0C0 solid" cellpadding="7px" cellspacing="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style="width:300px; padding: 7px;"&amp;gt;&amp;lt;p&amp;gt;Activity Priority:
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Priority$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style="width:360px; padding: 7px;"&amp;gt;&amp;amp;nbsp;  &amp;lt;/td&amp;gt;
  &amp;lt;td style="padding: 7px;"&amp;gt;&amp;amp;nbsp;  &amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;table style="width: 100%" class="contentTable" cellspacing="0" cellpadding="0"&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Assigned Technician&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='CustomSystem_WorkItem_Library!System.WorkItemAssignedToUser' TypeConstraint='CustomSystem_Library!System.User']$?$DisplayName$?
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Activity Title&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Activity description&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Description$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt; Activity Category&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Area$
 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Created Date:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/CreatedDate$
&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt; Organisation: &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
&amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" background-color:#FFFFCC; padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;Status:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;
$Context/Property[Type='WorkItem!System.WorkItem.Activity']/Stage$
&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 9px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;
  Service Request Title:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Title$
 &amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #C0C0C0 solid" class="formlabel" valign="top"&amp;gt;&amp;lt;p&amp;gt;
  Service Request Details:&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px; border-bottom: 1px #E9E9E9 solid" class="formBody" valign="top"&amp;gt;&amp;lt;p&amp;gt;
$Context/Path[Relationship='WorkItem!System.WorkItemContainsActivity' SeedRole='Target' TypeConstraint='CustomSystem_WorkItem_Library!System.WorkItem']/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Description$
&amp;lt;/p&amp;gt; &amp;lt;/td&amp;gt;
  &amp;lt;td style=" padding: 7px;" class="formBody"&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
 &amp;lt;tr&amp;gt;
  &amp;lt;td class="formlabel" colspan="3" style="padding: 7px;"&amp;gt;&amp;lt;p class="lightGreyText"&amp;gt;Last Modified: $Context/?$LastModified$?&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
 &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/3081&gt;</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Encoding$">utf-8</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/SeedClass$">System.WorkItem.Activity.ManualActivity$7ac62bd4-8fce-a150-3b40-16a39a61383d</Property>
      <Property Path="$Context/Property[Type='CustomSystem_Notifications_Library!System.Notification.Template']/Protocol$">SMTP</Property>
    </ObjectTemplate>
  </Templates>
  <LanguagePacks>
    <LanguagePack ID="ENU" IsDefault="false">
      <DisplayStrings>
        <DisplayString ElementID="ManagementPack.4ed50994ea2c429b90c35ce575497978">
          <Name>CSG Activity Configuration Library</Name>
          <Description>Use this one the other one is corrupt</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.0310a1967d4f45fda23ea464a60b1ef2">
          <Name>On Hold Customer</Name>
          <Description>Waiting for the customer</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.1a178a8e99424d5aa802d8cf11c5a2e6">
          <Name>On Hold IT</Name>
          <Description>Waiting for IT</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.68058de61b104017a4d178194de3e488">
          <Name>On Hold Supplier</Name>
          <Description>Waiting for Supplier</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.283f7ddd56634128830734de08c73640">
          <Name>Cancelled No Response from Client</Name>
          <Description>If we are waiting for something from the client and they do not respond in time.</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.100aa0a706714eec8b7b5c7b990d1e65">
          <Name>Cancelled Duplicate Activity</Name>
        </DisplayString>
        <DisplayString ElementID="Template_3eb58722beb54dcb8355a5f2c1b90618">
          <Name>CSG MA: Updated</Name>
          <Description>Email for updates to a Manual Activity
MUST add SeedRole='Target' after WorkItemContainsActivity' with spaces around it
Must type it in manually
Related SR info comes from Contains Activity</Description>
        </DisplayString>
        <DisplayString ElementID="NotificationSubscription_de9f5679_379c_49bf_9d62_ea4a4dc75fb0">
          <Name>CSG MA: Updated</Name>
          <Description>Sent to Stephen, Assigned to &amp; Affected User
Affected user not receiving
Needds MP XML edit see blog
No Queue
Status Does Not = Pending</Description>
        </DisplayString>
        <DisplayString ElementID="ObjectTemplate.bf0ef767d6ab49cda47f63183c5ee924">
          <Name>CSG MA: Updated - for workflow</Name>
          <Description>Email for updates to a Manual Activity
MUST add SeedRole='Target' after WorkItemContainsActivity' with spaces around it
Must type it in manually
Related SR info comes from Contains Activity</Description>
        </DisplayString>
      </DisplayStrings>
    </LanguagePack>
    <LanguagePack ID="ENA" IsDefault="false">
      <DisplayStrings>
        <DisplayString ElementID="Enum.0310a1967d4f45fda23ea464a60b1ef2">
          <Name>On Hold Customer</Name>
          <Description>Waiting for the customer</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.1a178a8e99424d5aa802d8cf11c5a2e6">
          <Name>On Hold IT</Name>
          <Description>Waiting for IT</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.68058de61b104017a4d178194de3e488">
          <Name>On Hold Supplier</Name>
          <Description>Waiting for Supplier</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.283f7ddd56634128830734de08c73640">
          <Name>Cancelled No Response from Client</Name>
          <Description>If we are waiting for something from the client and they do not respond in time.</Description>
        </DisplayString>
        <DisplayString ElementID="Enum.100aa0a706714eec8b7b5c7b990d1e65">
          <Name>Cancelled Duplicate Activity</Name>
        </DisplayString>
        <DisplayString ElementID="NotificationSubscription_de9f5679_379c_49bf_9d62_ea4a4dc75fb0">
          <Name>CSG MA: Updated</Name>
          <Description>Sent to Stephen, Assigned to &amp; Affected User
Affected user not receiving
Needds MP XML edit see blog
No Queue
Status Does Not = Pending</Description>
        </DisplayString>
      </DisplayStrings>
    </LanguagePack>
  </LanguagePacks>
</ManagementPack>

Similar Messages

  • Human Workflow is not sending Email notifications to AD users

    Hi,
    I'm trying to send email notification to the assigness from workflow. If I use the weblogic users with email attributes, Its sending mails. But once I switch to AD and use the AD users it's not. I have made the AD provider to be the first in the list and also able to login to the worklist app using the same user. Problem is that it's not sending mails.
    Can anyone please help soon.
    Regards,
    Thejas

    Can you explain what are AD users and how they are created(APIs)?
    Please check that the user exists in wf_local_roles table.
    select name,notification_preference, email_address from wf_local_roles where name = <AD Username>
    In order to send email notification, the user/role should have the proper email addresses and notification preference set to MAIL* i.e MAILHTMl, MAILHTM2, MAILATTH, MAILTEXT..etc

  • * Can We Send Email Notifications Only using User Task in Oracle BPM ?? *

    Hi All,
    Can we send any email notification to initiator, only from Oracle BPM User / Human task without using any notification activity.
    Is it possible to send email notifications using BPM User task alone.
    Any Help appreciated.
    Regards
    Satya

    Hi Satya,
    To send an email to the person who initiated the work item instance in the process when the instance reaches a human task:
    1. Ensure that the id of person who initiated the instance is stored in the process predefined variable called "creator".
    2. In the Interactive activity's input data mapping, map this "creator" process predefined variable to the corresponding "creator" attribute in the human task's execData.
    3. Open the human task -> click the "Notification" tab -> click the "+" icon in the upper right -> on the new row added to the bottom of the list, leave the task status dropdown set to "Assign" and change the recipent (the middle column) to "Initiator".
    Dan

  • The Notification Center Yosemite primary user does not work in my Macbook pro and the other users if it works.

    The Notification Center Yosemite primary user does not work in my Macbook pro and the other users if it works. How can I fix it?

    The Notification Center Yosemite primary user does not work in my Macbook pro and the other users if it works. How can I fix it?

  • How to send messages to the specified user through sap

    how to send messages to the specified user through sap

    Hi Santosh,
    try:
        CALL FUNCTION 'TH_POPUP'
             EXPORTING
                  CLIENT         = SY-MANDT
                  USER           = BNAME "User you want
                  MESSAGE        = MSG "text you want
             EXCEPTIONS
                  USER_NOT_FOUND = 1.
    Regards, Dieter

  • I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all.

    I had to do a complete system restore on my computer and now I am having issues getting all my music back. It's telling me that my account is in use with a different user but I'm the only user on my computer. When I go to sync it, it wants to delete all my music and ringtones. What should I do? I don't want to loose all my items.

    When in recovery mode you can't backup the iPod.
    You will have to restore via iTunes. See:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • I am on OS X and i am having problems sending pictures from the new pictures app via email.  when i hit the sharing button i have the option to send via iMessage or Facebook but the email option is ghosted and can't be checked off.  any suggestions?

    I am on OS X and i am having problems sending pictures from the new pictures app via email.  when i hit the sharing button i have the option to send via iMessage or Facebook but the email option is ghosted and can't be checked off.  any suggestions?

    I've resolved my problem now.  It wasn't iphoto: preferences:@ that I needed but iphoto:preferences:general where there is the option to choose email for sending photos.  Can't believe I missed that before.

  • Obsolete and batch users can receive work items

    Dear Experts,
    Currently, we have found a problem that obsolete and batch users can receive work items by manual forwarding from someone. The roles and responsibilities of obsolete users were removed and users have been locked. For Batchuser, it's only created for some certain job with limited roles.
    Could you help advise if this's a behavior of workflow or it's from some authorization problem? We have concern for business impact since no one is really handling work items and important messages are out of sight.
    Thank you very much in advance.
    Regards, Kae

    Hello,
    This is standard behaviour. It is even possible to send work items to users who do not yet exist (e.g. someone who is due to join the company).
    The easiest way to workaround is to set up a substitution for any users that get locked and for background users. Personal substitutes can be maintained directly in table HRUS_D2, you could possibly write your own maintenance transaction for this if it is to be an ongoing issue.
    Hope that helps,
    Mike
    Message was edited by:
            Mike Pokraka

  • HT5622 The Game Center used to work with my Apple ID before I updated to iOS 7.4, I used to play multiple player with EA Real Racing 3 game but it doesn't work at all and every time I tried to go to the Game Center it's just blank, even to the settings no

    The Game Center used to work with my Apple ID before I updated to iOS 7.4, I used to play multiple player with EA Real Racing 3 game but it doesn't work at all and every time I tried to go to the Game Center it's just blank, even to the settings nothing!

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Go to Settings>Game Center and sign out and sign back in
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             

  • The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes

    The application maps is not working. When I try to run it opens for a few seconds with a blank screen and then closes.

    Try a reset by pressing the home and sleep buttons until you see the Apple logo, ignoring the slider. Takes about 5-15 secs of button holding and you won't lose any data or settings.

  • HT4972 I have an iPod touch 3rd generation with IOS 4.2.1 and the newest version of iTunes.  However, when I press "check for updates" it says that IOS 4.2.1 is the current version.  How do I update?

    I have an iPod touch 3rd generation with IOS 4.2.1 and the newest version of iTunes.  However, when I press "check for updates" it says that IOS 4.2.1 is the current version.  How do I update?

    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

  • TS4268 I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the l

    I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the first login screen.

    I just hit the home key very fast 3 times and it worked. Glad to see that someone suggested this to another person with a mini. My gremlins are all gone.  Yea to the forum .......Marci 73361

  • OIM 9102: Send Email Notification to other user in a task

    I created a process in OIM. In this process exist a Task: Manager Process. When this task will be completed for the user that be assigned. In the Notification Tab are able to send a email notification to a Assign User, Requester User, User or User Manager. But i need to send a email notification a other user different to them, for example: juan.perez, this user is in OIM.
    I have read the following documents:
    1.- http://docs.oracle.com/cd/E10391_01/doc.910/e10363/promgt.htm#BCECFGEJ
    2 .- How to Send an Email Notification Upon User Creation via the Admin Console [ID 780394.1]
    3.- OIM: An Example of Email Notification and Configuring it With a Resource Object Provisioning [ID 457836.1]
    4.- Sending an Approval Notification Email with a Link Directly to the Approval Request? [ID 748447.1]
    Or exist some way to do this, through java code.
    I'm using oim 9.1.0.2 BP18 running on OC4J 10.1.3.5 on AIX 6.1 64-bit clustered install with two nodes, Oracle Database 10.2.0.4 on AIX 6.1 64-bit on RAC.

    Hi
    You can use OIM email API to send an email from the java code. You can attach code on post creation user using entity adapter. Every time a user is created the email is triggered.
    Here is the sample:
    public EmailUtility(tcDataProvider dataProvider) {
              this.dataProvider = dataProvider;
              emailOper = new tcEmailNotificationUtil(dataProvider);
              System.out.println("Email API instantiated successfully...");
         public String sendEmail(String fromAddress, String toAddress, String body,
                   String subject) {
              emailOper.setBody(body);
              emailOper.setFromAddress(fromAddress);
              emailOper.setSubject(subject);
              emailOper.sendEmail(toAddress);
              System.out.println("Email sent!" + subject);
              return SUCCESS;
    Regards
    user12841694

  • I am having issues sending email from the apple mail application. reciving works but somtimes it takes an hour to send if at all. any thoughts?

    I administrate an office and we switched to macs very recently. Now the problem I am having is one of the workstations will send emails but very slowly and it sometimes it doesn't send at all through apple mail. It work fine through gmail client but this client needs to use apple mail and it just won't send it will recieve messages flawlessly. Any ideas? This is the only computer having problems with this!

    Hi Cdarnell,
    Here is an article with some good troubleshooting steps for issues sending mail through OS X Mail app:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Have a good one!
    - Ari

  • How to access other user's inbox work items?

    Hi,
    I have to view what all work items are avaialble in a particular user's inbox. How to achieve this?
    Is it possible?
    -Nick

    Hi Nick,
    So you would need all the other users inbox items to be displayed in your SBWP rite?
    You can do this by substitution. Please follow the below steps.
    Go to SBWP of the user whose inbox you want to see.
    SBWP -> settings -> office settings  ->  Substitution -> Add ur inbox in the substitute field and substitute all authorizations .(Check for the End date as well).
    You need to follow the same for all the other users.
    After this, Log in your SBWP and check if you are able to see all the user's inboxes or not.
    Thanks,
    Nick S

Maybe you are looking for

  • My $20 to the person who can write this simple script for Fission

    Here is what I need to automate. I don't care if it's an Apple Script, or an Automator work flow - whatever - just so it will work with my present setup. Once I test it and it works, I'll send $20 to the first person who can help me. Script needs to

  • File Not Found in illustrator

    Hello everyone... I am running on a windows 7 computer with ID CS6. When I try to click an .AI or (illustrator).EPS link in ID- illustrator says "File not found". So the only way I can open it in Illustrator is to go to the actual folder and drag it

  • BIP: Upload error (Invalid BI Publisher Security model SBL-RPT-50532)

    Hi, We have Siebel 8.1.1.5 running and having trouble integrating with BI Publisher 10.1.3.4.2 . I have setup and configure BIP as per the instructions. When we try to upload reports from Reports - Standard Templates View, getting the following error

  • Conversion agent mapping

    Does conversion agent or XI provide any out of the box mapping content to map conversion agent's EDI XML schema and IDOC XML? For example is there a mapping content (in CA or XI) between EDI_MSG_850_Purchase_Order and Orders.Orders05?  If so where ca

  • How come my songs download as MP4 instead of MP3?

    I have gone into Preferences > Advanced > Importing and selected the MP3 option but the songs are still downloading as MP4 files. When I try the Burn to MP3 CD option, I receive a message stating these files can't be converted to MP3. I want MP3 file