OAB - Certifications : Action Item Due Date

Hi,
Does anyone know how to setup Due Date for the Action Type based on certain conditions?
For eg
Birth Certificate - 3 Months
Marriage Certificate - 45 days etc
Thanks in advance

Hi,
Thanks for the reply. Yes I am doing the same setup, but I would like to know is there any way to have more than one due date in the action items. This is for Dependent Certifications, currently the set-up in Program Enrollment Requirements - > Dependent Coverage - > Plan Type -> Dependent Change of Life Event -> Change of Life Event Certifications and set-up actions in the action Type window in the Program Enrollment Requirements screen
For e.g.
Dependent Certification Required - Birth Certificate - Due Date 06/30/2009
Dependent Certification Required - Marriage Certificate - Due Date 07/31/2009
etc
Likewise there are many certificates involved; Depending on Life Event, Relationship Type and other conditions it will vary. Please let me know if there are any ideas.
Thanks

Similar Messages

  • How to access an action's Due Date through the GP API

    I'm new to the GP API, and I would like to know how can I get/set an action's due date and notifications at runtime.
    Is it possible to create new actions and attach them to a process?
    Thanks in advance

    Thanks for your reply. You know? I already looked at those documents before, but I couldn't find the right API to acomplish my requirement.
    What I've found over and over is how to retrieve the notifications belonging to the process. But these are not the notifications that I need. Like the post's title reads, I need the <i>Activities/Actions</i> notifications.
    I read there's a method in the <i>NotificationManager</i> API to do so, but so far I've only manage to get a <i>NullPointerException</i>
    Here's the code:
    String processId = executionContext.getProcessId();
    String activityId = executionContext.getTaskId();
    IGPNotificationInstance notificationInstance =
            ntfm.retrieveNotification(
                    processId, activityId, notifId);
    String idNotificacion = "";
    if (notificationInstance != null) {
        deadline = notificationInstance.getDeadline();
    The notification ID comes from watching the faulty notifications in the queue manager (so it's hard-coded)
    It doesn't matter what property/method I try to access from the <i>notificationInstance </i>object. I get a <i>NullPointerException</i>.

  • OAB Certifications Action Types

    In Release 12 there are two new fields on the Action Types page (Plan Enrollment Requirements>Actions (button). On this form you select the kind of action for this plan, Dependent Requires Certification, for example, and enter the due date of the action item. There are two new fields, a required check box and a Once or Always Code field. I don't see that I am able to use either of these fields. They don't seem to allow entry and I can't find any action type or due date that "opens" them. Do you know what they are used for or how they are used?
    Thanks,
    Gay

    Just wondering if anyone knows about this new field on Action Types "Once or Always Code?"

  • Vendor line item due date error

    I found the net due date in vendor line item report is not correct. vendor payment term is 30 days, accounting document posting date is Jan1. 2010,but net due date is Jan.1.2010, it should be 1.Feb,2010.
    why system calculate wrongly? Thanks

    Is it a credit memo ?
    For a credit memo the due date is the baseline date. This is the default rule. If you want that the credit memo is taken in account with payment terms, you must either link it to an invoice by filling the field REBZG with the invoice number either put the constant 'V' in the same field (REBZG). With 'V' in REBZG, the credit memo is taken in F110 according to its payment term.
    see documentation of data element REBZG.

  • E61 - ToDo item due date

    Nokia E61 > 1.6610.04.04 19-04-06 RM-89
    Bought SIM Free but using on UK Orange Network
    Is it possible to set a ToDo item without a specific due date ?
    I must be really busy or somthing as I have a lot of items on my ToDo list which makes my daily view on the Calendar hard work scrolling down through all the ToDo items just to get to the first thing I have booked in the day.
    I've started to pick random dates in the future for ToDo items just to keep the Calendar clear... which is a work around but not a fix
    I'd be happy for the ToDo items without a date to dissapear from the Calendar view and only appear in the ToDo view.
    Any help and advice appreciated
    Matt Bird

    15-Jun-2006 10:14 PM
    mattbird wrote:
    Nokia E61 > 1.6610.04.04 19-04-06 RM-89
    Bought SIM Free but using on UK Orange Network
    Is it possible to set a ToDo item without a specific due date ?
    I must be really busy or somthing as I have a lot of items on my ToDo list which makes my daily view on the Calendar hard work scrolling down through all the ToDo items just to get to the first thing I have booked in the day.
    I've started to pick random dates in the future for ToDo items just to keep the Calendar clear... which is a work around but not a fix
    I'd be happy for the ToDo items without a date to dissapear from the Calendar view and only appear in the ToDo view.
    Any help and advice appreciated
    Matt Bird
    I have the same problem, viz, how to limit the ToDo items sent from the PC to the Daily View. Have you found any solution other than that very inadequate (though helpful!) workaround of putting a random future due date on the ToDo item?

  • Open item due date forecast

    Hi
    i run the report   due date forecast for particular customer   fi customer only
    it gives report like
    company code  /   busa  /   total open / due in 8days or less  /  due in 30 days or less  /due in 30 days or more
    data came only in company code  and business area  and total open otems
    issue is  i would like to generate one report   i need some data in  due in 8days  or less  /// due in 30 days or less
    inorder to get this report  what should i do   i need to do any  i need to assign any dunning procedure in customer data
    plz  put some light on this
    thanks
    mvnr

    Hello,
    If the standard report are not sufficing your requirement,
    I would suggest you create a FORM in FDI4 - Refer FDI5 and FDI6 for standard forms.
    Create a report in FDI1 and assign the form that you have created in FDI4.
    Refer FDI2 and FDI3 for standard reports.
    You can flexibly configure the forms according to your requirement and even add the formulas.
    Regards,
    Ravi

  • Item Due Date From Vendor

    Hi -
    I am looking for the easiest way to find out when all open PO's for a specific item are due in.  The only tool we are using now is the inventory status report then drilling down to the activity.
    I need a quick way, that if our CS people are on the phone and customer wants to know when an item is due in, they can get it in a quick glance.  Does it really have to be generated through a query or a crystal report?  If so, how?

    Assign this FMS to Item Descrition then shift f2 or click the magnifying glass.
    You have to modify it as we use UDF Fields for ETA Dates
    IF (SELECT DISTINCT T0.Itemcode FROM POR1 T0 WHERE T0.ItemCode = $[$38.1.0] AND  T0.Dscription = $[$38.3.0] AND T0.LineStatus != 'C')
    IS NOT NULL
    SELECT T1.DocNum AS 'Document',
                  T0.ItemCode AS 'Item Code',
         T0.Dscription AS 'Description',
         T0.Quantity AS 'Orig. Qty',
         T0.OpenQty AS 'Open Qty.',
         T0.LineStatus AS 'Status',
         U_PORedDT AS 'E.T.A. COWPER'
                 FROM POR1 T0 
    INNER JOIN OPOR T1 ON T0.DocEntry = T1.DocEntry
    WHERE T0.ItemCode = $[$38.1.0] AND  T0.Dscription = $[$38.3.0] AND T0.LineStatus != 'C'
    UNION
    SELECT (SELECT MIN(DocNum) FROM OPOR), NULL, 'END OF REPORT', NULL, NULL, NULL , NULL
    ORDER BY DocNum DESC

  • Action due date problem on CE7.1SP5

    Hello Everyone,
    Please help me on this.
    I am assigning due date to a process {@process level} in design time.
    Run the process.
    Check the details of this process instanace in nwa.
    What I have observed that the due date given at process level becomes due date of all the actions inside the process.
    thats ok.
    Now I just assign due date to a particular action {action level not at process level}.
    Start and checked the process instance details and what I have observed that the due date is empty {Even for that action}.
    Due date cannot be seen here.
    If due date is assigned to an action why it's not showing due date?
    Currently I am working in CE 7.1 SP5.
    I tried same thing on NW04s 7.0 SP14. There its working? What colud be the reasons?
    Regards,
    Pratik Khandelwal

    Hi George,
         Thanks for the reply. I am facing one more problem related to this.
    I want to retrieve due dates of all the actions. I tried it by using gp api's.
    I am sucessful in retrieving process level due date but I can't able to retrieve due dates of actions. Is this because of that bug?
    What I mean "Is due date/notifications can be assigned to actions in 7.1 or it just support at process level".
    Regards,
    Pratik khandelwal

  • Workflow giving "Suspended" Error on Calculated Columns- Sending Reminder Emails on List Due Date

    I have created a list that has our reporting due dates plus calculated columns for 5 and 10 day reminders.
    Example:
    Due Date: 3/7/2014 1:00 PM
    5 Day Reminder (Calculated Column= [Due Date] – 5): 3/2/2014 1:00 PM
    10 Day Reminder (Calculated Column= [Due Date] -10): 2/25/2014 1:00 PM
    As you can see in the list, it calculates the (5 and 10 day) reminder dates correctly in the list… 
    However, what I am wanting to happen is to build a workflow that will automatically trigger and send these reminder emails.
    In SP 2013 Designer, I have my conditions set as: 
    I can go in on the list and set the workflow but once the due date/time comes up… The status changes from "Started" to "Suspended"-- I never receive a reminder email and I get the following error:
    "RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP
    500 {"error":{"code":"-1, System.FormatException","message":{"lang":"en-US","value":"String was not recognized as a valid DateTime."}}} {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["33"],"SPRequestGuid":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"request-id":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Feb 2014 18:49:09 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)"
    The string I have set up within SP Designer for the dates is:
    If Current Item:Due Date
    equals Today
    If Current Item:5 Day Reminder
    equals
    Today
    If Current Item:10 Day Reminder
    equals
    Today
    Any ideas as to what I am missing?
    Thank you in advance!
    Amanda

    Hi,
    To start the workflow, we have three options:
    If you select the “start the workflow automatically when an item is created” or “start the workflow automatically when an item is changed”, the workflow can be started automatically.
    If you don’t, your workflow will never run, and therefore never wait till the date specified.
    The “Pause Until Date” action causes a workflow to pause executing until a specified date and time.
    If current day is equal to the specified date, it will execute the next step.
    More information:
    Workflow actions quick reference (SharePoint 2013 Workflow platform)
    http://msdn.microsoft.com/en-us/library/jj164026.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Need user exit to put filter on field ( customer item due by ) in F110

    i'm having the requirement to put filter on the transation f110 on the paramater tab  of customer item due date that shoud consider  only 10 days back date form the sy-datum .  so i need user exit to pace the logic in automatic payment transaction.
    Thanks
    sarfraz

    Hi used the BET for process 1820 copied the function module and configure it and i have put the break point but when i have process the transaction f110 its not triggering.
    i have done as the below config
    In FIBF Tcode, Products -> of Customer for BTE 1820 : created a ZZ<Product> and made Active
    In Process Modules-> of Customer for BTE 00001820 : added ZZ<Function Module> and ZZ<Product>

  • Setting Guided Procedure Task Due date in UWL

    All,
    Currently UWL is configured to show the tasks related to GP.
    My question is how do we set the "Due Date" in UWL task View ( remember i am not talking about Due Date tab in GP). I want that the task that gets posted in UWL should have a due date. Now i have configured the Due date for the action(in Due date tab) but i don't see it when i login in UWL for this particular task.
    Help will be greatly appreciated.
    Thanks
    Pravin

    Hi George,
    I need some help.
    My scenario is to set Duedate in run time to a Action.
    Like:
    Action1->Action2
    I am setting a Duedate Notification for Action2.I am selecting Type of DueDate Notification as Date and selected some date.I need to change this Duedate Notification Date in runtime through context data
    of Webdynpro CO
    I am approaching as follows:
    1)Created a Background CO (I wrote a logic to change the duedate and I achieved it)
    2)Assigned this Background CO to Action2 Notification(On Assign).
    I checked in NWA the duedate of the action is changed.But in UWL screen its showing same old DueDate.
    Please guide me in a correct way.
    I will be very thankful to you If any suggestions.
    Regards,
    Rajesh N

  • Ical..... Sort items by due date

    I always like to see my tasks deadlines. so I always like to sort the items by due date in the list the "To Do Items". My point is when I updated something I always need to click the option and sort items by due date again. Can I do that action with an special command instead to used the click option?
    Thank you

    More information about my problem:
    I have setted my field under environment  > sort fields > dunning notice items
    New sort variant 50 u2013 for a test have tried the
    Sequence 1 u2013 budat
    Sequence 2 u2013 bldatu2026 (not necessary for test only )
    Also under environment I have changed the company code datau2026
    As:
    Comp code     Sort MHNK          sort MHND
    K1 (unchanged)     50 (new u2013 changed)     
    But still the dunning print will not react to the settingsu2026

  • FBL5N & S_ALR_87012168 - Due Date Analysis for Open Items

    Hi,
    As per the above mentioned i could find the that there is differene in the account balances in FBL5N report and due date analysis for customers. Where as FBL1N and the vendor due date analysis figure in the report are same.
    Just want to know why is difference in customer related.
    Require a immediate reply.....please help me
    Thanks in advance.
    jai

    Hi
    I could not understand which report you compared with s_alr_87012172.
    Have you tried matching FD10N and FBL5N.  If not matching, then there could be problem with authorizations in FBL5N.
    From report S_ALR_87012168, you can also drill down to view the line items.  Hence if you drill down and list the line items, it will give you some clue.
    Try whether if any parked documents are included in FBL5N.
    Also ensure that in report S_ALR_87012168, Database is selected in Data sources.
    Regards

  • FINT interest calculation on cust overdue items from net due date required

    Hi.
    I am running FINT option i am running interest calculation from net due date onwards whereas the system is calculating the interest from Next date of due date.
    For example: Customer invoice is raised on 01.01.2011 and Net due date is 01.01.2011. I gave the option in the interest calculation - SPRO - FINANCIAL ACCOUNTING(NEW) - ACCOUNTS RECEIVABLE AND ACCOUNTS PAYABLE - BUSINESS TRANSACTIONS - INTEREST CALCULATION - PREPARE ITEM INTEREST CALCULATION, Ref date as as 1 - Value date (Baseline date from Net Payment).
    Still the system is calculating the interest from 02.01.2011 instead of from 01.01.2011.
    Can anyone help me in this regard.
    Regards,
    Padmavathi

    Hi,
    We can calculate interest on items cleared with in the calculation period.
    When you are calculating interest on open items, system will check open items as on the Calculation Date.
    But if you want to calculate Interest on items cleared with in the calculation period., you have to check Calculate Interest on Cleared Items also.
    For Instance: If you are calculating Interest on 31st July for the period of 01.07.2009 to 31.07.2009, in this case
    some open items are already cleared with in this calculation period, even though you have to calcuate interest for those cleared items for that many days. System will calculate interest for that many days.
    Try with this option, still if you need any help please let me know.
    Thanks
    Chandra

  • Due date in vendor line items

    I would like to know if it is possible via Customizing to get the due date taking into account a calendar in order to avoid the due date in a non-working date.
    If it's not possible via Customizing, how can we get it?
    Does the standard cover this requirement?
    Thanks a lot in adavance.

    Hello Montserrat,
    I am not sure whether the functionality can be established via Customizing...based on Customer or Vendor Payment Terms (OBB8).
    But, I can advise a solution that can be acheived programatically (technically).
    Configure a Substitution step (OBBH), may be for item level, in the form of User-exit and inform your developer to embed the logic for verifying the Due Date in the customer/vendor line item against the calender (using appropriate function modules that are available in the standard) and substitute the Due Date to a working day, if required.
    Hope this helps you in resolving the problem.
    Pls reward if helpful.
    With Regards
    Vijay Gajavalli

Maybe you are looking for

  • Log on - Windows XP

    I just got my X300 and put on Windows XP because the Vista took up too much space on an already small hard drive. (Also wanted to get rid of bloatware and didn't like comfirming every move I made on Vista). I then wanted to get rid of the Welcome scr

  • Ping is working but tnsping does not - SOLVED

    Hello, I have problems with connecting from client to the database. 10.2.0. Linux-> WinXP db is on host A (Win), and client - sqlplus - on host B (Linux). I can do ping from A to B, but not tnsping. It's timing out. There is a listener running on 152

  • After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

    After upgrade to iOS 6, one of my apps won't load. It seems to, then just ends. Is there an error log I can check?

  • ADF Refactoring

    Hi my team started to develope ADF Application , each one of us started to work locally on his project adding entiteis and views and jsp pages , but later we need to integrate our work in a single project , is there any way like refactoring that help

  • Elements 12 - Scene Detect

    Maybe a dumb question but, where is the Scene Detect option in the capture panel.  Is it supposed to be here in the grey area under the Save To option?