How to remove default name in "Workflow owned by" in Status Monitor?

Hi,
I want to be able to view different users' Expenses workflow from the responsibility "Workflow Administrator Web (New)", however, the "workflow owned by" is defaulted to be the person who login.
Can anyone advise how I can remove this set up?
Thank you!
Ling

Hi,
The owner of the workflow process will be the person who started it. The WF_ENGINE.SetItemOwner API is used to set this, or it is defined in the creation process automatically.
If you want to access workflows which are not owned by you, then you need to log in as a user who has been assigned the responsibility which is configured to be the Workflow Administrator. The default value for this is SYSADMIN, but it may have been changed in your system - have a look at the Administration tab from the Workflow pages, and it will show you what responsibility / which user is configured as the workflow administrator. Only they can access workflows which do not belong to them.
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://thoughts.workflowfaq.com ?
WorkflowFAQ support forum: http://forum.workflowfaq.com

Similar Messages

  • How to remove default Apply, OK and Cancel buttons in portlet edit mode.

    Hi,
    Iam facing problem in customizing default edit mode of portlet, my question is how to remove those default buttons and how to implement our own links for SAVE and CANCEL functionality. Because if we implement our own <form> in edit JSP page then default form will override our own <form> and default buttons works rather then our own forms.
    Please someone help me on this.
    Thanks
    Abhishek

    Ah, this one is easy, if im not mistaken, set this tag in your provider.xml
    <renderCustomize>false</renderCustomize>
    Defines whether RenderManager should automatically render the portlet's container (border and title) in "Edit" and "EditDefaults" modes before and after processing/invoking the page.
    This however means you have to write your own renderer for the customize page. Then you can add your own code for the buttons and the events behind them.
    I created my own derived container and added this line to my provider.xml
    <containerRenderer class="nl.rsm.eventCalendar.myContainerRenderer"/>
    This is however for rendering the showmode of the servlet, dont know if this is the same
    render class for the editmode.
    Do you realy need custom save functionality, Oracle also has something called DBPreferenceStore, you can store self defined attributes into the database. Perhaps this is sufficiant enough.
    anyway good luck, if you find out all the correct steps to take, please share, im also interested

  • How to remove sender name in field "From" in Notification page

    I would like to remove name ( LIUNI, ANTONIO_ ) (bold text and underline) from message and field "From" in notification page.
    I have 2 problems below:
    1.) This message "_*LIUNI, ANTONIO*_ has completed their appraisal of KERINS, ANNE MARY"
    Should change to "A multirater has completed their appraisal of KERINS, ANNE MARY"
    2.) Field From, must be blank: From: LIUNI, ANTONIO_ -> From: <Blank>
    It call standard workflow HRSSA.
    Please provide me coding in controller to set item attribute values in field "From" to blank and remove sender name in message+
    Below is the example notification:
    This notification does not require a response.
    LIUNI, ANTONIO_ has completed their appraisal of KERINS, ANNE MARY.
    Personalize "Notification Details Function"
    Personalize "Notification Details Attributes"
    Personalize Table Layout: (leftTable)
    From LIUNI, ANTONIO_
    To BILLOUD, CLAIRE
    Sent 26-Apr-2010 09:53:06
    ID 66666475
    Personalize Stack Layout: (rightStack)
    Personalize Table Layout: (rightTable)
    Personalize Stack Layout
    Personalize Stack Layout
    Personalize "Summary"
    Edited by: jamras on Apr 26, 2010 1:34 AM

    Thank you for your reply.
    Do you mean region in notification page?
    Below is region in notification page.
    Field From is in Region: /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr.leftTable
    Document Name /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr
    Message is in Region: Notification Details Function
    Document Name /oracle/apps/fnd/wf/worklist/webui/NotifDetailsRG
    Now I'm working on extension controller in the page below (I'm submit button in this page).
    /oracle/apps/per/selfservice/appraisals/webui/PartCompletePG
    My controller -> fao.oracle.apps.per.selfservice.appraisals.webui.FaoPartCompleteCO
    I put the following coding in this controller. It removed value in workflow attribute, but it didn't remove value from notification page.
    SSHRParams sshrparams = new SSHRParams(oapagecontext.getRootApplicationModule());
    String wfItemType = sshrparams.getItemType();
    String wfItemKey = sshrparams.getItemKey();
    // String wfProcess = "HR_APPRAISAL_DETAILS_JSP_PRC"; ///sshrparams.getProcesName().toString();
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_USER_ATTR", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_USERNAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_DISPLAY_NAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_PERSON_ID", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_NAME_ATTR", "");
    Thank you for your help.

  • How to remove default facebook email on login scre...

    I am using the latest version of Skype.
    When I start Skype, the main Skype login screen show up.  At the bottom right corner, there is a link to Sign in with facebook,  After the link is clicked, then a facebook logon screen will showup.  I did logon using facebook once and logout but my facebook id becomes the default on that field.
    My question is how to remove the default email/facebook ID on that screen.  I did not login in to Skype, not on facebook.  I have tried uninstall Skype and delete all the file in %appdata%skype directory. I did try to blank out the field and close Skype.  It doesn't work.
    However none of the method works.  When I go to the facebook logon screen in Skype, the default facebook ID still show up(I used that ID logon once but have already logout).
    I have already removed the my Skype/facebook account association already but the facebook address still showup as default.
    Any idea to clear that default?

    Will this terminal command work in OS X 10.10?
    sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED FALSE

  • How to remove responsibilty name custom oaf page

    Hi,
    Can any one please help me how to remove the responsibility name custom oaf page.
    i developed custom oaf page.while opening those pages responsibility name is also displyed.
    but i dont want to be displayed responsibility name in page.
    Please help me how to remove name of the responsibility in oaf page.

    Hey hi there ,
    I think you are trying to hide the Product branding that appears right next to the corporate image ( Oracle image ) ,
    well you can do this using controller code , in processRequest of your controller add this code
    Import :
    import oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean;
    import oracle.apps.fnd.framework.webui.OAFormattedTextHelper;
    import oracle.apps.fnd.framework.webui.beans.OAFormattedTextBean;
    OAFormattedTextBean bean =
    (OAFormattedTextBean)createWebBean(pageContext, FORMATTED_TEXT_BEAN,null,"product_brand");
    bean.setText(" ");
    OAPageLayoutBean page = pageContext.getPageLayoutBean();
    page.setProductBranding(bean);
    Once you compile and run the page notice that Product branding will no longer appear on the screen .
    Try this and let me know if its not working .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to remove a name from the pop up screen when you type in a letter

    I stopped in the apple store today and stumped the genius bar !!!!!!
    I am so proud.
    I want to know how to remove e-mail address's that pop up when you hit a alpha key.
    These are address's that are NOT in my address book or anywhere on my computer.
    They would be a one time e-mail that I sent over the last 3 years or so.
    I do not retain old e-mails either which would trigger keeping the address alive.
    Thanks,
    Greg

    In Mail, you can also select a popped-up name that you don't want to retain, click the triangle that appears when you move your cursor to the area just after your name, and select "Remove from Previous Recipients List" from the dropdown menu. This choice will not appear if the name is in your Address Book.

  • How to remove service names

    One thing about oracle that I am unable to understand is that when we uninstall oracle, all the service names for its different services stay there in the services section in WindowsXP. I know how to remove the instance name services, but I am unable all the other services. Does anyone know how to remove all those services?

    a launch daemon should normally have a .plist extension. did you skip it? that would explain why the command gives an error.
    the command you are using is basically correct. you don't need sudo because the daemon is in your home directory. also, to unload it so that it doesn't load automatically on the next login you should use -w switch. this will add a 'disabled' flag to the daemon. the syntax is
    launchctl unload -w /path/to/daemon
    However, as others have said the best thing is to trash the daemon and log out/in. you don't need it for anything as you've removed the application that created it.

  • How to remove default value from table definition?

    Hi,
    running 9.2
    Following problem :
    I need to remove default value from table.
    Example
    CREATE TABLE MY_TABLE(
    NAME VARCHAR2(50) DEFAULT 'NAME',
    AGE NUMBER DEFAULT 0
    Now even when I use MODIFY like
    ALTER TABLE MY_TABLE MODIFY (NAME VARCHAR2(10) );
    The default is still there:
    SELECT DATA_DEFAULT FROM USER_TAB_COLUMNS WHERE TABLE_NAME = 'MY_TABLE';
    Is there any way?
    Thanks

    Thanks,
    found the answer. It is not possible!!!!
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm
    Note:
    If a column has a default value, then you can use the DEFAULT clause to change the default to NULL, but you cannot remove the default value completely. That is, if a column has ever had a default value assigned to it, then the DATA_DEFAULT column of the USER_TAB_COLUMNS data dictionary view will always display either a default value or NULL

  • How to Remove Default Application

    Can anyone tell me how to remove a default application that opens a certain file? I'd like OS X to prompt me to choose which application to use each time a certain new file is opened. It seems once you've set a default application it does not allow you to revert to the old setting. Is there a way to do this? Thanks!

    There doesn't seem to be a way to set "none" as the default application. OS X works very hard to assign an app to every file it can, but sometimes, as Jim has discovered, it gets it wrong. This seems to be most often because apps tell the OS what they can open & some older ones don't do it quite right, causing OS X to guess about some file types & incorrectly assigning them to the app.
    Fixing this would be tricky. Individual files don't tell the OS what app to use unless you change the opening app for that file alone. If you use "Change All" that info is removed from the file (if it was there) & instead recorded in a preference file. But generally, the defaults are stored in the Launch Services database, which the OS maintains automatically.
    It is possible to get the OS to rebuild that database, but doing so just fixes any corruption by once again checking the apps, so the same wrong guesses come back to bug you.
    A few of us have been discussing Launch Services, the .plist, & how it works in another topic (http://discussions.apple.com/thread.jspa?threadID=258306) but as yet, it offers no answers that would help here.

  • How to remove default search button in search module

    I am a neophyte with code and css and normally work with Muse. But I am currently trying to customize the appearance of the search module so that it works with the website it will be serving. I have  accomplished a large part of what I've been attempting, but have hit a snag in removing the default search button (CAT_Search). I've placed the image I want to use no problem, but it is contained in some weird gray beveled box with the original 'Search' text overlapping my image.
    I have been making the rounds of tech support, tutorials, and every documented article on the search module and can find nothing that address this specific issue. Any help would be greatly appreciated! I am enclosing the what I've done so far below.
    Thanks!
    Paula
    <style type="text/css">
    body form {
      width: 163px;
      height: 48px;
      form-top-right-radius: 5px;
      form-bottom-right-radius: 5px;
      background-image: url(http://corehog.businesscatalyst.com/images/search.png);
    .search-box {
      color: #999966;
      font-family: lato;
      font-style: normal;
      font-weight: 100;
      width: 86px;
      height: 24px;
      border: none;
      max-width: 86px;
      opacity: 0%;
      max-height: 24px;
      margin-left: 12px;
      margin-top: 12px;
      margin-bottom: 12px;
    .cat_button {
      width: 32px;
      height: 24px;
      border: none
      background-color: none;
      background-image: url(http://corehog.businesscatalyst.com/images/search-button.png);
      margin-left: 12px;
      margin-top: 12px;
      margin-right: 20px;
      margin-bottom: 12px;
    </style>
    <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/lato:n1:default.js" type="text/javascript"></script>
    <form name="catsearchform87352" method="post" action="/Default.aspx?SiteSearchID=3752&PageID=/http://corehog.businesscatalyst.com/search-results.html"><div><input class="search-box" type="text" name="CAT_Search" id="CAT_Search" /><input class="cat_button" type="submit" value="Search" /></div></form>
    {module_searchresults}

    Hi Ramandeep Nanda,
    Thanks for the reply.
    I followed a slightly different approach than the one mentioned in your post.
    I have not used any client side javascript attributes.I got the inputListOfValues Component from the launch listener event ( launchPopupEvent.getComponent() ) and in the launch listener i am setting richQuery.setModeChangeVisible(false);
    It is hiding the button now but only for the first invocation of the search dialog, it is not working.
    More specifically, for the first invocation of the search dialog, Iterator facetNames = inputListOfValues.getFacetNames(); is not returning the child components and hence the button is not being hidden.
    Any idea why this might be happening?
    Thanks,
    Vikas

  • How to remove author  name and/or date from blogsite summary

    Hello,
    Can someone please help me find how and where to remove the author name from the blogsite summary?
    I don't want any author name listed, just the linked title of the blog post and the date posted.
    Or, is it possible to have the linked title, with 50 words of article displayed, but no author name or date created?
    Thank you very much in advance!

    Yes, thank you.
    The site is still temporary: http://sculpturebythelakes.businesscatalyst.com/index.html
    The "Latest News" box on the right hand column.
    Ideally, I would like a linked post title, a return <BR> and then a set quantity of words below with "read more" following.
    It seems there should be a template to edit, but I've gone through everything I can find in BC backend, and looked at every tutorial I can find (they are all very general, just getting started stuff) and can't figure it out.
    Any help is greatly appreciated.

  • [Solved] How to remove default "performance" CPU-scaling governor.

    I was goin' trough the cpu scaling wiki and i was able to add the ondemand
    cpu scaling governor and the appropriate powerdriver with modprobe command.
    Then the cpu speed was lowered as it should so i've added these two to the modules section in rc.conf as well, to start at boot.
    After reboot cpufreq-info's output says that both governor is loaded, BUT it doesn't switch to ondemand mode.
    1. How can I remove the performance mode?
    2. Or is there a possibility to setup it somehow that it switches to ondemand only if i switch to battery mode?
    3. Other problem was for me that
    find /sys/devices/ -name ondemand
    doesn't give back anything, so i cannot lower ondemands governor scaling limit. Where should be these settings?
    Now cpufreq-info output:
    cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
    Report errors and bugs to [email protected], please.
    analyzing CPU 0:
    driver: powernow-k8
    CPUs which run at the same hardware frequency: 0
    CPUs which need to have their frequency coordinated by software: 0
    maximum transition latency: 1000 ns.
    hardware limits: 750 MHz - 1.50 GHz
    available frequency steps: 1.50 GHz, 1.20 GHz, 750 MHz
    available cpufreq governors: ondemand, performance
    current policy: frequency should be within 750 MHz and 1.50 GHz.
    The governor "performance" may decide which speed to use
    within this range.
    current CPU frequency is 1.50 GHz.
    Last edited by robotrobert (2012-02-21 23:09:26)

    Raynman wrote:
    Not sure about 3, but everything else is covered in the wiki article linked by you.
    Configuring CPU scaling is a 3-part process:
      1.  Load appropriate CPU frequency driver
      2.  Load desired scaling governor(s)
      3.  Select a method to manage switching and tuning governor(s):
    You stopped after the second part.
    Ye, you were right. After i didn't found that folder i was looking for i didn't continue on it.
    Turns out, if u use:
    echo "ondemand" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
    It makes that folder, and u can access all those treshold variables.
    But when just running first:
    modprobe cpufreq_ondemand
    the folder for ondemand won't be created. Im sure this is logical, i'm just new to the whole logic of this.
    After modifying tresholds, i've installed laptop-mode, and I need to say, it really k*cks *ss. You can set everythin u want, and it runs along fine in a daemon, using for example: acpid for checking battery state, hdparm for setting power/spinning of hard disks...
    I just leave another wiki link here if someone gets here...
    LAPTOP-MODE TOOLS
    There's still a not-releated question here, how come i cannot edit as a superuser directly these file under /sys/devices/system/cpu ? I know that these meant to be edited by the system, but still i tought if i'm root, i modify what i want...
    ( I know that I can assign parameters to these files with edit -n <number> > <filename> )
    Last edited by robotrobert (2012-02-21 23:08:55)

  • How to remove default parameter from a report

    Post Author: sijdk
    CA Forum: General
    hi,
    we are using crystal report server XI . in one report i have added Date time Range fields. with that, "include this value" and "no upper value" checkboxes are added defaultly. i just want to remove those checkboxes which added defaultly in the report filter form.
    can anyone help me to solve this problem?

    Post Author: sijdk
    CA Forum: General
    hi,
    it is working. but, it is not the answer which i expected.
    let me explain my scenario first. we have added two date filters in report,that should have date selection with start range and end range, so, it is like two separate fileds which is titled has date start range and date end range. but, with that we are getting "include this value" and no upper value" checkboxes.
    actually we dont want those checkboxes but we want start range and end range. if i select "allow range value" is false, startrange and endrange is not coming. what to do? how to solution?
    also, can u explain me what is the meaning of "include this value,no lower value and no upper value". please.

  • How to remove database name from SQL query

    We have an MS SQL server with several databases that are of the same schema but have different data.  We do this for testing different environments.  We are using Crystal reports for the first time and we are having trouble changing the database location in the designer.  If update the data source location to the same database server, but different database name, the data still comes from the original database used when creating the report.  We look at the SQL query and it contains the database name and does not change when updating the data source.  Therefore the data always comes from the database used when originally creating the report.
    How can I remove the database name from the SQL query so the proper database is used when testing the report?

    Hi C F
    Please ensure you have followed the procedure mentioned below:
    In Crystal Reports, there are two ways to set the location of the data source your report points to, depending on your connection type.
    For ODBC and Native Connections:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click the data source to be changed. You must click each individual table in the data source one by one. If the data source is a stored procedure you will not see individual tables.
    NOTE     In Crystal Reports 10, XIR1, and XIR2, if you are mapping from a data source such as a stored procedure where the report designer can not determine which fields should be mapped automatically, you will see a 'Mapping' dialog box where you can manually map fields, as in the procedure cited above.
    3. In the 'Replace with' section, click the data source you want the report to use.
    4. Click 'Update'.
    5. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    For Native Connections Only:
    1. On the 'Database' menu, click 'Set Datasource Location'.
    2. In the 'Current Data Source' section, click 'Properties' to expand it and right-click 'Database Name: <path to database>'.
    3. Click 'Edit' and then type the path to the
    new data source location.
    4. Close the 'Set Datasource Location' window.
    The report now points to the new location.
    Regards
    Girish

  • How to remove caller name id for incoming call?

    When i get an incoming call, along with the ringtone the device also says the name if the caller.  How can i remove it and just have the ringtone and no name being called out.

        klc757,
    Thank you for reaching out us. We understand the importance of being able to set phone up as wanted. From you are describing it sounds like your phone is in driving mode. Do you see a steering wheel picture in the top bar of your phone? If so then pull the top bar down and close out of it. When did this issue begin? If you do not see these characteristics please fill us in on when this issue began and what you were doing when it happened.
    Thank you,
    TonyG_VZW
    Follow us on Twitter @VZWSupport

Maybe you are looking for

  • New Crystal Report Layout 2008 for Checks for Payment

    I just created a new Check for Payment Layout in CR2008 for SBO. When I print it from CR2008, it prints ok. The situation is when I print from SBO. A message appears (Neither the system nor the account has a printing definition.  , '11-201-013874-5' 

  • FM for CUSTOM FIELDS added in BP transaction

    Hi all,   We have added few custom fields in the BP transaction.   Now the thing is we need to update those using Function module.   Could any one please help me like in which Function Module can i found those   fields once i add in the BP transactio

  • Non admin user can't browse in Firefox

    I have installed firefox as admin user, it works fine. Non admin user can open firefox, however can not browse any site although they can browse in IE. There are no error message or pop up. Please advise...

  • Problem connecting xbox360 to wrt54g

    i am trying to connect my 360 to my wireless network and have had limited success. my router is the wrt54g v4 and i am useing the xbox wireless network adapter. i have a desktop that is wired to the router and a laptop that connects wirelessly just f

  • Showing my own styleClass in Property inspector styleClass combo

    I have created my own styleSheets with my own new class and I'd like to select it in the styleClass combo into Property inspector. Is there any way of achieving it? Thanks Carlos