Notification status is CLOSED automatically

Hi,
In my custom workflow, the notifications which are being fired are handled with pl/sql procedure using wf_engine.send_notification. But i see that the status of these notifications is CLOSED when i try to view them through the application.
Any reason why the status of the notification is changed to CLOSED?
Thank you
Jim

Hi,
A notification is closed under three conditions.
1 - The notification is a notification which does not require a response, has been emailed to the user, and the mailer is configured so that FYI notifications are automatically closed when they are emailed.
2 - The notification does not require a response and the user has clicked on the OK button from their notifications screen.
3 - The notification requires a response and has been responded to, either via email or via the notification pages.
HTH,
Matt
WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
Have you read the blog at http://www.workflowfaq.com/blog ?
WorkflowFAQ support forum: http://forum.workflowfaq.com

Similar Messages

  • I-Expenses - Notification statuses. Closed - Reset.

    morning gurus.
    I've been asked about an expense report that was sitting in the 'Error in Workflow...........Activity '............' has no performer.' state.
    On checking this, I've found that its already "closed with the result: Reset". I've looked through guides and can't find anything..
    What can be done about this? What does status 'Reset' mean? Once a notification has been closed can it be re-opened?
    thanks for loooking...
    T

    Hi,
    Make sure you can connect to your SMTP server, run the following on your Application Tier server:
    telnet 65.36.214.213 25
    (you shouldn't get connection refused or any failure then type the following and hit enter);
    ehlo
    You should get response from SMTP server with details about the server.
    Regards,
    Gareth

  • Some AR Invoice status are Closed but some AR invoice status are Open-Print

    Hi,
    I have seen some AR Invoice status are Closed but some AR invoice status are Open-Printed.
    There are any reason for this.
    Regards,
    Mzian

    Hello Mizan - if you add an AR Invoice and it immediately and automatically goes to "closed" status, then you have a big system problem on your hands.  There is no way SAP B1 should automatically close an AR Invoice unless someone has done a manual reconciliation or has created an AR Credit Memo or has made a payment or has closed/cancelled the AR Invoice manually.
    Call your SAP Partner or SAP Support immediately!!!
    Regards - Zal

  • Customer Disputes not closing automatically

    Hi,
    I am currently checking an issue why my customer disputed items are not closing automatically after the invoices have been paid.
    - The regular financial disputes close automatically
    - The casy type and the correct status profile
    - the status profile is set to close directly from new status to to be collected / then closed
    - The status profile has changed after initial set up
    - I ran the process bufffer program and no result, the disputes are still open.
    - We have activate the customer disputed objects properly as far as i can see.
    Thanks for the assist
    regards',
    Richard

    I concur with the mesgs above that for customer disputed cases, it gives additional time for AR analysts to investigate the claims. And if it actually turns out to be a dispute, then eventually it will result in creation of AR residual and in turn a Dispute case.
    In scenario mentioned of multiple disputes for the same invoice, you need not have multiple dispute cases open, unless its a specific business requirement. You anyways have the disputed amount and current disputed amount filled correctly and make appropriate use of reason code and root cause code to depict this scenario in just one dispute case itself.
    However if you still want to create more than one dispute case for the same AR item, in that case, please either use the splitting functionality to accurately depict the disputes in AR as well as FSCM.

  • Why SO Header not get closed automatically after all SO lines get closed?

    Hi all :
    Do you know the reason, why some SO Header still as Booked Status, even All the SO lines are already closed ?
    If I see the Workflow status the SO Header is in Status = Deferred and Activity = Wait
    And I can close it manually if I rewind the Activity in the Workflow, but I want to know why the SOs not get closed automatically.
    Thank you in advance
    Edited by: Daniel on Jan 18, 2011 8:41 AM

    Have you scheduled the concurrent request to use Workflow Background Processor to Process OEOH ? What is the frequency? Has it run after the lines got closed?
    Also, check the value of the WAIT attribute in the OEOH workflow? By default, it is set to close headers at the end of month.
    For more detail please see Note:141919.1 on Metalink.
    Also refer to metalink document # 397364.1 which details how to change the WAIT attributes.
    Hope this helps,
    Sandeep Gandhi

  • Invoice status is "Closed" after posting from Partial Delivery Notes

    Hi everyone,
    My add-on posts PARTIAL draft documents to posted delivery notes without reference to a Sales Order up to invoices. I've noticed that after invoice posting, my document (invoice) status was closed while my delivery notes document is open. Should'nt my invoice status still open? Please tell me if I am missing something on my code below. Thanks in advance!
    public SAPbobsCOM.Documents PostDeliveryReceipts(SAPbobsCOM.Company company, SAPbobsCOM.Documents draft, ref int result)
    SAPbobsCOM.Documents delivery = (SAPbobsCOM.Documents)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oDeliveryNotes);
    delivery.HandWritten = SAPbobsCOM.BoYesNoEnum.tYES;
    delivery.DocDate = draft.ShipmentDate;
                delivery.DocDueDate = draft.ShipmentDate;
                delivery.CardCode = draft.CardCode;
                delivery.CardName = draft.CardName;
                delivery.NumAtCard = draft.NumAtCard;
                delivery.DocType = SAPbobsCOM.BoDocumentTypes.dDocument_Items;
    for (int i = 0; i <= draft.Lines.Count - 1; i++)
                    draft.Lines.SetCurrentLine(i);
                    //components of a bom
                    if (draft.Lines.TreeType != SAPbobsCOM.BoItemTreeTypes.iIngredient)
    delivery.Lines.ItemCode = draft.Lines.ItemCode;
                        delivery.Lines.Quantity = draft.Lines.Quantity;
                        delivery.Lines.WarehouseCode = draft.Lines.WarehouseCode;
                        delivery.Lines.VatGroup = draft.Lines.VatGroup;
                        delivery.Lines.UnitPrice = draft.Lines.UnitPrice;
                    if (i != draft.Lines.Count)
                            delivery.Lines.Add();
    return delivery;

    hello, friend.
    in addition to what the others have said, please check your customer master, particularly in the Sales Area Data > Shipping tab.  look at the partial deliveries.  there may have been settings that tell the system if a delivery has been created with reference to the sales order, the order will be completed even if the quantity is only partially delivered.  if the entry in the 'partial delivery per item' field is 'B', then this will explain your situation.
    this can also be manually set in the sales order, so you have to take a look at the order as well, at item level.
    regards.

  • Notification Status at Run time in Notif_event_post

    Hi All,
    My requirement is to send a mail to the creator of the notification when their is a change in the notification status and that changed notification status has been saved by the user.
    To achieve the functionality i am using Notif_Event_Post and in this at run time i am getting the new work order but i am not able to get the new notification status at run time that the user is going save.
    When i use select query on jest and tj02 using OBJNR and ISTAT i am getting the old notification status not the new notification status.
    I also tried using the STATUS_TEXT_EDIT and STATUS_TEXT_Multi but the output is same as above.
    Please give solution to the above problem.
    Thanks in Advance.

    Hey Shiva,
    The FM for finding user status is CRM_STATUS_READ_OW
    Please Reward for usefull usefull post..
    Regards,
    Anand..

  • Can a PO be reopened after its closed automatically.

    We are in implementation phase of SAP B1.
    We are using non perpetual inventory system. We created a Purchase order to buy 100 KG of item. Then we created 3 MR of 20 KG receipt each. We realized we have received one of MR in wrong warehouse, so we needed to reverse that MR. as reversal of MR is not supported we created a Goods Return for it.
    Now after creating 2 more MR of 20 KG each PO closed automatically, But we have only created MR for 80 KG's till now. we want to receive 20 KG more material against the original PO.
    How can we do that?
    is there a setting to close the PO only Manually, as we have requirement that some time we might receive extra Weight against same PO?
    Is it possible to re open a closed PO?
    How can we ensure that even Goods return is add back to PO quantities?

    hi Avinash,
    use the new feature of 8.81 Reopen Doc. by Creating Returns/Goods Returns/Credit Memos Based on It. to access this feature goto Administration -->> System Initialization -->>  Document Settings -->> Per Document and in the dropdownlist select Purchase Orde, then check the tick box Reopen Doc. by Creating Returns/Goods Returns/Credit Memos Based on It.
    Note: Reopen Doc. by Creating Returns/Goods Returns/Credit Memos Based on It
    If you select this checkbox, you can decide whether to reopen a sales or purchasing order when you create a return or goods return document that is based on the sales or purchasing order, or when you create a credit memo based on an invoice. The application prompts you for a decision every time you create a return, goods return, or credit memo.
    regards,
    Fidel

  • Posting period on status "period closing" allows enter goods receipt

    Hi to all:
    My customer is having the problem that the posting periods that is on status "period closing" allows users to save goods receipt and goods issue that DON'T have the authorizations under:
    1) General / Period status: Unlocked Except Sales
    2) General / Period status: Closing Period
    But any other kind of marketing document, journal entry, shows the error correctly:
    "user is not authorized for data entry in posting periods with status 'Closing Period'. Contact your Administrator"
    According to the Help of SBO, the period status authorizations are:
    "Unlocked Except Sales u2013 all types of transactions and documents, except for the documents under the Sales u2013 A/R module."
    "Period Closing u2013 users who have period closing authorization can post all types of transactions and documents."
    We are using Period Closing option for example in May, but even i dont have the authorizations for these options, and i can enter goods receipt and goods issue without problems, is this normal? and Why?
    I only think it could be that goods issue and goods receipt is seen like a stock fix transaction but im not shure about this.
    I have tested this in PL42 and PL46, thanks a lot for your help.

    Hi Carlos,
    The issue mentioned seems to be related to Note No.  :  [1274415|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1274415].
    You can check whether it is same or not.
    Regards,
    Jitin
    SAP Business One Forum Team

  • I have CS2 and I use it almost every day.. Today when I tried to launch it, a prompt came up saying my Activation was no longer valid and it closed automatically.  Then when I tried to re-open it, a prompt came up saying "A serious error has occured"  Ple

    I have CS2 and I use it almost every day.. Today when I tried to launch it, a prompt came up saying my Activation was no longer valid and it closed automatically.  Then when I tried to re-open it, a prompt came up saying "A serious error has occured"  Please re-install the software...  I have no idea where my software is... That was many many years ago?  HELP!!

    When you go to the download page, you must do two things:
    Download this file: PhSp_CS2_English.exe on the download page.
    Use the serial number on the download page in order to install your non-activation copy.
    Do not use your old CD or serial number. It no longer works.
    If you have Windows 7, the advice is to turn off UAC and run the installer as Administrator.
    Gene

  • Purchase Requsition is not closing automatically During ME59 PO creation

    Hi,
    We are using PO creation through ME59,
    In ME59 we have set the indicator 1 Set reqs. to "closed"
    In PR we have 1 qty and in PO was created for 1 qty. But the PR was not closed.
    When we check the F1 help for the filed it say it will work with respect to the rounding value. as for my concer the PR qty 1 was fulfilled by po with 1 qty creation.  I dont know why the PR was not set to Closed automatically.
    If we try 2 Set reqs. to "closed" It is working
    Can any once explaing why it is not wroking for indicator 1
    Regards
    Palani

    Is your order unit and requisition unit same ?

  • CC&B v2.3.1 - Updating SA status to Closed (out of box batch jobs)

    I was reading the online help for CC&B v2.3.1 and I keep reading that the system changes a stopped or reactivated SA (service agreement) status is changed to Closed once its balance is 0.
    I was wondering which out of the box batch job (batch control) would actually change the status to closed once the balance is 0? I can't seem to find this detail in any of the out of the box batch job descriptions.
    Thanks in advance :)

    You don't need to run a batch job to update SA Status to Closed - the system will update the Status to Closed once the SA no longer has a financial balance. This means that, if you make a payment of the whole outstanding balance for the SA, the Status will be updated when the payment is frozen (whether online or in batch). It is also possible for such an update to occur during write-off processing, because WO can take an outstanding balance and remove it from the SA.
    And just a note to say that SAACT selects only Pending Start and Pending Stop SAs, so will not process an SA that is already Stopped.
    Edited by: user816833 on 23 mai 2012 12:16

  • Which table are notification status in?

    hi,dear experts,
    Do you know which table are notification status in? and which fields are they? I can't find them in table QMEL.
    And, which table are the system status of notification in? which fields are they?
    I are doing a report and need these information. I used ST05 to trace IW29,but i failed.
    Thank you very much.

    JEST

  • Digital Signature for QM notification status change

    Hello experts,
    I need your guidance regarding implementation of user digital signature for QM notification status change. Our customer has ECC 6.0 but they are not inclined to introduce enhancement package 3 soon. Now their requirement is that while QM notification status change they want to have a user signature pop-up to verify the user authorization to do so. But they don't want to do so by using digital signature via DMS status change.
    I am really not sure if I have explained the situaion correctly or not as i am quite new to QM. But I am desparately looking forward to get your valued replies in this regard.
    Best regards,
    Anirban

    To fulfill the FDA requirement we have apply the logic to make sure that a digital signature is captured for status changes during task processing.
    To map this requirement we have developed one custom table to store remark that will be displayed on digital signature remarks textbox. This table will have following feild:
    STAT - System/ user status
    QMART - QN type
    SPARS - language
    TEXT - character text.
    Work with ABAPer to implement this, and after implementing validate following key point:
    u2022     Validate that after successful digital signature that the signature cannot be overwritten.
    u2022     Validate the locking of the User ID after customer specific number of unsuccessful signature attempts.
    u2022     Verify that the digital signature works for each status.
    u2022     Validate that if the digital signature is cancelled prior to successful entry that the system status reverts back to previous status and all processing authorizations allowed for that status still function properly.
    Hope my reply will help you.
    Thanks!!!

  • How can I make the status bar hide automatically when using safari?

    How can I make the status bar hide automatically when using safari?

    When Safari is in FullScreen mode, menu bar will be hidden.
    Safari window to fit the screen?
    Move the mouse pointer to the bottom right corner of the Safari window.
    Double arrows will appear. Drag it to resize the window to fit the screen.

Maybe you are looking for

  • Netezza ODBC on 64 bit Windows 7

    After some help here : With a client, I've got nzodbcsetup.exe which is always installing 64 bit drivers, No good to me as Im running OBIEE locally and need to install 32 bit drivers. Does anybody know If I need a 32-bit only ODBC installer or can I

  • Embedded .tif-pictures in InDesign 5...

    Hello A colleague sent me an InDesign CS5 file with a lot of embedded .tif-pictures. I wanted to open this file with my InDesign 5.5 but there was always the error message: missing the link with .tif-pictures. My colleague wrote: "because this file i

  • At the time of finding redundant component failover information....

    os:redhat linux AS oracle:10.2.0.3 hai.. i am new to rac. if production environment using orace rac with all failover components like two hbas,two fc swithces,four network cards(two for private interconnect, and remaining two for public) and four swi

  • Saving iPhoto library

    I am preparing to wipe my hard disk and do a clean install of Tiger. However, I want to save my iPhoto library, *keeping all of the albums and metadata intact*. How do I do that?

  • Overlapping Graphs in Crystal Report

    We have a requirement of designing a drilldown for which we have used Group charts in Crystal report. Our requirement is to plot graphs on 2 different summary fields on the same level i.e we require that on change of Zone, graph should be shown for A