How to add a task to notification

Hi all,
Can anyone please tell me with the parameters to be passed to add a task to a PM notification
Thanks in advance,
bharathi.

hi,
pass code group and task processor.

Similar Messages

  • How to add multiple tasks to the worklist view?

    Hi,
    We are creating a view based on our BPM process and we are using OBPM 11.1.1.4. We do have 2 human workflow tasks in the process.
    While creating views in the worklist we are able to add only one task is there a way to add multiple tasks to one view?
    Thanks a lot for the help in advance.

    Hi Mikael,
    First of all, which Project Server version do you use?
    I'd like to be sure to correctly understand your concern. You would like to have more than 1 task list in your project site, am I right? I'm a bit confused since you talk about both project site and project center.
    First notice that the default task list is related to the project Schedule, ie when a task is updated in the project, the list will be updated accordingly.
    With Project Server 2013, I could open a project site, navigate to "site content", select the task app and create a new task list. This new list will be created as a blank list not related to the schedule neither the default task list.
    Note that there is a list setting which triggers wheither or not the list link will be added to the navigation menu of the left side (list settings, List name, description and navigation).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to add one task in manager task list in CRM

    Hello,
    I have one scenario like when the user status is changed in service request then manager should get one email notification and that one task should be added in the manager task list.
    To send the email I have configure the Action profile and its working fine, but thing is that I not able to create the task so that manager can see this in his/her 'My Open Task' area. For this do I need to configure any workflow or some thing else.
    Any idea will be help full.
    Thanks
    Subhankar

    Solved by my self

  • How to add the task bar containing some icons in to CM01 program

    hi there Gurus,
    i checked the program CM01, and found that all are include programs.
    now i would like to add some icons insides, such as sort, sum up etc.
    how could i do that?  please some one guide me.
    thanks

    hi there...
    u can do this... the way out is the use of customer exits.... search for a 'screen exit' in CM01 program, and simply put ur code in it....
    you can locate a proper customer exit in se81 transaction.
    For ur info, customer exits are hooks provided by SAP in their standard programs for the programmers to put in there own code as per the client requirements. they dont affect the standard code but simply addon another functionality.
    they are just like inheritance in oops.
    do reward if helpful or get back for further info.

  • Reg: How to add Quotation No. in Notification Details.

    Hi Experts,
    I created a Quotation using BAPI, now I want to assign that Quotation to Notification No.(IW52).
    That field is in Display mode, So I cant use BDC. I used "BAPI 'BAPI_ALM_NOTIF_DATA_MODIFY"  & 'BAPI_ALM_NOTIF_DATA_ADD' to update the Quotation but it is not working.
    Please Help me.

    Hi Vijay,
    Thank you for your Answer.
    It is also not working. Please tell me how to pass Quotation No. or sample code.
    Regards,
    Bala

  • HOW TO ADD SNABASE TO SHOW NOTIFICATION AREA ICONS

    HELLO
    I HAVE a CLIENT COMPUTER WINDOWS 7 with his 2010
    I SET UP THE SNABASE SETTING
    THE SERVICES IS RUNNING
    BUT IN THE OLD VERSION I SEE THE ICON OF SNABASE IN THE TRAY NEAR THE CLOCK
    now IN WINDOWS 7 I DO NOT SEE THE ICON IN THE notification area 

    The icon only shows up in the notification tray when SnaBase is configured to run as an application. The default setting for a HIS client is for SnaBase to run as a Windows service. If you go back to the HIS Configuration Tool and change SnaBase to run as
    an application, you will get the icon. Once you are in the Configuration Tool, go to common settings and then click the Advanced button. In the Advanced settings, you see the option to run as an application.
    Thanks...
    Stephen Jackson - MSFT

  • What are the attributes available on Task Status Notification?

    Hi,
    I need to send the information below when a task is completed or rejected. So I would like to know if they are available. I think so because I've got them from Task Status Notification (OIM standard email definition). If not, what are the attributes available on Task Notification?
    <Tasks.Task Name> is <Task Details.Status>.
    <Task Details.Status>
    <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    Thanks,
    Renato.
    Hi,
    I have implemented some java code to workaround the problem below... But I don't believe this does'n work in OIM :-):-):-):-) Please, tell me if you are using task status notification in OIM and if your email defintion has the variables below.
    Thanks,
    Hi,
    One of OIM email templates is Task Status Email Notification. I am trying to notify the user (Notification tab) using this template but it didn't work. Even when I set the Object Name and Process Name values for an email definition, it does not work.
    How have you implemented task status notification in your workflows? I think if this template exists in OIM, by default, so it is posible to have the information below during notifications.
    I think I'll have to call Oracle's Support.
    =======================================================
    Subject: Process task <Tasks.Task Name> is <Task Details.Status>.
    Body:
    The Process task <Tasks.Task Name> is <Task Details.Status>.
    The details of this process task are as follows:
    Process Task Name: <Tasks.Task Name>
    Process Task Status: <Task Details.Status>
    Resource Name: <Resource.Resource Name>
    Target User: <Users.First Name> <Users.Last Name> [<Users.User ID>]
    Assigned to: <Task Information.Assignee First Name> <Task Information.Assignee Last Name> [<Task Information.Assignee User ID>]
    Response Code : <Responses.Response>
    Response Description : <Responses.Description>
    Error Details : <Task Details.Reason>
    =======================================================
    As I've said, the e-mail was sent but in blank:
    The Process task is .
    The details of this process task are as follows:
    Process Task Name:
    Process Task Status:
    Resource Name:
    Target User: []
    Assigned to: []
    Response Code :
    Response Description :
    Error Details :
    Is it possible to have those fields available on notifications?
    Thanks,
    Edited by: Renato.Guimaraes on 23/10/2009 08:05
    Edited by: Renato.Guimaraes on 24/10/2009 15:57
    Edited by: Renato.Guimaraes on 26/10/2009 13:31
    I didn't get any answer until now.. Below it is what I've done.
    a) Create an entity adapter that is assigned to the post-update of the Specific Task Info data object.
    b) Select the task information searching by SCH_KEY, for example (I have to do more tests)
    SELECT
    sch.sch_key, sch.sch_status, sch.sch_note, mil.mil_key, rsc.rsc_data, rsc.rsc_desc
    FROM
    osi, sch, mil, rsc
    WHERE
    mil.mil_key = osi.mil_key and
    osi.sch_key = sch.sch_key and
    sch.sch_key = ? and
    rsc.rsc_key = osi.rsc_key
    c) Load the e-mail definition template and replaces the fields
    d) Sends the e-mail
    With that I solved another problem: I have to send an e-mail always the assignee adds a note to the task.
    Edited by: Renato.Guimaraes on 28/10/2009 08:51. How I did that
    Edited by: Renato.Guimaraes on 12/11/2009 12:19
    Edited by: Renato.Guimaraes on 13/11/2009 07:22 Changed the Thread Subject

    Hi Experts,
    I want to extend my doubt a little more.
    I have a requirment  as below.
    User will enter a range of Date say 01.06.2011 to 25.06.2011.
    I need to show him data in two columns one cloumn for the entered day range and second column for prevoius month date rangei.e(01.05.2011 to 25.05.2011)
    can i achive this without  using Customer Exit.
    Regards
    Laxman

  • Add task to notification from within the customer enhancement

    Is there a function module that will add a task to a notification from within a customer exit?  I've tried to use a BAPI within QQMA0014 (Save Exit) , but this interferes with the processing of the notification.  The imported internal task table for the exit can be manipulated, but I am not sure how, or what, needs to be present and would prefer using a function module.
    Thanks,
    Brian Basch

    Brian,
       I would activate the change document for the custom fields which will act as a trigger for a custom event(Even better than creating a generic event based on create / change notification) that would be tied to a simple single step standard task pointing to a create Task FM. I would use the exit on SAVE to update the custom fields for the task(You will have to enhance your BAPI to update the custom fields if you don't want to use this exit).
    Regards
    Narasimhan

  • How to add new fields in collaboration tasks?

    Hi experts,
    Currently, by default, we are able to see in the collaboration tasks rooms fields as "Subject", "From", "Sent Date" , "Due Date" ,
    "Status"...
    Now i want to add new custom fields apart from standard; when i create new tasks i want fill this new fields and after, display this fields in the UWL.
    Can you please let me know how to add our own fields in the collaborations tasks rooms ?
    Thanks in advance,
    Regards,

    Hi Victor Capi,
    Could you have a look at the following link.        
    http://wiki.sdn.sap.com/wiki/display/KMC/XMLFormBuilderinEP7.0
    Formsbuilder open the collaboration project and you add the fields. Then import the xml to your portal.
    Regards,
    Prabha

  • How to add the wifi app (or icon) in notifications

    On my Iphone 3gs, under settings>notifications, there is a list of icons taken from my home page from which I am to receive notification alerts. They were added there automatically I guess because I did not list them.  I am wanting to add the wifi icon under notifications so I can be alerted when I have entered a wifi area.  I do not find my wifi icon anywhere.  Where do I find it and how do I list it under notifications.  I searched and found an instruction to check "customize" under notifications but I am not given that option.
    Thank you for your help.
    Frances

    The iPhone will automatically alert you when it detects wifi if you have Settings>Wi-Fi>Ask to Join Networks turned to ON.

  • How to add custom field to the task via CSOM?

    Hello!
    I'm trying to add custom fields to my programmatically created task in project 2013. Tasks are created. Then I get them and load custom fields by:
    DraftProject projCheckedOut = tstProj.CheckOut();
    projContext.Load(projCheckedOut.Tasks);
    projContext.ExecuteQuery();
    foreach (var task in projCheckedOut.Tasks)
    projContext.Load(task.CustomFields);
    projContext.ExecuteQuery();
    But the each CusomFieldCollection object has only 1 field (Health, because it have a default value and created automatically). But when I load my project in Project professional i saw more than 1 field, but they are empty.
    Then I tried to add a new custom field to each CusomFieldCollection of each task.
    var newField = new CustomFieldCreationInformation();
    newField.FieldType = CustomFieldType.TEXT;
    newField.Name = "F_1";
    newField.Description = "test description";
    task.CustomFields.Add(newField);
    task.CustomFields.Update();
    New field added to the collection, but when I update the project and publish it nothing is happened.
    How to add a custom field to the each task and set it value?
    Or how to attach enterprise task custom field to my tasks.
    I'm using Microsoft.ProjectServer.Client.

    Hi
    Hope the below posts are of some  helpful for you 
    http://social.msdn.microsoft.com/Forums/en-US/d79f22f2-7fd2-46af-b778-e189c8611120/use-csom-to-update-projects-custom-fields?forum=project2010custprog
    http://msdn.microsoft.com/en-us/library/microsoft.projectserver.client.project.setcustomfieldvalue.aspx
    Thanks
    Geeth
    Geeth If you feel that the answer which i gave you is Helpful please select it as Answer/helpful.

  • How to add more fields at level task for importing to MsProject

    Hi everyone,
    We would like to have the same number of fields either for importing as exporting; or at least, the fields that we need.
    The problem is when we are configurating the fields for exporting from cProjects to MsProject, we found 81 available fields and then we don't find the same amount for importing (34). So, in some cases we don't find fields which were configurated for exporting and it is no posible to upload the information back because the field is no available for importing.
    Does anyone knows how to add more fields for importing at the cProjects side?
    Thanks a lot,
    CAMILO URIBE

    Some fields can not be migrated because of MsProject designe. The above is the reason why cProjects' customizing does not offer the
    mapping of the same nuember of fields.

  • Need to add more fields in Notification

    I have the following requirements in my implementation. In the QM01 transactions, we are using Z1 - Z3 Notification Types to track the Quality defects and information related to Production Order, WBS Element, Inspection Lot and Material Details.
    With the standard screen configuration, we can adopt Lot and material details fields in the Notifcation screens.
    But how to add extra fileds like WBS elements and Production Order (Some more fields also required). Do I need to use BAPI or any other Screen Exits available for this. Please guide me with your valuable inputs.
    Regards
    Sam

    hi,
    chek the below ones
    Check the below :
    QQMA0001 QM/PM/SM: User Subscreen for Notification Header
    QQMA0008 QM/PM/SM: User Subscreen for Additional Data on Notif. Item
    QQMA0010 QM/PM/SM: User Subscreen for Additional Data on Cause
    QQMA0011 QM/PM/SM: User Subscreen for Additional Data on Task
    QQMA0012 QM/PM/SM: User Subscreen for Additional Data on Activity
    Check where you want to add fields and select from the above ...
    regrds
    pushpa

  • Task Assignment Notifications

    I have a LiveCycle implementation which currently hosts one workflow. We have the "Send an email to the user for new task assignments" check box selected and have specified an email subject and message within the "Task Assignments" section of the "Email Settings" within the LiveCycle administrator. The problem is that now we wish to add another workflow which would require a different email notification on task assignment. My question is how we can make the task assignment notifications process specific? Unfortunately I don't see any property in the Assign Task workflow item in which I can specifiy a notification message - so I appear to only have this one system wide notification message which, as I mentioned above, has already been tailored for one workflow.

    Hi Jeff,
    In Livecycle ES, the product only provides standard e-mail message templates that can be configured using the LiveCycle Admin Console
    for task assignment and reminders.
    In LiveCycle ES Update 1, we have provided the ability to configure these messages on a task/process basis.
    I presume you are still running LiveCycle ES and hence you will need to upgrade to LiveCycle ES Update 1 for this functionality. There are work-arounds in LiveCycle ES leveraging task assignment events however this would require some customization.
    Thanks,
    Ashish Agrawal
    Product Management, LiveCycle ES

  • How to add fields to already loaded cube or dso and how to fill records in

    how to add fields to already loaded cube or dso and how to fill  it.can any one tell me the critical issues in data loading process..?

    This is sensitive task with regards to large volumes of data in infoproviders.
    The issue is to reload of data in case of adjusted structures of infoproviders.
    Indeed there are some tricks. See following:
    http://weblogs.sdn.sap.com/cs/blank/view/wlg/19300
    https://service.sap.com/sap/support/notes/1287382

Maybe you are looking for

  • PLAYBACK STOPS - NO SOUND - SONG STILL PROGRESSES.

    very often my mp3s and itunes songs will just go silent but remain playing. i have to pause and play again to get the sound back, but a few moments later it will happen again. if i don't pause and play the sound never comes back. it's as if i've turn

  • Please explain how to make a two-sided copy

    Hello:  I would like to make a 2 sided copy, not a print from a program, but a copy.  I put a one-sided page in the tray, hit the 1:2 option and only one side prints out.

  • I want Download Adobe Reader le For Nokia N91 Plz ...

    plz tell mee i have nokia n91.i am download adobe reader for n-series.when i install on my mobile devies.my mobile devies shone me this softwear is not compatibale plaease help me

  • Photo Imaging software overview - Mac

    I am starting out. I have good pictures and I am ready to move to a pro application. Can anyone offer a brief overview or link to a favorite review, debate or discussion about photo development and cataloging software? Obviously we are here on Adobe

  • Why can't i move audio book from computer to iphone

    I just purchased an audio book in iTunes on my computer. I can't get it synced with my iphone or ipad. Help!