ACTIONS in TASK

Hi,
In WEBUI, we have Iteraction Record and we configured TASK (to assign some work to the employees).
Now the requirement is, we need to send email to the employee when the TASK is saved.
What is the standard,ACTION DEFINITION avilable for sending the email to the PERSON RESPONSIBLE.
pl suggest
Regards
Babu.

Dear iswaribabu ,
Only on saving Task Transaction You can't Trigger Action You have to Specify Condition Based on Status,
When You Define Action Definition in Partner Determination Block you have to mention Partner Function of "PERSON RESPONSIBLE". And Processing Type should me "Smart Forms Mail" ,You can use method Call also to Right your won HTML code to trigger mail.
regard,
viajy

Similar Messages

  • Action Create Task in correction - what it is supposed to do?

    Dear SolMan Gurus.
    What the action Create Task is supposed to do in the correction. When I run it, it does nothing. Thank you for any help.
    Regards,
    Petr

    Hi,
    Please see the examples in these blogs to help with your understanding
    First steps to work with Change Request Management scenario
    /people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    Change Request Management scenario: Usual questions
    https://weblogs.sdn.sap.com/cs/junior/view/wlg/15116
    Change Request Management scenario: Working examples
    /people/dolores.correa/blog/2009/07/23/change-request-management-scenario-working-examples
    Hope this helps.
    Cheers
    SH

  • Action to task mapping

    Hi,
    May be its a very stupid question but can anyone please tell me where it is decided that if we change the status to disable/enable in OIM then "disable/enable" user task should be called. Basically Action to task mapping. Similarly for connector also. Create/Recon i understand there may be some predefined mapping but in the "AD Connector" documentation it is mentioned that if you add any extra field then just add <extra field> updated task in process definition and this task will run on particular update. Where this kind of intelligence is defined and we can extend it.
    I actually wants to add few more actions on OIM user profile and resource profile and wants them to map with particular task in process form and not able to find out any way :(

    Hi kevin..what if i need to trigger the disable task on some custom status (On suspend as user defined field). Actually i have a requirement where i have to provide suspend option to admin which will act as disable and disable the user in all downstream systems (AD, Directory server) and need to extend the original disable functionality which along with disable move the user to different ou also.
    Can you please give me guidance on achieving this....

  • Send mail from follow up actions for tasks in service notifications!

    Dear All,
    I want to send mail to the user from a follow up action in the task assigned to a service notification.
    In customizing which function module I should select for follow up actions for tasks?
    Thanks and Regards,
    Satyajit P

    Hi,
    You can use function module QM06_FM_TASK_SEND_PAPER or QM06_FM_TASK_SEND_PAPER_ATTACH.The document is sent only after the associated notification is saved.You need to enter the function module "QM06_SEND_REPLY_STEP2" in Customizing of the action box as "FM when saving".

  • How to include Windows environment variables in e-mail action scheduled task

    Hello Support,
    Is it possible to include Windows environment variables such as %username% or %computername% in the subject line or body of the "Send e-mail" action item of the Task Scheduler?  For example, I would like when I setup a scheduled
    task to perform a certain task and send an e-mail message,  the email should include either the user name or computer name in the subject line and body of the e-mail.  Is that possible?
    Thanks

    Hi,
    You can create a new Scheduled Task preference item to solve your requirement.
    Checkout the below link for more information,
    http://technet.microsoft.com/en-us/library/dd851678.aspx
    Regards,
    Gopi
    JiJi
    Technologies
    I created a scheduled task and that does not provide what I need.  The scheduled task will simple send an mail, but I want to know from which machine or user triggered the email.  I also tried adding the batch file to the scheduled
    task and that did not work even though the scheduled task has the following settings. 
    User Configuration >> Prefence >> Control Panel Settings >> Scheduled Tasks
    When running the task, use the following user account
    NT AUTHORITY\System
    Run whether user is logged on or not 
    Run with highest privileges  HighestAvailable
    Configure for: Windows 7
    I also tried with Computer Configurations

  • ChaRM : Execute action in Task Plan regarding of current phase

    Hello all,
    In the Task Plan of a maintenance project, I would like to change the phase in which some actions (e.g. import to a production system) can be executed.
    I tried to do this using the customizing "Make Settings for Change Transaction Types", but could not succeed.
    Could someone tell me if this is feasible, and how ?
    Thanks,
    Thomas

    Hi Thom,
    your issue is because you haven't created a Business Partner for your userId.
    Use transaction BP and create a business partner view and the Employee view as well.
    Hope this helps.
    Salpi
    P.S. Please reward for any helpful questions or solutions.

  • Adding javascript code into user actions assign task operation

    Hi all,
         I've a severe issue , i searched for a solution and nothing returned till my mind blown , i made a process and put a lot of assign task operations with user actions {"Approve","Reject"} what i want to do is when the user hits Reject action a pop-up window is opening to him to put his rejection reasons / justifications, till now i couldn't find a solution or an article writing about a solution for it, so your help is urgently required.
    Thanks in advance & have a nice day.

    Hi,                                                             
    It will not easy to add actions to an OOTB ribbon button, there is a workaround that we can replace it with a custom button.
    Here is a documentation about Replacing a Button on the Server Ribbon:
    http://msdn.microsoft.com/en-us/library/ff407619.aspx
    Another two links about create a custom ribbon button for your reference:
    http://msdn.microsoft.com/en-us/library/office/ff407458(v=office.14).aspx
    http://sharepoint.stackexchange.com/questions/20646/attach-a-javascript-function-to-an-ootb-ribbon-button
    Best regards
    Patrick Liang
    TechNet Community Support

  • Actions creating task for multiple partner functions

    Hello Masters,
    Need help in below scenario.
    We are using actions in quotations. Different actions gets triggered as per status of quotation.
    ex: Status: manger approval request: Task to be create with action for manager
        Status: Manger approved: Task to be created with action for Sales employee.
    I have configured action profile. My actions are partner function dependent.
    Partner functions are different for manager and sales employee.
    But when action is getting triggered it is creating task for both partner functions.
    How can I avoid this? Does though we say action is pertner function dependent is it true or it is actually partner function catagory dependant. In my case partner function category is same for manager and sales employee. The partner function category is "Employee"
    looking for your guidence
    Thanks
    Kushal  

    Hi Kushal,
    The partner function category is same - employee and hence it is triggering actions at the same time.
    You may have to see if you can assign a separate partner function category to meet your requirement.
    Hope this will be useful
    Thanks and Regards
    DJ

  • Parent action activity task flow does not show updated data

    Hi,
    I am using bounded task flows in my application.
    Task Flow A has to view activites - X and Y.
    In Y - I have another task flow B,within which I have a region to update data in the VO.
    After I update the data, I need to navigate back to activity X in task flow A.
    So I have used a parent action activity.But the latest data is not being displayed on X.
    Can you please let me know how I can deal with this.
    Thanks,
    Malathy.

    Hi,
    I have created a invoke action executable on the Page Def of Activity X.
    I have set the refresh as ifNeeded and RefreshCondition as ${!adfFacesContext.postback}.
    Do I need to do it somewhere else?
    Also will check about the parameter.
    Thanks,
    Malathy.

  • Quality Notification: Create Task as Follow-Up Action

    Hi QMu2019ers
    I have a requirement from my business, to create tasks as a follow up actions from completed tasks. Let me explain the process.
    We have a catalog with 4 codes e.g. ZTS1 u2013 0001 to ZTS1 u2013 0004
    When the user assigns ZTS1 u2013 0001 to a task in the notification and that task is set to complete, we want the system to automatically create the next task in the catalog, i.e. ZTS1 u2013 0002, when that task is complete the next task from the catalog is added and so on.
    I have looked into follow-up actions for tasks, but there does not seem to be a standard option for this.
    Does anyone know how I can implement such a solution?
    Many thanks for any advice given.
    Neil

    follow-up actions of  tasks is triger when the tasks are assigned into the notification, not when the task are completed.
    Try user-exit QQMA0014, you can assign additional tasks before notification is saved.

  • Best Practice: Sharing Action Task

    My application has two Action implementations. One is "SaveAs" which shows a JFileChooser and then saves to file using SwingWorker to keep GUI responsive. The other is "Exit" which does exactly the same (but only if the lokal document is "dirty") and terminates the application after that. It works pretty well.
    But it is not nice that 90% of the code is duplicated, so the question is, what is the best practice?
    One could imagine a lot of possible solutions, like:
    - Exit extends SaveAs, or both extending a common super class. Technically right, but rather strange: What shall that super class be named besides a synthetical "ExitAndSaveAsSuperClass"...?
    - Exit calls SaveAs and passes a parameter telling SaveAs to exit after SwingWorker is finished. Technically possible, but horizontal calls always have a bad smell of SpaghettiCode.
    - Exit and SaveAs both have no own code besides telling a third class to do the work. Looks like a good separation of Action and Task. But looks like breaking a butterfly on a wheel.
    - etc.
    So what I like to know is not whether anybody has any more ideas or what anybody thinks about the above ideas. My question actually is whether there has been emerged a "best practice" for this problem (sharing of Action Task)? I mean, Swing is around for decades now so I assume that there are lots of best practices existing, but I just did not found them so far on the web...?

    Perhaps refactor the common save-as functionality in a method of the class, and have the two listeners both use it.

  • Specific Due Date Syntax for Create Task Workflow Action

    I'm looking for a formula which will create a monthly due date on a specific day of the month (ie 1st or 15th). I have figured out a way to create recurring activities through workflows by adding a recuurence picklist but I currently only have monthly recurrences as Today()+30 which works but is not as clean as a monthly task that occurs on the 15th of every month.

    Record Type=Activity
    Event=When modified record saved
    Workflow condition=FieldValue('<Type>')='To Do' AND FieldValue('<plRecurrence_ITAG>')='Every 30 days' AND FieldValue('<Status>')='Completed'
    Actions=Create Task
    Recurrence picklist is a required field and is chosen be the end user upon creation of the original activity (Type=To Do). The duplicate activity is created upon completion (see condition) and now the end user has a recurring task due 30 days out. this future task has the recurrence in the subject (since the recurrence field cannot be defined in the workflow action) and the end user is prompted by the system to complete the activity record (choose a recurrence) upon trying to save the record as complete or by clicking the "Mark as completed" button. Thus the cycle is repeated.
    All I'm trying to figure out is instead of having the formula [<DueDate>]+30 in the Due Date* field within the create task workflow action, I'd like a formula that can choose a specific day of the month. I've tried combinations of cast, concat, timeframe, month, year...expressions to give me the date value I'm looking for (ie 4/15/2011) but I can't get the syntax to work. all I need is that syntax that can provide a specific date (4/15/2011) derived from the due date.

  • Call task flow action from dialog

    I want to call an action from task flow when i press OK on my dialog
    it was work when i was calling it after i press on button,

    if i drag task flow in page and add button in this page I can select one of the actions in task flow in the property inspector panel, ACTION filed of this button
    so when i click on this button the browser will to to the destination of the action
    how can i do that if i have dialog instead of button
    and sorry for my bad english

  • Use a "Write" Event on a Specific Drive or to a Specific Folder to Trigger a Task in Task Scheduler

    I first posted this question on the Microsoft Community forum. It was suggested that I repost it here.
    I have a question!
    (Pleas forgive the long post...)
    What I am trying to do: (This is what I have not yet figured out!)
    I am trying to figure out how to trigger a task, in Windows Task Scheduler (WTS), whenever a "Disk Write" event occurs on a specified drive on the machine. - Or, more specifically, whenever a new file or folder is written or
    saved to a specified Folder, or a specific Disk Partition, or a specific Hard Disk on the machine - whichever is more relevant for the end goal.
    The overall goal:
    When a "disk write" operation occurs and data is written to a specified location on a Hard Drive, start a Program at the beginning of the following hour, that will run a backup of the contents
    of that location, (after - of course - the new data has been written). After the backup is complete, disallow the program from being started again at the beginning of the next hour, unless more data is written to the specified location beforehand.
    Example:
    At 2:27pm, I save a new word document to "D:\My Folder\". When the new Word doc file is saved to "D:\My Folder\", my preferred Backup software application is then scheduled to run a backup at the beginning of
    the following hour - at 3:00pm - which will then create a new backup of "D:\My Folder\".
    The backup software will NOT be scheduled to run again at the next following hour - at 4:00pm - unless another file or additional data is written to "D:\My Folder\" - between 3:00pm and 4:00pm.
    Summary:
    The goal here is to only run a backup at the beginning of the next hour, following a “disk write” event to a specified location on the hard drive.
    Steps that I have, so far, on how to make this happen:
    Whenever data is written to a specified location on a hard drive (i.e. "D:\My Folder\"), "Task A," in Windows Task Scheduler, will be triggered to execute its action.
    The Action in "Task A" will run a script that changes the Status of "Task B" to ENABLED.
    The Action in "Task B" will, on a continuous hourly schedule, start a program that will perform work on the machine. (In this case, it will run a Backup Task in my preferred backup software.)
    Upon completion of work by that program (the Backup software), that program will run another script that will change the Status of "Task B" back to DISABLED; preventing "Task B" from continuing that program every hour
    according to its hourly schedule.
    How do I do this: ... ?
    The thing holding me back on making this work is figuring out how to identify the source that generates the “disk write” event and event ID I need, so I can use it to trigger a task in Windows Task Scheduler - in the way that I need. Furthermore,
    the “disk write” event needs to specific to a disk drive that I specify and if at all possible, specific to a location that I specify, i.e. “D:\My Folder\”.
    Any help on this as well as other suggestions on making this work is greatly appreciated!
    Ryan A Miller

    Hello Ryan A Miller,
    What is your current situation?
    Have you try the script as  Frederik Long mentioned?
    To receive better support, it is recommended to post in the TechNet Script forum.
    https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    The professionals there will be glad to help you.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Need to send e mail to Task assignee when task is released in QN

    Dear All,
    Is there is anyway I can sent e mail to user when task assigned to him and released in QN? I checked SWNCONFIG, but I do not know how to use it.
    Thanks for your help in advance
    Bhavesh Patel

    Use follow up action for the task - if no workflow is activated. Like UD follow up actions, you can trigger a follow up action for the quality notification tasks.
    In spro - go to additional notification funtions - define follow up action for tasks  - here define a follow up action and mark is as task for the notification.
    Copy the reference FM in function group QM10 - ( create a Z function gropu copying the same - QM10) and work with your developer to develop the FM to send an email to the person assigned to the task. Assign the same FM to defined follow up actions.
    Assign the follow up action to the task - in QS41.
    Hope it helps.
    Thanks,
    Ram

Maybe you are looking for