Suppress default activity notifications

All  - does anyone know how to suppress the default notifications for MAs and RAs?  We have created workflows and mail templates on test server which we will copy across to live. however cannot stop the defulat notifications being fired to people
out of sequence (i.e. when a CR Workflow has an RA then an MA, it sends the CR and MA notification before the RA, which could cause confusion). I wish to stop the defaults going out so my own notifications can go out instead. Thanks.

Hi Dennis
I've managed to send up a WF in SCSM that does meet criteria for MA and RA status change: 'DOES NOT= In Progress' to '= In Progress'.  However there are default notifications embedded in a MP that has been in SCSM for 2.5 years, before my involvement
with project. I suspect that Thomas is right and our consultant set them up without telling anyone!
As long as the MP is bespoke then I don't mind removing them.
Thanks all
Paul

Similar Messages

  • How to define the default activity for an unbounded task flow?

    In the new "Fusion Developer’s Guide for Oracle Application Development Framework 11g Release 1" documentation at the bottom of page 14-3 it states "An unbounded task flow .... contains a default activity, an activity designated as the first to run in the unbounded task flow, because an unbounded task flow does not have a single point of entry."
    What I can't find is how to define the default activity in an unbounded task flow and where this is recorded? Can we set this via the task flow diagrammer, and which configuration file is it stored?
    I note the first time I run the application with an unbounded task flow a dialog asks me which of the activities in the adfc-config.xml file to make the default, but I can't find where this is recorded.
    Anybody have any ideas?
    Thanks,
    CM.

    Chris,
    In fact this information is nothing that belongs into the taskflow meta data because unbounded taskflow have more than one entry point and there is no notion of default. Its a tools setting (JDeveloper) we had before
    Frank
    Message was edited by:
    Frank Nimphius

  • Sending Product Activity Notification from R/3 to APO using XI

    I am trying to send a product activity notification from a backend R/3 system to APO using XI.The idoc Proact01 is getting generated and in XI when Executing transaction 'sxmb_moni' the status is showing 'processed successfully'. But in the message monitoring of
    XI runtime workbench, the messages of the adapter engine has the status 'System Error'.
    The error log is showing:
    Error Exception caught by adapter framework:
    error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was. 
    Error Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was .
    Iam using a rfc adapter in the communication channel from XI to APO and using standard mapping provided in the SCM content in SAP Marketplace.
    How can i troubleshoot this.

    Hi Again Tamoghna,
    If you use the SCM content you are on the right track!
    Try to do a bit more research regarding this content.
    I guess that the message type used in the ProductActivityNotification_In Interface has similar structure or data types to your destination object(RFC,PROXY,BAPI).
    So i suggest you to go over the SCM content documentation and you'll find the right communication channel to be used.(Don't re-invent what SAP thought about all ready...)
    One of the questions you should ask yourself regarding the Activity Notification is:
    A.Do you need a response back to the R\3 (as part of the business process?)
    B.do you have an interface in the SCM imported content called ProductActivityNotification_out.
    Good luck.
    Keep me updated....

  • ADF : Can we skip the default activity of ADF train in bounded task flow.?

    Hi All,
    I'm a newbie for ADF and JDev. Started learning from the documentation provided for ADF, I'm trying to create a bounded task flow which has a train component and every train stop should be enabled/skipped programmatically. I'm able to skip the train stops after reading the content provided at http://www.oracle.com/technetwork/developer-tools/adf/learnmore/82-programmatically-navigate-trains-396873.pdf.
    But I'm not able to skip the default train stop which is the first activity call in my case upon initialization.
    Below are the steps I've followed :
    1. Created a viewController project and created a bounded task flow in it with Train component enabled.
    2. Added 4 views with train component marking the first view as default activity call.
    3. As per the document I mentioned above, I added managed bean files to skip the train stop programmatically.
    Now when i run the task flow, I'm able to skip the train stops number 2/3/4 but I'm not able to skip the stop number 1(first stop which is the default activity) on initialization.
    As per ADF documentation, for a bounded task flow there must be a default activity assigned which will always be called first when we enter the bounded task flow. So that means, default activity will always be called upon initialization of that bounded task flow and never be skipped programmatically.? or else if there is a way to skip the default activity, then please let me know the documentation/steps to do this.
    Thanks in advace.
    Edited by: 1004973 on May 9, 2013 2:52 AM

    Thanks Timo. Your idea resolved my issue. :)
    I've created a new page in my bounded task flow which I've made as a default activity for that bounded task flow. Then I applied navigation through router and based on some condition I'm now able to move my control to my desired train stop. By this design I can do other customization on train button(Back/Next).

  • 11gR2 error: call a bounded task flow with method call as default activity

    hi all,
    We migrated several applications to the JDev 11g R2.
    There are 2 applications that contain a bounded task flow where we define Method Call as default activity.
    We need invoke specific actions before opening the page.
    They run well with 11gR1.
    But with *11G R2*, I can’t call directly this task flow with the following URL:
    http://127.0.0.1:7101/MyAPP/faces/adf.task-flow?adf.tfId=my-flow-def&adf.tfDoc=/WEB-INF/flows/my-flow-def.xml
    Message:
    *<SecurityUtils><invokeURLAllowed> ADFc : impossible to call directly the task flow '/WEB-INF/flows/ my-flow-def.xml #my-flow-def' with the help of URL*
    (original message: <SecurityUtils><invokeURLAllowed> ADFc : impossible d'appeler directement le flux de tâches '/WEB-INF/flows/ my-flow-def.xml #my-flow-def' à l'aide de l'URL.)
    Any idea?
    Thanks for you help

    Hi,
    Have a look at the task flow properties, in PatchSet1, a new feature "invokeURLAllowed" is added that prevents bounded task flows from being URL accessible for security reasons. You can swithc this feature on and off
    Frank
    Ps.: I though that bounded task flows that you call from a URL generally needed to have a viewActivity as the default activity

  • How to get Default Activity(Infotype 0315) using BAPI

    Hi Everyone,
    I have a task to get Default Activity by Personal number for my third party application. Unfortunately function HR_READ_INFOTYPE is not allowed for Remote Call.
    Is there any simple way how to get this value from system using BAPI? E.e. using RFC_READ_TABLE function(but i don't know table name ).
    Thanks,
    Roman.

    Table -> PA0315        Field ->LSTAR (Activity Type)
    Class :CL_HRPT_INFOTYPE_0315
    You can also use FM "CATS_GET_INFOTYPE_0315" RFC Enable
    Good luck !
    ~Saquib

  • How to suppress default alert in form 6i

    Hi all
    I am Working on form 6i
    Help me ... How can i Suppress default alert with my alerts???
    thanks....

    Hello
    Default alert i mean....
    My Scenario is When i close the window a default save alert is invoking..... Actually i want to invoke user alert when i close the window.....
    Even i have tried in when-window-closed trigger
    if :system.event_window='my_window' then
    if :system.form_status='changed' then
    set_alert_property('alert',alert_message_text,'You wanna exit with Saving the changes');
    set_alert_button_property('alert',alert_button1,label,'Yes');
    a:=show_alert('alert');
    if a=alert_button1 then
    commit_form;
    exit_form;
    end if;
    end if;
    end if;
    but their is no use
    Help me in this..
    thanks

  • Showing the custom train stop as default activity based on condition

    Hi Folks,
    I'm using JDeveloper version 11.1.1.5.0. I have requirement where in i have to show the custom train stop as default train stop based on some business logic instead of default activity mentioned as part of task flow with train.
    Test Case:
    I have a dynamic region where i'm loading diff task flows based on condition. Let us consider i have two task flows TF1, TF2 and One of these task flows (TF2) contains a train.
    TF2 task flows has a train with train stops as ts1, ts2 and ts3 and ts1 has been configured as default activity in TF2 task flow
    I'm loading these task flows into dynamic region based on my business logic. Currently i'm in TF1 and i'm doing some action in TF1 page. Based on my business logic in one of the button actions in TF1, i have to load TF2 into region and have to set either ts1, ts2 or ts3 as default activity. its not like every time only configured default activity as part of TF2 is shown.
    Consider this case. in IF1 i have 3 buttons b1, b2 and b3. When i click on b1, i have to load TF2 into region and ts1 as default activity. Like wise if i click on b2 in TF1, i have to load TF2 abd ts2 as default activity. Like wise if i click on b3 in TF1, i have to load TF2 abd ts3 as default activity.
    I have summarized my test case here. Its not exactly 100% same but it more or less like based on some business logic in TF1 i have to load TF2 with specific train stop as default activity.
    Please help me in this regard. Is this possible in ADF? if yes provide some pointers.
    NOTE:
    I'm able to show the specific trainstop as the selected one but its content is not showing. Though i'm able to see my intended trainstop selected but content is always the content related to the default activity configured as part of task flow.
    I have used below code to acheive ( setting atleast intended train stop as the selected on)
    TrainModel trainModel = TrainUtils.findCurrentTrainModel();
    trainModel.setCurrentTrainStop(activityId);
    [activity id i'm getting from model it self like java.util.Map<ActivityId, TrainStopModel> mapTrainStops = trainModel.getTrainStops(); and intended activityId is provided}
    // note end
    Thanks,
    Mahipal

    Hi Jobinesh,
    Thanks for your reply.
    When i try to do the navigation with in the task flow i.e. with in the train task flow, i'm able to navigate fine. But for different taskflow, i'm unable to do it.
    for ex: in my case i have three train stops ts1, ts2 and ts3. I have placed a button in ts3 and i'm returning the respective navigation el expression to navigate to either ts1 or ts2 in action method of this button. I'm able to do this successfully. but when i come from different taskflow, i'm unable to do this.
    I have tried this link as a workaround but it is not working.
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/97-deferred-trainstop-navigation-1528557.pdf
    i have tried this way, but it is not working.
    FacesContext fctx = FacesContext.getCurrentInstance();
    ExpressionFactory expressionFactory =
    fctx.getApplication().getExpressionFactory();
    ELContext elctx = fctx.getELContext();
    MethodExpression methodExpression =
    expressionFactory.createMethodExpression(elctx,
    "_adfcActivityRequest./WEB-INF/task-flow-definition.xml#task-flow-definition@*ts3*",
    String.class,
    new Class[] { });
    *//NOTE: ts3 is the activity id of third train stop*
    //queue action in region
    myspaceRegion.queueActionEventInRegion(methodExpression,
    null, null, false,
    0, 0,
    PhaseId.INVOKE_APPLICATION);
    Please let me know any pointers for this problem. is there any example with routers navigation rules which can be called from another task flow.
    Thanks,
    Mahipal

  • Default Activity Method call in TF not executing (in ADF Lib)

    Hi,
    We have created a ADF Lib of a reusable task flow.
    The Task Flow contains two activities
    (i) A method call {which is default activity and this method belongs to a datacontrol}
    (ii) A view activity (which is a jsff)
    Now everything works fine if I am using the TF as a region in same project.
    But if I create a ADF Lib of it and implement the same to other application (the new application have same datacontrol and method) the default activity "which is method in our case" is not getting executed, rather the jsff executes first.
    I am using Jdev 11.1.1.4
    Thanks.

    Hi Frank,
    Thanks for reply.
    But, I have provided the same functionality to DataControl, which was working for TF included project.
    Apart from that, program control didn't visit the the default activity method body, hence its sure that it never got executed.
    Is there any way I can trace it !!

  • Default Activity changing when it should not

    We have a problem where if I use a general task list with 2 operations and both have a seperate activity type assigned, when creating a new SM order we pull the Tasklist into the order but we change the default work centre, this change in default work centre causes the default activity type on the first operation to change to the same default activity type as the one on the second operation which is undesired.
    However it is inconsistent when this happens has anyone seen this before or does anyone know if there is an OSS creection for this problem, although I suspect it may be data setup related.
    thanks

    The script have to be something like:
    *WHEN RPTCURRENCY
    *IS LC
    *WHEN RCOST_CENTER
    *IS RCCA_NONE
    *WHEN AUDITTRAIL
    *IS CC_FY
    *WHEN TIME
    *is 2015.12
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.01", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.02", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.03", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.04", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.05", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.06", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.07", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.08", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.09", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.10", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.11", AUDITTRAIL = "CC")
    *REC(EXPRESSION=%VALUE%/12, TIME = "2015.12", AUDITTRAIL = "CC")
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    Without any *XDIM_MEMBERSET!
    Vadim

  • How to suppress cancel email notification

    Hello All,
    We have a time out in place for AP invoice approval for every 2 days. After every time out the Canceled remainder email comes. Is there a way to suppress the email notification of cancellation?
    Regards,
    Aniruddha

    E-mail notification is not available as a feature in Audit Vault 10.2.3.1, the latest version available.
    However, it is possible to set up e-mail notification for alerts with some coding. Each alert raised by Audit Vault is placed on a queue in the repository. This is a standard Oracle Advanced Queue, and can be subscribed to using AQ APIs in PL/SQL or, with the JMS adapter, in Java. Once a subscriber is up and running, it will pick up any alerts that are raised and can route them to e-mail if needed.
    Sample code to do exactly this is provided in $ORACLE_HOME/av/demo/alert on the AV server.

  • Suppressing default messages in forms 9i

    can anyone help me to suppress default form messages like
    "Do you want to save the changes you Made".
    Thankng you

    The solution is the same - although you might want to look at waht is marking the detail block as updated in the first place - This will not happen on it's own - you may well have a POST-QUERY trigger or some validation that is marking the detail block as updated - hence the prompt to save the changes.

  • How to insert Blank rows while Zero Suppression is Activated?

    I am using BI 2004s and have applied zero suppression to a query I have built, how ever this removes the blank rows I am using to format the report. Any ideas on how I could get the blank rows to remain whilst removing zero value rows?
    Thanks
    Stu

    in zero suppression, select active(All values = 0)
    *reward if helpful*

  • How to unlock an iPhone 5s with a UK FLEXIBILE APPLE CHANNEL DEFAULT ACTIVATION POLICY / RETAIL UNLOCK

    Hi there,
    I lost my phone recently so went a replaced it with one i bought off gumtree. I put my new sim in it and although it shows the EE sign in the top left the signal bars are always empty. I guessed this may of been because it was locked to a network. Therefore i paid £1.99 to get a network lock checker on it to find out which network it was locked to. The results that came back confused me a little.
    PRODUCT SOLD BY: APPLE
    INITIAL CARRIER: UK FLEXIBILE APPLE CHANNEL DEFAULT ACTIVATION POLICY / RETAIL UNLOCK
    PURCHASE COUNTRY: UNITED KINGDOM
    I have no idea what the 'Initial Carrier' section is about, as I'm sure it is supposed to say Orange, 02, 3 etc..
    Any insight into this will be very much appreciated, and anyone who can identify how i unlock this to EE will get extra brownie points!
    Many thanks,
    Fergus.

    Those sites are rubbish they have no access to the real facts waste of £1.99
    Call Apple care in  the UK
    0800 107 6285
    and they may tell you who the iPhone is locked to
    and I hope for your sake it is not Activation locked to the original owners Apple id

  • Suppress default editor dialog box

    Is there any way to suppress default editor dialog box that comes at 1st launch of Dreamweaver CS5. I need to automate some stuff and cant figure out how to handle it.
    I cannot attach screenshot of this dialog box here, but it says that "Dreamweaver CS5 will set itself as Default editor for the following file types:" and gives option as jsp, asp, css etc.
    Any help would be appreciated.

    wsalopek wrote:
    Suffice it to say for the purpose of this thread that when I did the ICS "upgrade" to my Droid 4, nothing but trouble followed until I did a hard reset and had to reinstall/customize everything...lots and lots of frustration and lost time, including a whole day when my phone was not usable at all (slow/rebooting on it's own/battery running hot/high cpu usage/battery dying in 90 minutes)...and I an NOT the only one.
    Anyway, my wife has a Droid 4 as well, and she is being pestered by the dialog box that keeps asking her if she wants to do the upgrade. We do NOT want that "upgrade" installed on my wife's phone, but dealing with that dialog box is getting very tiresome.
    Anyone know how to suppress that dialog box so it stops popping up?
    Thanks...
    There is no way to do this that meets the ToS on this board (as Verizon wants everyone to be at the same software level for a particular phone model).  Search forums other than this one and the Motorola one for the information you need.

Maybe you are looking for

  • Loading a text file in a gzip or zip archive using an applet to a String

    How do I load a text file in a gzip or zip archive using an applet to a String, not a byte array? Give me both gzip and zip examples.

  • Rendered text is shaking...why?

    I've been using FCP for 8 years and I have never seen anything like this. Just updated to FCP 5. I created some text in Photoshop (PSD files), added a little movement to the text (90% - 100%), and the final rendered sequence is shaking out of control

  • Can't active IOS 6.0 3GS

    I have jarlbroken and restorted many times but it stuck on no SIMCARD support. Any solution? thanks

  • Problem when trying to add a master-detail

    Hi all. I have customize a list in sharepoint with infopath. Now I want to add the master detail to this form. If I add a Web Part, from the list, no problems... I can create a filter between them and the master details works perfect. The problem of

  • Airport Express, Lexmark x6690 and iPad2 printing issues

    I have recently bought an Airport Express to take with me to university. I am wanting to use it to turn an Ethernet Connection to Wireless and to use my existing Lexmark x6690 printer. I set up the Airport Express using my iPad 2 and it seemed to go