ERecruiting - Triggering of mail when candidate status changes

Hi All,
Is an email generated from the system, when a candidate status is changed?
Say for example if the Activity of an candidate is changed to "Status Change - Rejected", will an email will be generated?

Hello,
some general thoughts at the beginning:
Candidates do not have a rejected state. Candidate states are profile locked and profile released. Only applications and candidacies have a rejected state. It is very important for a technical view to have the obect types in e-recruiting very clear or you will get into big trouble sooner or later.
SAP delivered workflows are examples. They do not fit a production environment. Also the sap delivered activity and process customizing is an example (and no good one) you will have to design this according to the business needs in the project.
For the workflow question. It is possible to trigger a workflow by activity creation and activity completion. For status chage activities ths is the same as they are completed directly and never have status planned. The BOR object ERC_ACTIV contains both events, activtycreated is triggered directly, activitycompleted needs a note to run properly.
It is also possible to trigger a workflow by a status change of an object. The super BOR object ERC_OBJECT contains a statuschanged event, which is raised for all status changes of NA, NB, NC, ND and NE objects.
For rejection there are basically 2 scenarions.
Scenario 1
When rejecting a candidacy by creating a rejection activity you trigger a workflow based on the activity to create the corresponces activity automatically. You can either send it directly or just create it to allow the user to have an individual text. (I do not go into details of this workflow according to the chosen application-candidacy-relation, that would go to far at this point).
Scenario 2
When rejecting a candidacy directly in minimum data entry you do not have a status change activity as the status is set directly. In this case you have a workflow which is triggered directly by the status chang which again creates (and sends) the correspondence activity.
Of course you need checks to ensure the two workflows are not mixed.
Kind regards
Roman

Similar Messages

  • External Mailing with DIR status change

    Hi SAP gurus
    we have a particular senario,
    where in DIR of Particular Document types at reaching a particular document status, a mail has to sent to the concerned relevent authorities for corrections and Approval.
    (as and when the status changes to be mailed personalities also Changes)
    how can this be achived if the mail has to be sent to there company or external Mailing IDs apart from SAP mail.
    Can this  be done using Document Distribution?
    what is the Work  flow activities involved (if required) for enabling this functions,
    Thanks in Advance
    Kumar K

    hi kumar,
    you can do it by doc distribution and activating some standerd task. and for mailing to extenal mail id , you have to activate SMTP, by tcode SCOT
    but according to your requirement , you should consult to workflow consultent.
    regards,
    nitin
    award point if useful

  • Email notification when Document status changes in Solution Manager

    Hi,
    Is there a way to send email notification to certain people if the document status changes in Solution Manager?
    For example: A notification email should be send to business user when development is complete.
    When development is complete, document is set with status 'Build complete'. As soon as this status is set, we want to notify business user to test the object. Similarly on other document statuses as well.
    Thanks in advance.

    Hi Vikky
    Check out doco 'How to: Automatic email notification' on service.sap.com.
    SAP Support Infrastructure > SAP Solution Manager > Information for VARs ASPs and AHPs > Setup Documents (SP15+)
    Thanks
    Daniel

  • Email Alert/Notification from OSX Server when client status changes?

    Hi,
    I'm looking at either OSX Server or ARD to manage a network of 'client' mac minis.
    One requirement is that the system should alert - by email or other form - when a client's status changes (such as Offline, Sleep, Network Down, etc).
    Does OSX Server offer that function?
    Thank you for your help.
    LMB1980

    Something like Dejal Simon might work for you. I don't know of any way for a Mac to detect whether the monitor is turned off or not, though.

  • Triggering a mail when ever a perticular inbound IDOC fails

    Hi Experts,
          Is there any way I can trigger mails whenevr an inbound idoc fails to update in r3.With reference to workflow etc
    Regards,
    Arnab

    hi,
    i think u need to check tcode swu3 for automatic workflow customizing and check in we40 (error AND STATUS PROCESSING) whether the processing code is assigned to the workflow task.
    if it is assigned,the workflow will be automatically triggered and the mail will be sent to the user by itself.
    ALE error handling uses workflow. A standard task is provided for each message type. Task TS20000051 is used for all BAPIs.
    Workflow functions as follows:
    A task (work item) is generated for the error handling and stored as a message in the inboxes of the employees responsible.
    If one of these employees processes the work item, the standard task method for error handling is started. The user can, for example, restart IDoc processing.
    If the IDoc is processed successfully, the work item is deleted from the inboxes of all the employees involved.
    For this procedure to function, the employees responsible for a particular message type and partner (sender or receiver) must be defined as follows:
    1. A hierarchy of organizational units (for example, "sales office") and positions (for example, "customer officer for customer X") is created and employees are assigned to it.
    2. The standard tasks for error handling (for example, an error related to an inbound sales order) are assigned to the relevant organizational units or positions (for example, "sales office").
    3. The organizational unit, position or employee responsible for dealing with the error are specified for each partner and message type in the partner profiles.
    If an error occurs, the system determines:
    1. The employees responsible using the staffing schedule of the organizational unit or position linked to the standard task.
    2. The employees defined in the partner profiles (using position, user ID, or organizational unit).
    3. The employees appearing in both groups represent those who will receive a work item in their inboxes.
    regards,
    pankaj singh

  • Email Alert/Notification when client status changes?

    Hi,
    Does ARD allow for email alerts or notification when a client goes offline or in sleep mode?
    Also, does ARD monitor the ON/OFF status of a screen attached to a remote computer?
    Thanks,
    LMB1980

    Something like Dejal Simon might work for you. I don't know of any way for a Mac to detect whether the monitor is turned off or not, though.

  • Send e-mail when i make changes in my report..

    is it possible to send email to the particular users (e-mails) ?
    this email must contain information about insert, update and delete actions in my report..
    any ideas?

    You can add
    BEGIN
       apex_mail.send (p_to           => p_to,
                       p_from         => p_usr_email,
                       p_body         => p_message,
                       p_subj         => p_subject,
                       p_cc           => NULL,
                       p_replyto      => p_usr_email
    END;to an before or after insert / update trigger.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Sending e-mail only if the status changed from a specific status

    Hi Gurus,
    There are a lot of thereads about sending an e-mail when the status is changed to something...
    But ,Is there any way to check the <u>previous status</u> prior to send the e-mail?
    For example;
    I want to send an only e-mail to message processor when the status is changed from "customer action" to "In process" but not when the status is changed from "new" to "In process"
    In my opinion to achieve the scenario above there must be something else so-called "previous user status" in the condition creation screen. But there is no...
    Thanks in advance,
    Gencay

    Hi Suzi,
    You should select "Value of Item in Expression 1 = Expression 2" as condition in your mail processes. For the approved process, write Approved as Expression 2 in the condition, and Rejected for the rejected process. For both processes write P5_STATUS in Expression 1.
    Hope that helps.
    Regards,
    Sergio

  • Capturing Timestamp when Status Changes in a SharePoint 2010 List

    I've created a Risk/Issue/Decsion Log (list) in SharePoint 2010.
    I need to capture the date/timestamp when an item changes from 'Open' to 'Resolved' Status and also when the status changes from 'Resolved' to 'Closed'.
    I'm using the default 'Created' field to capture when the item is created and the 'Open' status is selected. I've already created 2 more fields in the list to capture when the status changes from 'Open' to 'Resolved' Status and also when the status changes
    from 'Resolved' to 'Closed'. I just need help with how to automatically capture the date/timestamp in those fields.
    I would greatly appreciate the help.
    Thanks!

    Hello,
    As i understand you want to capture date based on status column value. You can create two text calculated column, one for resolved and second for closed.
    Now use below formula in open calculated column:
    =IF(Status="Resolved",TEXT(NOW(),"dd/mm/yyyy hh:mm"),IF(ISBLANK(Status),"","NULL"))
    Then use below formula in closed column:
    =IF(Status="Closed",TEXT(NOW(),"dd/mm/yyyy hh:mm"),IF(ISBLANK(Status),"","NULL"))
    Hope it could ehlp
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • System Status Change for Project Definition

    Hi,
    I am working on a requirement to notify the Project Manager when the Project Status changes to REL.
    I couldn't find any user exits where I can add the code to send an e-mail notification at the time of status change of the Project Definition or the WBS elements within the Project.
    I checked for events in Business Objects BUS2054(WBS) and BUS2001(ProjectDefinition) which might get triggered at the time of status change. I couldn't find any events relevant to Status Change.
    Any ideas how to handle this requirement ?
    Regards
    Bhooma

    I found a solution to this issue.
    Regards
    Bhoooma

  • STS - status change

    Hello
    Can somebody explain me (without SAP help) how status chage process work.
    Can I change status from "in process" to "approved" only receiving email?
    Or I can do it within the planning application?
    Thanks

    I think the comment about e-mail may be confusing.
    The status change takes place in the STS web interface. You mentioned going from 'in process' to 'approved'; we would have a status in between these 'sent for approval'.
    So the person responsible for a planning unit sends for approval.
    The person responsible for the next node up in the hierarchy can approve it, ir reject it, in which case the original user can make required changes and send for approval again.
    Its possible that planning sequences can be triggered by the status changes, depending how you configure it. In these cases its important that steps in the changes of status are not missed. (For example, if a sequence is triggered by 'sending for approval' then going from 'in process' to 'approved' directly misses the required sequence).
    The notification e-mails are sent to the relevant 'responsible person' when the status changes. They may contain links to planning or reports, but do not have to. Only the person responsible gets the mails, but in fact the required changes and subsequent changes of status can be made by substitute users configured in STS. (These are substitutes for the responsible user, not for the planning unit).  
    regards, Stephen

  • Picking status change in Outbound delivery

    Hi All,
    I have to create a start condition in PPF actions, whihc is nothing but BADI... whihc will trigger when the Pcikinf status is changed....
    I have these threee condtions:
    Action will be triggered by outbound delivery order status change:
    1.     Picking planned status at header level changed after warehouse order creation/cancellation  (corresponds to Focus2 status      0 u2013 Forecast);:
    u2022     from u201CNot startedu201D to u201CCompletedu201D and back from u201CNot startedu201D to u201CPartially completedu201D and back ;
    u2022     from u201CPartially completedu201D to u201CCompletedu201D and back;
    2.     Picking status changed at header level after execution each of warehouse order in drop location (corresponds to Focus2 status      1 - BeginPicked);
    u2022     from u201CNot startedu201D to u201CPartially completedu201D and back;
    3.     Picking status changed at header level after execution of last warehouse order in drop location (corresponds to Focus2 status      2 - Picked):
    u2022     from u201CNot startedu201D to u201CCompletedu201D and back;
    u2022     from u201CPartially completedu201D to u201CCompletedu201D and back;
    any help????
    I want to know how can i code this??

    Hi,
    In the BADI, you can get reference to Delivey Object
    lo_dlv_ppf TYPE REF TO /scdl/cl_dlv_ppf.
    lo_prd                TYPE REF TO /scwm/cl_dlv_management_prd.
    get delivery reference
      lo_dlv_ppf ?= io_context->appl.
    Get the attributes DOCID, the find the status of the documents accordingly.
    Now get the instance of the Delivery management:
    lo_prd = /scwm/cl_dlv_management_prd=>get_instance( ).
    Then read Delivery header and items using the below method based on DOCID:
    APPEND is_docid TO lt_docid.
      ls_include_data-HEAD_PARTYLOC  = abap_true.
      ls_include_data-HEAD_DATE      = abap_true.
      ls_include_data-HEAD_TRANSPORT = abap_true.
      ls_include_data-ITEM_DATE      = abap_true.
      ls_read_options-data_retrival_only = abap_true.
      ls_read_options-mix_in_object_instances = abap_true.
    CALL METHOD lo_prd->query
            EXPORTING
              it_docid        = lt_docid
              iv_doccat       = is_docid-doccat
              is_read_options = ls_read_options
              is_include_data = ls_include_data
            IMPORTING
              et_headers      = lt_whr_headers
              et_items        = lt_whr_items.
    You can find header status in lt_wr_headers.
    Or based on DOCID, get status from table /SCDL/DB_STATUS.
    Hope that helps
    Vinod.

  • Status changes in Problem not logged in Text assignment block

    Hello,
    when processing status changes via actions for example in ChaRM process, the status changes are logged in text assignment block.
    But for problem or incident management the status changes are not logged in text assignment block.
    How to do this?
    Thanks and regards,
    Jan

    Hello,
    sorry, but this is not working, action gets executed (I scheduled it when reaching status) but no update in text log happens.
    Any other idea?
    Regards

  • How to monitor the status change of pp order?

    I want to monitor all of the status change of PP order ,when the status change to DLV, system trigger a idoc to legacy system.
    I added some code in EXIT_SAPLCOBT_001, but I found this user exit only working in CO02, when I use MIGO or MB1C ... tcode to do some GR, the source code is not woking, that means I have to add the code to any entrance of status change????? anybody have some good idea? maybe I have to add a monitor to monitor the table jest ????

    Could you elaborate your requirement please?
    Anyways, the BP transaction display/change mode can be controlled through settings. Goto BP->Extras->Settings->Choose Display/Change/Setting last selected. May be in your system, the setting is 'Setting last selected'. That's why it's showing the last status display/change. If you want it to be display only, you can change the setting to display. But, the settings are user specific and any changes made will reflect for the specific user.

  • Auto mail triggering  when BOM is changed -reg

    Hi ,
    We  use change management for BOM changes
    our requirement is when BOM is changed for a part ,it shoudl trigger mail to predefined user mentioning the BOM change
    for example if for a part A bom is changed  a mail communication should be triggered to the parts MRP controller
    how we have to go further
    please provide some valuable inputs
    regards,
    madhu kiran

    Dear Madhu Kiran,
    Along with our experts reply,I would like to share that this same requirement was achieved in one of my
    project ,but we were using ECM,then developed a report to find out the exact changes happened between
    a period and for a particular Change number for the BOM components and we scheduled the job in SM36
    by specifying that development's program name and including the User's mail Id under Spool Recipient's
    name.
    So its a big process if you follow the above procedure.
    Check & revert back.
    Regards
    Mangalraj.S

Maybe you are looking for