Automating the Lead Status "Rejected" to "Archived"

Hi all,
My Customer, wants the Rejected leads to be archived automatically. Manually we can do it from Lead Detail page, where as daily n number leads will be rejected so manually it might be a problem. Can we "update values"(Lead Status field) by writing workflows.Can this be done.
Regards,
Ratan

Hi Dipesh,
What I understand is, u wish to change the status of preceding lead transaction when the activity status reason is changed to accepted.
1.  This functionality can be achieved using ORDER_SAVE Badi. This Badi implementation shall check the activity reason changed to accepted, if yes, read the doc flow, get the lead transaction and change its status to close.
2. As per my knowledge use of action profiles and conditions will not be helpful in this case.Else, create an action definition as Activity reason changed, put a condition which like Activity reason= Accepted.
In the action definition Processing type use method call.
Here u will have to create a new implementation of the BADI of action profile, and put the same logic as stated in point 1.
But in think implementing point 1 should be easier.
Wish the information is useful.
Regards,
Shalini Chauhan

Similar Messages

  • Can i Change/Update the Lead Status using Action profile of Activity.

    Hi,
    I have created one Lead, and on the basis of Qualification level action triggers and Ativity getting generated.
    I want to know that it is possible by using functions(Action Profile/conditions) in activity, If i change the status reason of Activity (as Accepted) Earlier Leads status would change.(as Close)
    Please resolve with solution.
    Regurds,
    Dipesh.

    Hi Dipesh,
    What I understand is, u wish to change the status of preceding lead transaction when the activity status reason is changed to accepted.
    1.  This functionality can be achieved using ORDER_SAVE Badi. This Badi implementation shall check the activity reason changed to accepted, if yes, read the doc flow, get the lead transaction and change its status to close.
    2. As per my knowledge use of action profiles and conditions will not be helpful in this case.Else, create an action definition as Activity reason changed, put a condition which like Activity reason= Accepted.
    In the action definition Processing type use method call.
    Here u will have to create a new implementation of the BADI of action profile, and put the same logic as stated in point 1.
    But in think implementing point 1 should be easier.
    Wish the information is useful.
    Regards,
    Shalini Chauhan

  • Restrict user not to modify the lead when status is CLOSED

    Hi,
    Is it possible to configure the system not to allow any modifications to the lead once the status is set to CLOSED (one of the user status)?
    Any input is appreciated.
    Regards,
    Venu.

    Hi,
    This is little interesting!
    Now I’m not able to set the REASON though we haven’t saved the lead
    Initially problem didn't get solved as suggested. i.e., Business Transaction Control -> No Change Allowed (Set Influence to Allowed)
    I don't know why?
    But i'm able to solve by setting LNCH (No Change Allowed) for status Closed in “User Status Profile” (last column in the table i.e., Trans).
    But now because of these settings as soon as i change the lead status to CLOSED before setting a reason it self system is internally making the lead 'transferred' and hence not saving the REASON.
    <b>How to configure the lead in such a way that: When i set the lead status CLOSED, i should be able to set the REASON for the corresponding status and should be able to save now. From next time onwards system should not allow user to edit the lead as the status is CLOSED</b>.
    Please suggest whether it’s possible with configuration. <b><i>If not then i want to know why SAP reverting back the changes we are doing for lead "after setting status to CLOSED and before clicking on SAVE"</i></b>.
    Regards,
    Venu.

  • Lead status flow

    Is there a way to rename/ update the lead status's - (we want to track more than just qualified and converted), but don't
    necessarily want it to become an opportunity.

    No. it's a read only picklist, in other words, a system field. you can't change the value in the picklist.
    when lead is created, it's qualifing. after that, you can only changed the status with the push bottons on the top, like convert, reject, archive and so one...

  • Lead - Follow up with Lead Owner regarding Lead Status

    Any thoughts to create an automated email notification for the below scenario;
    Manager creates and assigns NEW Leads to Sales Rep A, If Sales Rep A does not update the Lead status within 30 days.
    An email notification should be sent to Manager and Sales Rep or only to Manager that the Lead Status was not updated for past 30 days.
    Thanks,

    Create time based workflow to achieve this requirement

  • Add value to Lead Status

    Hi All,
    How can I add new value's to Lead Status. Status field on the Lead Screen is a read only Pick list.
    Thanks

    Debendra, at this time it is not possible to add or change the values in the Lead Status field.

  • Bapi to get the lead detail.

    dear all,
    i need the name of the bapi's where i can get the lead status and whether that particular lead has any attachment or not.
    i need to develop the function module which compares these  two parameters and if true would export a flag which says 'yes'.
    please help.
    thanks,
    regards,
    akshay ruia.

    solved

  • Workflow for Particular Role(Only) has to qualify the lead.

    Hi all,
    The lead(s) has to be qualified by only one role, and lead(s) should be converted with the other role. How this can be done.
    For example.
    Here "sales & Marketing Manager" has to qualify the lead and no permission to convert.
    Here "admin" has to convert the lead into account and opportunity.
    I tried with using lookup function, not suceeded. need help.
    Regards,
    Ratan

    You could try putting validation on the Lead Status field based on a user's role. E.g.
    IF(UserValue('<Role>') <> 'Sales Manager' AND PRE('<Status>') <>'Qualified' and [Status] = 'Qualified' THEN "ERROR", '')
    The syntax above is far from correct but hopefully enough for you to have a play. The PRE condition here is used to make sure someone is actually modifying a Lead which wasn't previously Qualified otherwise any amendments to existing qualified leads would throw errors. Let me know how you get on, personally I don't like the above as it's likely to cause issues.
    Thanks
    Oli @ Innoveer

  • Code to change LEAD status

    Hi Experts,
    I have a requirement, in which the user wants to change the LEADs STATUS via a Z-Code.
    Means, we have a WebDyn Pro report displaying the list of Leads in ALV with their status. User wants to change the staus of Lead their itself in the report and save it. User dont want extra work effort of opening LEAD maintainence screen and changing status their & then saving it, rather user wants to update the status then & their in the webdyn pro report.
    Hence to acheive this I found two Function module : CRM_ORDER_MAINTAIN & CRM_ORDER_SAVE. Unfortunately, I cannot figure out, what all IMPORTING/CHANGING paparameters need to be passed in those FM.
    Has anyone faced similar situation, if yes then please provide me a sample code.
    Or can anyone put some other idea to update that status. ??
    Waiting for replies..
    Rgds
    Pankaj Khare

    You can use CRM_ORDER_MAINTAIN and populate the parameter IT_SERVICE_OS
    or use BAPI_OPPORTUNITY_CHANGEMULTI and populate the parameter SERVICE_OS.
    BR,
    Florin

  • Can I get the GP status using GP API.

    Hi all,
    Can I use the GP API to get one process status present,for example,"reject" or "approve" according to the process instance ID?
    If there's a way,how can i archive this?
    Best regards,
    delma

    Hi,
    Using GP API it is possible to achieve the process status of any particular process.
    In the package com.sap.caf.eu.gp.process.api, we have several classes that can give the process such as IGP Process and the status can be achieved by the method getStatus.
    For more information refer to this link:
    http://help.sap.com/javadocs/nwce/current/gp/index.html
    Award points if helpful.
    Regards,
    Sujana

  • Archiving - Sales order status change to archiving

    Hi Experts
    I tried to archive an old old sales order.  It gave the error as the sales order does not have the right status.
    Firstly, I have changed the settlement profile of the order type, 'not to be settled' as they have unsettled data on them.  We do not need this data and just want to archive these old orders off.
    1. Could you please tell me what status the sales order should have in order to archive them  and, -
    2. Which table/s contain this status: i.e. field name and table.
    We would like to programatically close these off so that they can be archived (never to be used again).
    Your help will be most appreciated.  Points will be awarded.
    Kind regards
    Dawn

    Thank you very much guys.  I found the following thread which helps a great deal.
    Deletion of Sales Order from the system completly
    I have changed the settlement profile to 'not to be settled', then run the mass change to reject all the items remaining on the documents.  Then I will use the archiving info that you all have given me.
    Kind regards
    Dawn

  • Since upgrade to iOS 7 Email error on over 100KB emails "Cannot Send Mail  The message was rejected by the server because it is too large." Connecting to Exchange via Activesync

    Hi,
    Following the upgrade to iOS 7.0.3 on all our iPhone and iPad devices, it has been identified that when sending emails around 100KB in size and over an error message appears on the device stating “Cannot Send Mail  The message was rejected by the server because it is too large.” See error message below. The send/receive limit is over 10MB so this is not the issue.
    We are in an Exchange Environment using Microsoft Activesync. This issue is not evident in iOS 6. This has been tested on an iPhone 3GS running version iOS 6.1.3. We have been unable to repeat the issues seen on iOS 7 on the older OS. It is not possible to roll back to the older operating system as Apple are no longer signing the software.
    We use Microsoft Active Sync to connect to our Exchange servers through a TMG. The issue is very inconsistent, some identical emails go through, some fail. This is not an issue with the send/receive limit as this is over 10MB. The error message when it fails on the TMG is Status: 413 Request Entity Too Large, which we believe is from IIS on the CAS server.
    Does anyone have any suggest course of actions to take?
    Many Thanks

    This resolution have to attend at the server not with the ios device. My employer's mail administrator reject me to correct it from the server. As his concern is, if ither ios devices works why don't mine? So I am helpless than changing my iphone. It works fine for early versions of ios and with androids. And also one of my friends iphone4 with ios 7 (similar as mine) works too. So I guess it's something wrong with my iPhones settings. But basic question I cannot understand is it works in my phone before this ios7 upgrading. And currently working with my yahoo account too. Favourable reply expected.

  • How can I remove the leading zeros on jpg files?

    I'm looking for a way to remove the leading zeros on over 1000 jpg files, without changing the remaining digits in the file name. Is there some automated "batch" script?
    i.e going from 003405607.jpg  to  3405607.jpg

    You could write an AppleScript. but it will be easier to get and use a third-party file renaming utility. I use the freeware NameChanger which works quite well.
    https://www.macupdate.com/app/mac/21516/namechanger
    Regards.

  • Campaign Automation - marketing lead update

    Hi experts,
    we need to make automatic the execution of the 2 following steps:
    1 - target group creation
    2 - update of standard/custom field of Leads through BAPI (lead  update)
    Is "Campaign Automation" the right tool to do that?
    What are the issues I can find trying to actuvate an interface of lead update?
    Thanks

    Dear Emanuele,
    Campaign automation can definitely support the first point... but I'm not clear on what you are trying to achieve with point #2.
    Can you please provide additional details on the process you are looking to support and what you are trying to achieve in that second point (lead update). i.e. where is the lead update data coming from?
    Thanks!
    Anik
    SAP CRM Marketing Moderator

  • How to capture the Escalation status in Human Task & Update in database

    Hi,
    I have created a Workflow where I have a humantask. Here if the Approver Escalates the task, I want to capture this Workflow status and need to Update it in the our(Oracle) Database as Escalated. I am Updating the database as Approved when the Approver Approves and Rejected when he rejects. as we can have capture these status. Similarly I want to do for the Escalated status also.
    Please Help I have been stuck to this.
    Thanks.

    No Experts to answer this???????????????????

Maybe you are looking for