Opportunity Action

Hi,
I am making a date rule for Opportunity. Where rule is: start date +3 days.
I am unable find the field name for opportunity start date to put in the XML date rule. E.g as we have in contract date rule as CONSTART.
Another thing that I have noticed is that there is no date rule for Opportunity in standard, why is that so.
I have to generate an action where the condition is IF opportunity start date +3 days trigger a mail.
If I get the start date field I plan to make the rule as opportunity start date +3 days = todays date then trigger a mail. Am I on right track, please guide.
Any pointers on this one.
Thanks,
Neetika

HI Neetika,
U can create date profile if this suits ur reqs.
1) Use 2 date rule 
    a) Date type :Today date, Date rule : TODAYTIME(standard) in date type details tick on Determine 
       only once(it will show u todays date and time)
    b) Date type :Today+3days, Date rule : Zrule(today3days)-it will show u todays date3
        days=06/06+3 days =09/09
2) When u create action condition for same u r start condition should be as follows:
    &Today+3days& = %Current date%
->System will check for condition daily and when condition will fullfiled it will triggres the action(mail)
->U need to run background job for u r action condition.
Regards,
DD's

Similar Messages

  • Opportunity Action Print

    Hi,
    I am trying to activate & print an opportunity plan using Actions.
    I have done the following -
    1. Created an action profile and associated it with the transaction.
    2. On Action definition -
    a) Processing Time = Immediate Processing
    b) Schedule Automatically
    c) Determination using condns. that can be transported.
    d) Max. 1 unprocessed action for each action defn.
    e) Using 'Smart Forms' (No Schedule condition or start condition is defined)
    3) Processing type = Smart Forms Print
    Form name = CRM_OPPORTUNITY_01
    I was looking at help.sap.com and I saw the following for actions to work :
    - The print action is set as relevant for the toolbar
    - A print smart form is defined as the processing type
    - The action is set to execute immediately
    - The action is inactive, that is, it is set to be executed manually
    I dont fully understand what "set as relevant for toolbar" means. Can someone please explain.
    If anyone has a good clue about this and can provide suggestions, I would really appreciate it.
    Thanks,
    Reshma

    Hi Reshmma,
    In opportunity document the action tab all the relavant actions defined for this action prifile is display.
    Example:If you define your action processing time  immediately for printing.the action definition of the print is displayed in your opportunity document action tab.
    If your getting any error in action please prvide the detail description.
    Please reward point if its help.
    Thanks,
    senthil vadivelan.R

  • Opportunity Actions funny business with partner dependent

    I have a curious scenario.
    My action performs an email of a smartform. The action is partner dependent and set to process on document save. If a partner is assigned as partner function '00000040' the action should be automatically proposed.
    This all works fine as long as the same business partner is not assigned to another partner function that comes before '00000040'. The action is proposed as it should.
    If I assigned the same business partner to a partner function that has a lower key for example '00000010' the action is not proposed.
    I find this rather peculiar behavior. Any thoughts?

    As it turns out the default implementation of badi CRM_ACTION_BADI method change-context contains the following line of code:
    *delete all the duplicate partner numbers
    DELETE ADJACENT DUPLICATES FROM lt_partner_sorted
               COMPARING partner_no.
    If the partner has the same number then delete it if it appears more than once even though the partner function may be different.
    I don't really get why they did this.

  • Opportunity action profile

    Hi
    Requirement:
    The action to trigger when opportunities is in status OPEN, that has not been changed with in 3 months, the action should generate a mail, that will sent  to the Employee Responsible.
    Solution 1: Start conditions: 
    Status = Open
    System Date  = last changed date + 3 months
    To send an E-mail to Employee Responsible
    Doubt:
    How to insert the condtion "+ 3 Months"  i am able to give other conditons
    Regards
    Masthan

    Hi Masthan
    I am not too sure but we can try like this
    Do the calculation for lastchangeddate+ 90  in a method call using a date profile.
    Give the below in the schedule condition.
      &YY_DI&  = %Current Date%
    Date profile should be created and date type should be mainted as YY_DI
    Inside the method ,calculation can be done as below
    lv_apptype TYPE crmt_apptype,
    lv_date TYPE DATS.
    lv_date = lastchangeddate + 90.
    lv_apptype = 'YY_DI'.
    I have seen this kind of calculation but not remember properly.. Please check if it works..
    Rgds
    Hemalatha.M

  • Automate follow up action in opportunity

    Hi,
    Would like to know the set up required to automate follow up action in an opportunity based on phase change. We are using CRM 5.0
    any step by step document would be of great use. you can mail at [email protected]
    many thanks
    Kumar

    Hi Kumar,
    You need to follow steps mention below:
    1) Create an action defintion to create a follow up document and in that use method 'COPY_DOCUMENT'
    2) In action condition scheduling, you have to specify the followup transaction type and scheduling condition as the phase of the project.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • PFAC rule for detrmining partner functions in Actions of Opportunity

    Hi all,
    In Opportunity, we have scheduled the actions automatically for every phase.When we select phase in Opportunity transaction & save , the activities in that pahse would be created automatically based on conditions with person responsible same as in Opportunity transaction.
    Now I have changed the access sequence in partner determination procedure not to determine person responsible from preceding document means this partner function would be empty in Actions created & I have created rules in transaction PFAC with category 'Agent Determination-Responsibilitis' & responsibility & need the system to deterimine different user for this Person responsible for activities.(Not from preceding document).I have maintained this rule & Partner function in parameters of Actions.& action profile has been assigned to Activity transaction type( Actions). But this rule is not determining the users for the Partner function 'Person responsible'.In activities this partner function 'Person responsible' remains empty.
    Solution to this problem would be very helpful & maximum points would be rewarded for the useful answers.
    Reagards,
    Basavaraj Patil

    Hi Prashanth,
                          Thanks for your reply. I want the Rule  to determine Partner function 'Person responsible in Activity transactions  created in Phases of Opporunities not exactly partner function of Opportunity transaction.The procedure user( CRM Opportunity & Task) is maintained in Partner determination Procedure.
    For this I have assigned different Action profile with Method Call - CRM_DNO_PARTNER_1 containing Parameters for Rule(Structure - PDTASK & Field SEARK -  & Partner function(Structure - CRMD_PARTNER & Field - PARTNER_FCT).
    But still it is not determining Partner Determination in Activities.
    Regards,
    Basavaraj Patil

  • Action Condition by Sales Org / Dist Channel for Opportunity Management

    Hi,
    i need to set action condition by Sales Org / Dist Channel for Opportunity.
    i tried using object BUS2000111 but can't find any parameter referring to Sales Org/Dist Channel.
    any lead really appreciated.
    JD

    Hello Jushan Djuwardi,
    Can you please tell me how you solved this question.
    Thanks.

  • FM/Class to get Action Profile of the opportunity

    Hi All,
    Can somebody suggest me the FM/Class that retrieve the Action definition details for the given opportunity.
    Best Regards,
    Sanju

    Do search in such case(Easy findings).
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=fmtogetfirstdayofthemonth&cat=sdn_all

  • Update Lead Status on save of follow up opportunity using Action

    *I am exploring the possibility of updating the status of lead(preceding transaction) as "closed" on saving the follow up opportunity. Can we achieve this functionality using Methods in Action Profile?*

    Hi Amit,
    You can try calling 'CRM_STATUS_MAINTAIN_OW' Function Module on saving the followup opportunity.
    Cheers
    Ajay

  • Opportunity sales assistant  actions

    Hi Guys,
    I created some new actions & action profile. I assigned it to a new opportunity transaction type. Now when I go into sales assistant tab page, select an action & activate it, it creates the same activity below it rather than in the workspace below for activities. (I created an action similar to gather customer information)
    Anything that I am missing?
    Ani

    Gun,
    I am trying to replicate the gather customer information action. This is what I have done.
    Created an action, with immidiate processing, no restrictions, changeable in dialog, executable in dialog.
    Partner Functions- none
    Using conditions that can be transportable
    Max 1 action unprocessed for each action definiation.
    Processing method: method call
    Method: COPY_DOCUMENT.
    Description: Generate subsequent document.
    Yet it still not working. When I select the phase, I see the appropriate actions but when I activate them they just populate on the same workspace instead of the workaspace alloted for activities. Also is there any way to directly copy the Opportunity_Sales_assistant profile. I couldnt find any option to do so.
    Ani

  • Update Opportunity Totals - trigger this action

    Is there a way to trigger the Update Opportunity Totals action (so the user does not have to click on the button)?

    Does anyone know if this functionality is available yet?
    I have a customer that would like to know if there is a way to automate the clicking of the "Update Opportunity Totals" button everytime someone changes the product revenue record(s). Their issue is that if a user forgets to click the Update Opportunity Totals button after making a change that the Opportunity totals will be off.
    Is there any work arounds for this?
    Thanks.

  • Incorrect Action Status in Opportunity

    Hi,
    I have created a new action profile (by copying a standard one), assured the relation to the new opportunity type, maintained conditions etc. In testing:
    - no planned activity is generated
    - the action status is incorrect
    I have double-checked all setting, I cannot figure out what is wrong. I will appreciate your help.
    Regards,
    Horatiu

    Hi Horatiu,
    Where exactly you are finding results such as:
    no planned activity is generated
    - the action status is incorrect
    rgds
    Hari

  • Action tab in Opportunity.....

    Hi,
    I have assigned an action profile to an Opportunity Trasaction type...
    while i  was trying to create the same Opportunity, The "Action" tab has not been displayed...
    Even in the standard opportunity (OPPT) also the action tab is not coming...
    But with the same procedure i could be able to see the " action" tab in Leads and Activities..But in each and every oppotunity the action tab is not coming..
    To get the " Action" tab in Opportunity what i have to do..
    Regards,
    Venu.

    Venu,
    Further, you can get the Sales Assistant tab for actions in the oportunity by using the action profile OPPORTUNITY_SALES_ASSISTANT
    Regards,
    Julius

  • How to create lead follow up opportunity....

    Hello,
    How to create lead follow up opportunity automatically... Also my clients need is when we change the status of Lead from Open or In-Process or Won to Completed then an automatic email should go to the employee responsible in the lead.
    Please help me in this.... I tried doing this by creating Action profile & assigning that action profile to transaction type but didn't get the expected result.
    I would really appreciate some one help on this.... Please describe it in steps for automatic Opportunity creation & also for email.
    Thanks,
    Ajeet

    Using action is correct approach. You just have to configure action properly. For follow-up use in action 'method call' and use method 'copy_document' and as parameter specify transaction type that you want to be created as follow-up.
    For mail, you can use in action trigger_alert method.

  • When will Creative recognize the linux opportuni

    Just bought a Zen Touch. Pretty nice device, but where
    is the linux commitment?
    Why am I forced to use an OS(M$), that has nothing to
    do with the MP3-Player to operate it's
    Although I'm already use kzenexplorer, libnjb I definetly
    would like to see firmware/bugfix and development support
    from Creative for non M$ OSes.
    Cheers,
    origin_de

    Thanks PeeBee and penguinking3,
    I actually use libnjb and kzenexplorer on SuSE 9.3.
    The point I wanted to make is
    a) that libnjb is reverse engineered without the help
    of Creative.
    b) that firmware updates take into account that there are
    other OSes and therefore should provide bug fixing and
    feature enhancements without being forced to use M$.
    c) that the linux opportunity is there for Creative
    to also differeciate themselves.
    HP recognized it with their printers as lots of others did, too.
    It just needs to open up the protocol for Creative to
    leverage this market for almost no additional cost, as the
    linux community is going to develop it's own management software.
    The argument of cost over M$ doesn't get any better the
    more often it is being used.
    I strongly hope that some Creative representati'ves read this
    here, too and take hopefully take action.
    origin_de

Maybe you are looking for

  • Office 2013 deployment customisation

    Hello, just added O2013 to applications. Used OCT, placed msp to Updates. Run litetouch from test VM. Installation run silently. 100% success. Here are the points that I would like to adjust: 1. When first started Word. I got the Windows with update

  • How can I print from my ipad to the plain paper tray not the photo tray?

    I have a new  HP Photosmart Plus All-in-One Printer - B209a and an ipad on my showroom floor. I let my customers use the ipad to browse through photos of items that are not on display, then print some of the photos. Right now the print job always goe

  • Video output from iphone4 to TV

    Hey you guys! Just wanted to know, If i have my iphone pluged in to my TV via the RGB (video) + L/R (Audio) cables i got from the Apple store, Can i acctually use my TV as the monitor instead of the iphone4 itself ? The reason i ask is, I can already

  • (Problem) Grey empty Word window shows up while opening .doc or .docx files with virtual Internet Explorer 9

    Hi, First i'll explain what i did. I've Thinapped Office 2010 Professional Plus SP2 with an Internet Explorer entry point. (Thinapp version 4.7.3) Made some changes in the registry so .doc and .docx files will open in the virtual IE browser. Here are

  • Finding users in a group

    Hi everyone i am try to use ids:getUsersInGroup('name of the group', true,'remal name') function in order to retrieve the user names of a group and append them in the Users element of the related variable that is based on users element in identityser