Why my email notification give me name of second task same with first task?

I create this workflow using SPD :
 If current item:Status equal Submitted
    assign task to user (user need to complete the form given by admin)
   then start approval process on form with approver
this workflow work correctly however, when I create second task, the e-mail notification that I received give me the first document name. for example, at first, I create 123 as documents name. then after the item being approved, I create another task for
user. the email sent to user and also me, is first document name which is 123, not the second task name. why is this happened?
Cik Benny Lullaby

Hi,
From your description, you create two tasks on one items. In the received email of the second task, it shows the document name but the second task name.
Please check that whether you have set the
Title of the “approval” task as the name of the second task.
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • My friend and I share an iCal calendar through iCloud.  Until recently, we would receive email notifications if either of us made changes to or added an event to the iCal calendar.  Does anyone know why those email notifications stopped?

    My friend and I share an iCal calendar through iCloud.  Until recently, we received email notificiations anytime either of us made changes to exisiting calendar events or added new items to the calendar.  Does anyone know why these email notificiations stopped?

    iCloud was experiencing problems with this a couple of days ago, where many users with shared calendars were getting email notifications even though their iCloud settings did not select to receive them.  Perhaps when they fixed this problem it reverted your settings to not receive email notifications.  Got to iCloud and check your setting for this.  If it still look correct, try turning off email notifications, save the change, then turn them back on again and save the change again.

  • Why does email announcement give wrong URL (iWeb 3.0.2)

    I just completed the first draft of a new site, hosted on mobileMe, using the latest version of iWeb 09, 3.0.2. I accepted the invitation for the program to generate an announcement email, but the URL it generated just pointed to my generic web address on MobileMe, so that a browser using this link picks up the first site on my iDisk, not the new one. I was able to work out the correct URL by adding the specific name of my new site with underscores replacing spaces, and thus alter the announcement email, but why did this happen? I think it may be a bug and have reported it, but maybe it's something I did. Any ideas?

    I just completed the first draft of a new site, hosted on mobileMe, using the latest version of iWeb 09, 3.0.2. I accepted the invitation for the program to generate an announcement email, but the URL it generated just pointed to my generic web address on MobileMe, so that a browser using this link picks up the first site on my iDisk, not the new one. I was able to work out the correct URL by adding the specific name of my new site with underscores replacing spaces, and thus alter the announcement email, but why did this happen? I think it may be a bug and have reported it, but maybe it's something I did. Any ideas?

  • Send email notification including file name and description, when users upload files to particular sub-folders?

    In my site collection i have a document library and document library has customer folder, each Customer folder has 4 sub-folders. i want to send email notification with file name and description to group and users, if they upload any files to Particular
    folder name "Final" not others 3 folders. would it possible to accomplish this solution? if yes please suggest which way i can do that. 
    Note: we have different groups of people, for example Team A and Team B. if files uploaded by any member of Team A, notification should sent to only Team A and specific people not Team B.
    Thanks in advanced for any help!

    Hey Rakib,
    You can add your group and those other people in To field of send mail activity. Have below snapshot for your reference.
    If Current Item URL Contains FolderName (i.e. Final) & Is Current User a member of of Team A
    Send Email to Team A; People1; People2;
    Thanks. Please mark as an answer if it helps.

  • Test my Email notifications  give a response so I can see if I am notified

    Hello,  I do not believe I am getting the proper email notifications for my Apple G4 power Mac and Quicksilver.  Please just do a test reponse so I can see if it works. 
    Thanks

    My first test response for notifications

  • Why do email notifications only come when I'm using ipad?

    Anyone help please? Only when I'm actually using my ipad do I receive notifications. What can I do?

    When your iPad is "asleep" it automatically switches off WiFi to save power. If there is no Wifi connection you don't get notified.  When you wake the iPad up - the Wifi restarts.

  • Receiving unsolicited email notifications

    As I wrote here 81., this morning I started receiving what I now see are email notifications of messages posted in that thread, starting with, and including, my own message #79. Apparently, these messages are associated with my other identity, Claudio_González, which I haven't used in two weeks.
    I know I haven't asked to be notified by email of anything happening in these forums, so I would be very grateful if someone could put an end to this. If this also means removing my second identity, so much the better.
    Message was edited by: Claudio González

    It looks like some emails are not making it to the forums. Here are a couple of messages I sent in recently:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    OK. So the RMID cookie sounds like the culprit here. I've passed that along to folks who should have access to the systems.
    My question is how is the RMID being set? According to the Adobe.com entry for Claudio's account #2 (yesterday), he hadn't used that account in two years. Today it shows last login as today. That is expected, as I sent him the change password info for that account.
    John
    and
    function(){return A.apply(null,[this].concat($A(arguments)))}
    You definitely have two accounts in the Adobe system. An older one with a name and a newer one with an email address as the ID. You used the newer account in the FuseTalk forums, starting on Aug 1, 2006.
    The more I think about it, the less I think that changing the info on the account will help. But give it a try anyway.
    John

  • Email Notification Script is Not Working in Windows Server 2012..

    Dears
    I have Server 2012 and I wants to make new task seclude for email notification, while any user is login to the
    server the server will send notification email about user name and IP address for the user, I have script it is working fine in windows 2008 and it is xml file, but the script is not working in 2012 because in task schedule in windows 2008 there is an option
    called send email but in windows 2012 this option is deprecated, I’m using start program to run the script in PowerShell instead of send email and I configured as an
     end-MailMessage
    -From [email protected]
    -Subject "Email Notification"
    -To [email protected]
    -SmtpServer mail.domainName.com
    But when I use this PowerShell I only receive email notification without any name and IP address, kindly I need
    your support and help, I’m using below script.
    <?xml version="1.0" encoding="UTF-16"?>
    < Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Date>2013-11-27T11:16:32.3962177</Date>
        <Author>Company Name\User Name</Author>
        <Description>RDP Login V1</Description>
      </RegistrationInfo>
      <Triggers>
        <EventTrigger>
          <Enabled>true</Enabled>
          <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="Security"&gt;&lt;Select Path="Security"&gt;*[System[(EventID=4624)]] and *[EventData[Data[@Name='LogonType'] and (Data=10)]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
          <ValueQueries>
            <Value name="IpAddress">Event/EventData/Data[@Name="IpAddress"]</Value>
            <Value name="TargetUserName">Event/EventData/Data[@Name="TargetUserName"]</Value>
          </ValueQueries>
        </EventTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>Company Name\User Name</UserId>
          <LogonType>Password</LogonType>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>false</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>true</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <SendEmail>
          <Server>Name of the Server.com</Server>
          <Subject>RDP Login V1</Subject>
          <To>Sender Name</To>
          <From>Any Email.com</From>
          <Body>Login Alert on ServerName IP : $(IpAddress)  User: $(TargetUserName). Please take necessary action</Body>
          <HeaderFields />
        </SendEmail>
      </Actions>
    < /Task>

    Dears
    I have Server 2012 and I wants to make new task seclude for email notification, while any user is login to the
    server the server will send notification email about user name and IP address for the user, I have script it is working fine in windows 2008 and it is xml file, but the script is not working in 2012 because in task schedule in windows 2008 there is an option
    called send email but in windows 2012 this option is deprecated, I’m using start program to run the script in PowerShell instead of send email and I configured as an
     end-MailMessage
    -From [email protected]
    -Subject "Email Notification"
    -To [email protected]
    -SmtpServer mail.domainName.com
    But when I use this PowerShell I only receive email notification without any name and IP address, kindly I need
    your support and help, I’m using below script.
    <?xml version="1.0" encoding="UTF-16"?>
    < Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Date>2013-11-27T11:16:32.3962177</Date>
        <Author>Company Name\User Name</Author>
        <Description>RDP Login V1</Description>
      </RegistrationInfo>
      <Triggers>
        <EventTrigger>
          <Enabled>true</Enabled>
          <Subscription>&lt;QueryList&gt;&lt;Query Id="0" Path="Security"&gt;&lt;Select Path="Security"&gt;*[System[(EventID=4624)]] and *[EventData[Data[@Name='LogonType'] and (Data=10)]]&lt;/Select&gt;&lt;/Query&gt;&lt;/QueryList&gt;</Subscription>
          <ValueQueries>
            <Value name="IpAddress">Event/EventData/Data[@Name="IpAddress"]</Value>
            <Value name="TargetUserName">Event/EventData/Data[@Name="TargetUserName"]</Value>
          </ValueQueries>
        </EventTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>Company Name\User Name</UserId>
          <LogonType>Password</LogonType>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>false</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>true</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <SendEmail>
          <Server>Name of the Server.com</Server>
          <Subject>RDP Login V1</Subject>
          <To>Sender Name</To>
          <From>Any Email.com</From>
          <Body>Login Alert on ServerName IP : $(IpAddress)  User: $(TargetUserName). Please take necessary action</Body>
          <HeaderFields />
        </SendEmail>
      </Actions>
    < /Task>

  • Email Notification not working Oracle BPEL 10.1.3.1.0

    I'm not able to send out email notification using Email process activity from Component Palette.
    These are the steps that I've followed:
    1. Email/SMTP server configuration details entered in the <SOA_oracle_home>\bpel\system\services\config\ns_emails.xml.
    2. Change the value for EmailAccounts tag NotificationMode = "Email"
    3. restarted JDeveloper and add Email process activity to the bpel process diagram
    4. Entered From Account (EmailAccount Name), To, CC, Reply To, Subject, Body in the Email activity dialog box.
    5. Saved and deployed BPEL process.
    When tested, the email is not sent out, although no errors are shown on Audit tab of the BPEL instance.
    I've tested the connection to the SMTP host from local server on port 25, it works.
    Please advise what I might be missing to get email notification to work
    Thanks very much for all the help :)

    Thanks Charles for all the advise....
    Here is the current status of email notification....
    I could get Manual Workflow task notification emails to work, but the other emails which are setup in the BPEL process using Email activity are still not getting sent out.....
    Please advise what should be the value in the "From" attribute, I've tried using both the Email Account Name as in ns_emails.xml and the valid email address also, but nothing worked.....need your advise to get this working....thanks a lot

  • 5800 XM lost the email notification

    No reason for that: one day it just disappeared, leaving a blank line between the 2 black horizontal separator. I'm running the app with a red @ as icon, which was proposed by the device once started up.
    Please don't tell me to update the software, set the notification as visible, doing a hard reset, as I already did it all this stuff.
    I read somewhere to delete the file C:\private\10202be9\persist which can be found by using X-plore. Again: I did install it, but that folder named private is not shown (shall I think that there isn't any?).
    Does anyone reckon that this issue may be fixable?

    Not sure if this helps but you selecting Email Notification in Nokia Messaging, or in the Home Screen settings? If you're using the Contacts Bar home screen theme, there's an option in Settings->Personal->Home screen->Email Notification, give that a shot?

  • Setting up Email Notification

    I can't seem to get email notification to work. I've noticed messages with similar problems throughout this forum but very little response on how to get it working. I've tried the smtp gateway IP address, full domain name etc... Preferred credentials are set for the node.
    Thanks in advance for any help.

    TCP/IP services must be configured on the OMS machine.
    To configure the service log into OMS as super administrator.
    The management server must be running to define the paging preferences.
    Select configuration > Configure Paging/E-mail > and the configuration screen
    should appear..then enter the SMTP gateway address...then the sender's SMTP
    mail address....then perform a test.
    IMPORTANT!!!
    make sure of the presence of the Paging Server. This component is installed
    with the OMS on Windows NT and 2000 only.
    Start the paging services in windows NT/2000
    or
    Unix > oemctl > start paging
    hth....Denise

  • Send Email Notification - Time Based Workflow

    Hi,
    I have a requirement similar to the ones posted on this thread Re: Send notification on pre-defined date
    but have couple of questions on the logic. Can anyone please suggest a solution for this requirement
    The requirement is to send an email notification to an owner if the Opportunity remains with sales Stage = "Inquiry" for more than 90 days.
    Here's what I tried
    Work Flow Name - Opp Closure - New
    Trigger Event - When New Record Saved
    Rule Condition : Sales stage = "Inquiry" and modified date = Created date
    Action
    Wait -
    Period - 90 days
    Send Email
    Wait 7 days
    Updates Slaes Stage from " Inquiry" to "Closed/Lost"
    The above workflow will take care of New opportunties that are created and never modified
    I am having issues figuring out the logic for modified record
    Work flow Name - Opp Closure - Mod1
    Trigger Event - When Modified Record Saved
    Rule condition : sales Stage = "Inquiry" and <IndexedBoolean> IS NULL or <IndexedBoolean> = "N"
    Action
    Wait - 90 days
    Workflow Name - Opp Closure - Mod2
    Trigger Event - When Modified Record Saved
    Rule Condition : Sales stage = "Inquiry" and <IndexedBoolean> IS NULL or <IndexedBoolean> = "N" and (today()-<LastUpdate>) > 89
    Action
    Wait - 0 days
    Send Email
    Wait 7 days
    Updates Slaes Stage from " Inquiry" to "Closed/Lost"
    Update IndexedBoolean = 'Y'
    But here I am confused about a scenario where after waiting for 90 days when it exceutes Opp Closure - Mod2 and if its been 20 days since the record was last modified, the condition fails and actions do not get executed which is fine but what if the record is never modified after that period and remains in Inquiry status , how will I capture that scenario and execute the workflow actions. Please advise
    Regards,
    SKJ

    Hello SKJ
    Your requirement is to send an email notification to an owner if the Opportunity remains with sales Stage = "Inquiry" for more than 90 days.
    New Record Saved.
    This means even the opportunity can be modified but the sales stage should not change. For e.g. when i create a new record, I can have the sales stage as "Inquiry" and save. At a later date I can modify the description of the opportunity (this would change the modified date), but the sales stage remains at Inquiry. Thus the notification should go 90 days after the sales stage has been set and not since last modified date. Keeping this in mind the condition the rule condition "Rule Condition : Sales stage = "Inquiry" and modified date = Created date" needs to be modified as Sales stage = "Inquiry".
    Coming to Modified Condition:
    Trigger Event - When Modified Record Saved
    Rule Condition : (PRE('<SalesStage>')<>[<SalesStage>] AND [<SalesStage>]="Inquiry") OR ([<SalesStage>]="Inquiry")
    Wait 90 Days
    Revaluate Conditon = 'Y'
    Action Send Email Notification
    Explanation
    When you set the sales Stage as "Inquiry", the condition (PRE('<SalesStage>')<>[<SalesStage>] AND [<SalesStage>]="Inquiry") would be satissfied and then the workflow would trigger. After 90 days if the sales stage is still in "Inquiry", the second part of the condition "[<SalesStage>]="Inquiry" would be satisfied and the email notification would be sent. If the sales stage has been changed to other sales stage, then the condition would fail and the notification would not be sent.
    Regards,
    Paul Swarnapandian

  • Email Notification for substitutes.

    Hi,
    There are five active substitutes maintained for a user in the system.
    The email notification for approval workitem of shopping cart goes to only one of the substitutes.
    I cant figure out why the email notification does not go to the approver himself and also to other substitutes.
    Could you kindly help me by giving your inputs ?
    Thanks a lot
    Bhakti

    Hi,
    resolved : The forward_wi attribute was not set and one user was locked.
    -bhakti

  • N86 email notification on front

    Hi i have just recived my n86 and set up to hotmail and that works great, but i am very anoyed with the fact that it allways show the last recived email on the front menu ,right under hotmail there is a envelope icon and the name of the email ,even though i have read the email ,if i delete it the next will show.
    Allso on my n95 i could chose if i wanted the phone to search for wifi but here i can only shift between minutes.

    yeah I think I have the same problem
    I tried sending two emails from another account on the pc, 'email1' and 'email2'. 'email1' was sent first and the 'email2' shortly after. On the email notification on the front screen of the phone it showed the 1st recieved email ('email1') and did not show the most recent recieved email ('email2'). I thought the front email notification would have shown the most recent email recieved no?
    Then like the opening post when i read 'email1', 'email2' did not show on the front email notification screen, 'email1' was still showing and i had to delete 'email1' in order for 'email2' to show.
    Its as if the email notification on the front screen doesn't sync with the mailbox itself??
    Anyone have any ideas if this is just a simple settings change or if  this is just the way it has to be, would be much appreciated!
    Hope it doesnt sound too confusing lol
    Cheers. 

  • Triggering Email notification in OIM 11g R2

    Hi All,
    Is there a way to trigger email notification only when all retry counts configured for a particular task is completed. In short I need to defer the failure notification untill all retry counts are completed for a task.
    Thanks in Advance.

    Hi All,
    Is there a way to trigger email notification only when all retry counts configured for a particular task is completed. In short I need to defer the failure notification untill all retry counts are completed for a task.
    Thanks in Advance.

Maybe you are looking for

  • Windows identity foundation

    how to install windows identity foundation in windows 10..?? Now have problems with install Microsoft Dynamics AX 2012 Client in 1 terminal with Windows 10, and the installer can't launch because show the next message Windows Update Standalone Instal

  • SM36/37: Specification "After Job" does not work for Daily "periodcity"

    I reviewed http://help.sap.com/saphelp_nw04/helpdata/en/20/2d513897110872e10000009b38f889/content.htm, which states what I am trying to do should work, but it does not. Here's the deal: 1.  I have two jobs: "A" and "B". 2.  "A" runs Daily. 3.  I set-

  • [SOLVED] Unable to update pacman - Catalyst database issue

    Hi there, I have the AMD catalyst drivers installed for Dell 1555 laptop. As they changed their server URL, I updated my pacman.conf as directed in Arch wiki and then added the GPG key with the following commands. # pacman-key --keyserver pgp.mit.edu

  • What happened to the Xraid?

    What happened to the Xraid? its no longer on the apple website? Are they still in production?

  • Please tell me there is a fix to keep backspace key from sticking

    Backspace key constantly sticks and wipes out most if not all I have types. Has done it twice in last couple of minutes while typing these posts or threads. Also, why is typing so slow or behind on 3G, but not so on the 2G.