How to create a workflow for a date field if the date is approaching?

Hi Experts,
I have to create a workflow on the basis of delievery date entered for the Record type opportunity.
Like, if the user have entered the expected delievery date while Closing the Opportunity a mail should be triggered to concerened persons before 10 days of that "Expected Delievery Date".
If anybody can help in this regard,Thanking in anticipation.

Configure wait action field Until When with the expression [<Delivery Date Filed Name>] - Period("10D")

Similar Messages

  • How to create a workflow for personnel data?

    Dear All,
                  I want to create a workflow for entering personnel data and submitting it to the immediate senior.I had created a workflow for leave approval.Can anyone tell me steps for creating the workflow for personnel data.
                               Pratighya Jain
    Message was edited by: Pratighya jain
            Pratighya Jain

    Check this documentaion on SAP Business Workflow, which is built in HR:
    http://help.sap.com/saphelp_46c/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm
    Things that can be done are eg:
    Application forms and everything for handling them
    Absence approvals, travel requests, expenses
    Time
    Pls don't forget to reward points and close the question if you find the answers useful.

  • How to create custom workflow for document library?

    Hi All,
    I have a document library with a custom  people picker column "assign to". Need to create approval workflow using designer, approval must send to person who is selected in "assign to" column. I tried with designer workflow,But finally
    facing "The e-mail message cannot be sent. Make sure the e-mail has a valid recipient". How to fix and achieve my scenario? Thanks in advance!

    I would suggest you to firstly print the assign to value using "Log to history" action. Moslty it could be of three reasons,
    1. Assign to value is not getting populated correctly in your SPD workflow
    2. Email server is not configured properly, If alerts and other emails are workfing in your server then this would not be a reason for issue
    3. The user your trying to send an email does not have valid email
    do let us know if can get the user email in your workflow.
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if the reply helps you

  • How to create a workflow for e-mail adrress entered in a particular record?

    HI Experts,
    I have to create a workflow in which a mail is triggered to the e-mail ID entered for the record type "Complaint".
    Like, if there is a field called as "E-mail ID of customer" in the Complaint page layout and the user creates a complaint and a workflow is created for WNRS the mail should be triggered to the e-mail address which is mentioned in the field "E-mail ID of customer".
    I have tried by using Relative user on record but there is no Option to select that kiind of a field.
    If any one can help.
    Thanks in anicipation.

    You need to choose "Specific Email Address" and over there you can select the field from the Complaint.
    Regards, Tim

  • How to create a measure for COUNT and compare year-to-date/last year?

    Hello expert,
    I have gone through the Oracle by example tutorial for creating the repository. However, I can't find out how to create a measure to display the COUNT (sequence ID). I tried the Aggregation function on the sequence ID on the Fact table but the report on Answer listed out all the sequence IDs in the database. And did not give me the count of the transaction for the period quarter. If I used the sequence ID on Dim table, the SQL failed.
    And also I want to have two counts, one is for the count of transactions by quarter. Another is for count of transaction for the same period quarter.
    Please help.
    Thanks.....

    If you use count (or count distinct ) as the aggregation rule in the dropdown in the repository column, it should work. Or you can post the generated logical and physical sql here.

  • How to Create a Button for Reader Users to Save XML Data File?

    The "Submit via Email" tries to launching the local email software, like outlook express. But public computer tends to use internet emails.
    I am thinking of creating a button, allowing the reader users to save xml data filled in the form (same as the "submit via email" produces) somewhere.
    anyone has a clue?
    Thanks a lot!

    You could create the shortcut at one machine, then copy it to the target as part of the logon script. Note also that this line contains an error:
    "C:\Users\%userprofile%\Desktop\Org_chart_test.lnk"
    It should read:
    "%userprofile%\Desktop\Org_chart_test.lnk"

  • How to create a sharepoint list to add/change/delete the data in SQL server Table based on users inputs

    I have a table in sql with employee_num and I need to create a list and link that list to this table to make changes to table based on values user enter or selects.

    Hi,
    In addition, you could refer to one similar thread for related information:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/8ee8a7b2-ddfc-4654-b84e-b062aeb527ae/how-to-create-exernal-list-in-sharepoint-which-fetch-data-from-multiple-sql-table?forum=sharepointgeneral
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to create a workflow in SharePoint 2013 that modifies the Modified By field?

    Hello,
    I like to create a workflow that updates the "modified by" field in a list.  Is this possible? 
    Thanks,
    Paul

    the built-in audit fields (Created, Created By, Modified, Modified By) are managed internally by SharePoint. Workflows can edit metadata, but those changes will be made using the user who started the workflow, or by the author (if the workflow is set to
    impersonate the author).
    You cannot change the audit data.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • How to create SDA file for using AXIS Framework in the SOAP Adapter

    Hi experts,
    I have the following question:
    How I can create the SDA file aii_af_axisprovider.sda for using the AXIS Framework in the SOAP Adpater described in http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm ?
    I have downloaded the files axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.4.jar, commons-net-1.0.0-dev.jar and wsdl4j-1.5.1.jar. But how to create the SDA file aii_af_axisprovider.sda? Which tool I have to use for this? It is enough to compress these 5 jar-files in the sda file or need I further files with further information (meta information etc.)?
    Thanks and best regards
    Christopher

    Hi Christopher,
        Check this discussion if you have not checked already.
    Re: NTLM Authentication dosent work with XI ?
    Regards,
    Ravi

  • How to create a setup for window form application including the related sql database?

    i have created a simple window form application project that have only 2 form..
    1st one for login in which it'll check the userid n password from database.if both are correct then it will go to 2nd form.
    now i want this project to run in another computer.
    i created a setup file but its showing some error regarding the database instances connection..
    so if anyone can tell me in details how to create the setup file then it'll b a great help..
    thanx in advance..

    Hi,
    Consider the above scenario,I suggest you to use the SQL Server Compact+ ClickOnce Deployment, A Compact SQL database is a file that can be bundled with your application installation. Below is a link guiding you through the creation process of a SQL Compact
    database.
    http://technet.microsoft.com/en-us/library/ms173009.aspx
    The following link discusses setting up the necessary dependencies and prerequisites for SQL Server Compact. (Note, you will need to scroll to the section entitled Private File–Based Deployment.)
    http://msdn.microsoft.com/en-us/library/aa983326(v=VS.100).aspx
    A ClickOnce Deployment can help you publish your application attach compact SQL database into client machine.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a Picklist for a Srch-Field that was added to BP_HEAD_SEARCH?

    Hi experts,
    I've enhanced the BP_HEAD_SEARCH with the field SALES_OFFICE from BP_SALES. For more information about this, please refer to my previous thread where I asked how to do that:
    How to add search field to BP_HEAD_SEARCH from component BP_SALES?
    I can search for SALES_OFFICE but the request now is to use a Picklist instead, just like in BP_SALES in View CorpAccountOrgEF.
    To add the field SALES_OFFICE to the BP_HEAD_SEARCH I had to add it to the structure CRMT_BUPA_IL_HEADER_SEARCH.
    There it is in include CI_EEW_BUT000 as ZZSALES_OFFICE with the same Data Element as its original (CRMT_SALES_OFFICE).
    So when I look at BP_HEAD_SEARCH/MainSearch in the Component Workbench - ZZSALES_OFFICE is in the SEARCH Context Node as attribute STRUCT.ZZSALES_OFFICE.
    For that attribute I've generated the GET_P and GET_V methods and added below coding.
    method get_p_zzsales_office.
      case iv_property.
        when if_bsp_wd_model_setter_getter~fp_fieldtype.
          rv_value = cl_bsp_dlc_view_descriptor=>field_type_picklist.
      endcase.
    endmethod.
    method get_v_zzsales_office.
      data: lt_ddlb          type bsp_wd_dropdown_table,
            ls_sales_area    type crmt_bus_sales_area,
            lt_partner_crm   type table of crmmspl_bp_l0011,
            ls_partner_crm   type          crmmspl_bp_l0011,
            lr_ddlb_type     type ref to   cl_crm_uiu_ddlb.
    * get sales area
      select distinct sales_org channel division from crmmspl_bp_l0011
             into corresponding fields of table lt_partner_crm.
      read table lt_partner_crm into ls_partner_crm index 1.
      move-corresponding ls_partner_crm to ls_sales_area.
      if lr_ddlb_type is not bound.
        create object lr_ddlb_type
          exporting
            iv_source_type = 'T'.
    *   Get values for SALES_OFFICE
    *   provide sales area
        call method cl_crm_uiu_bp_cust_get=>get_val_for_sales_office
          exporting
            is_sales_area  = ls_sales_area
          receiving
            rt_value       = lt_ddlb
          exceptions
            error_occurred = 1
            others         = 2.
        append initial line to lt_ddlb.
        if sy-subrc = 0.
          lr_ddlb_type->set_selection_table( it_selection_table = lt_ddlb ).
        endif.
      endif.
      rv_valuehelp_descriptor = lr_ddlb_type.
    endmethod.
    But I still don't get a Picklist for my ZZSALES_OFFICE. None of these methods are even called - which I found out through debugging.
    Does anyone have an idea on how to do this?
    Thanks in advance!
    Best regards,
    Melanie
    Edited by: Melanie Lauber on Feb 12, 2009 1:33 PM

    Hi again Stephen!
    Very thanks for your reply. You've solved my problem AGAIN!
    I had to redefine the Method GET_DQUERY_DEFINITIONS, copied the original method and in the loop I added my coding as below (maybe this helps someone else too):
    * local data:
      data:
        lt_classcat          type crmt_bus_clcatt.
      field-symbols: <rs_result> like line of rt_result.
      call method super->get_dquery_definitions
        receiving
          rt_result = rt_result.
      loop at rt_result assigning <rs_result>.
        case <rs_result>-field.
          when 'OWNERLASTNAME'.
            <rs_result>-server_event = 'VHELP_EMPL'.
          when 'CPLASTNAME'.
            <rs_result>-server_event = 'VHELP_CONT'.
          when 'CREATION_USER'.
            <rs_result>-server_event = 'VHELP_CRUSR'.
          when 'CHANGE_USER'.
            <rs_result>-server_event = 'VHELP_CHUSR'.
          when 'MARKETINGATTR'.
            <rs_result>-server_event = 'VHELP_MARKETINGATTR'.
          when 'POST_CODE1' or 'HOUSE_NUM1'.
    *       overrule CL_BSP_WD_CONTEXT_NODE_ASP->ADJUST_DQUERY_VALUEHELPS
            collect gc_operator_bt into <rs_result>-operators.
            collect gc_operator_gt into <rs_result>-operators.
            collect gc_operator_lt into <rs_result>-operators.
    *--> begin - 12/02/09 - Melanie L.
          when 'ZZSALES_OFFICE'.
    *       get sales area
            select distinct sales_org channel division from crmmspl_bp_l0011
              into corresponding fields of table lt_partner_crm.
            read table lt_partner_crm into ls_partner_crm index 1.
            move-corresponding ls_partner_crm to ls_sales_area.
    *       Get values for SALES_OFFICE
    *       provide sales area
            call method cl_crm_uiu_bp_cust_get=>get_val_for_sales_office
              exporting
                is_sales_area  = ls_sales_area
              receiving
                rt_value       = lt_ddlb
              exceptions
                error_occurred = 1
                others         = 2.
            append initial line to lt_ddlb.
            if sy-subrc = 0.
              loop at lt_ddlb into ls_ddlb.
                move-corresponding ls_ddlb to ls_ddlb_opt.
                append ls_ddlb_opt to lt_ddlb_opt.
              endloop.
              <rs_result>-ddlb_options = lt_ddlb_opt.
            endif.
    *--> end   - 12/02/09
    Kind regards,
    Melanie

  • How to create LSMW project for MPN deletion

    Hi
    in MP01 there is a deletion indicator how to tick mark that for All MPN materials
    how to create LSMW project
    bcz LSMW project wil reads the data line wise bt MPN numbers varies for different materials
    how to do this?
    i cant do it manually bcz there sre around 15000 materials are there...
    can anybody help me on this?
    Regards
    Smitha

    there is no standard program for deletion,  through LSMW recording method possible to delete the materiasl.
    goto LSMW tcode and create programt subproject and object  goto step 1 select the second method that is RECORDING  , here you need to record the MM06 tcode and process the recoding...
    the tcode MM06  is set the deletion flag.
    if you want delete alla metarial based on client level  use MMDE tcode.

  • How to create an Invoice for the sales order using the T-Code VF01

    Hello Experts,
    How to create an Invoice for a sales order using the T-Code VF01?
    Thanks in advace,
    Suma

    hi,
    Make the following settings-
    1. Create sales document and billing type
    2. assign billing type in sales document type config VOV8
    3. Activate itemcategory as sales order related billing
    4. Maintain copy control header and item level between sales order and billing
    5. Maintain pricing procedure for sales order and billing
    6. Define Output procedure in case to print invoice
    Regards
    Goutham

  • How to add the date field in the dso and info cube

    Hi all.
    I am new to bi 7. in the earlier version v hav to button to add the date field. but in the bi 7 der is no option so can any body tell me how to add the date field in the data targets
    Thanks & Regard
    KK

    my prob is solved
    KK

  • How to create business operation for starting workflows

    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java class everything
    works fine(wlpi-ejb.jar is required), but when I call business operation from
    Studio I can't use classes from wlpi-ejb.jar.

    Business operation is called by WLIS. So, I include wlpi-ejb.jar into WLIS classpath.
    Studio uses deployed EJB from wlpi-*.jar, I don't know why Studio doesn't see
    methods from deployed EJBs when WLIS classpath contains wlpi-ejb.jar.
    "Andrew Pitonyak" <[email protected]> wrote:
    >
    When studio starts, what is your classpath? If you use the included batch
    file to start it, then your class path may not include this :-)
    Andrew
    "Raul" <[email protected]> wrote in message
    news:[email protected]..
    How to create business operation for starting workflows from worklist?
    When I call methods that implements business operation from java classeverything
    works fine(wlpi-ejb.jar is required), but when I call business operationfrom
    Studio I can't use classes from wlpi-ejb.jar.

Maybe you are looking for

  • Load SWF file in main SWF with parameters

    Hello everybody, I recently got a new flash Application which is a Photo Gallery. This App is made of multiple folders (source files), a FLA file, a SWF with its javascript SWFObject and an Html page which instantiate this App with some parameters (s

  • Google Apps Provisioning (and contacts) api

    Has anyone written a .cfc to simplify the task of interacting with the Google Apps Provisioning API? We are looking to transition over to Google Apps for our student email, and I see that libraries have been written for python, php, java, and .net bu

  • Read tables from different schemas in oracle

    Hi, I'm trying to write a code to run a query to get data from an Oracle server, the problem is that the query refers to multiple tables in multiple schemas... the regular way to do it in oracle (SCHEMANAME.TABLENAME) does not work in excel vba query

  • Reg.Initially post the stock in quality

    HI i want to post the stocks directly in quality.how its possible if i use MB1C-563 mvt.system shows error "Change the inspection stock of material FT1611R1 in QM only" Pl give me some ides to post the stock in quality thanks selva

  • Plenty messages in log: SEC_LOGIN-4-LOGIN_FAILED

    Hi I use 2901 router  as console server  (ver 15.0(1r)M15) It has serial module installed with many connected devices (cisco routers, switches, juniper routers etc) I recently noticed a large number of messages such as: 072176: Apr 23 17:08:22.349 VL