Need to disable Text Item Link on Requisition Approval Form (Self Service)

Hi All
When I open a Requisition via Workflow Administration for approving it.I am able to see the following sections.
Requisition Lines
Approval Sequence
Related Applications
Edit Requisition
View Requisition Details.
I want the “Edit Requisition” button not to appear when I am logging in through a particular responsibility. If I go to Personalise Page, there is an option disable the entire Related Applications (that is both Edit Requisition and View Requisition Details). Is there a way to disable/hide only “Edit Requisition” (as shown above in BOLD) and not View Requisition Details.
Please assist.Need to know this urgently.
Thanks
Raghav

hi,
i have similar requirement, what is the method that u you used in order to achieve the requirement. Kindly share.

Similar Messages

  • How to do to appear records in a text item when I  run my  form?

    In a form I have a block with BASE TABLE=OPTIUNI_COD.
    In this block I have a text item named DENUMIRE.When I run my form the text item is empty and I use F7 , F8 to have some records in the text item.
    But I want to appear records in this text item when I run my form without use F7,F8.
    How can I do this?
    Please help me!Thank you!

    In a When-New-Form-Instance trigger you can use this:
    Go_Block('your_block');
    EXECUTE_QUERY;

  • I need to disable texting from my sons iPad

    Please help me disable texting from my sons iPad

    Why did you post this same question twice just a few minutes apart?
    Quick google search resulted in this link http://www.bewebsmart.com/ipod-ipad-iphone/how-to-restrict-imessage/

  • Need to disable tabbed canvas through personalization in standard form.

    Dear Friends,
    I need to disable one of the tabbed canvas (button), based on condition from another tabbed canvas..in oracle applications 11i
    This is urgent requirment from 3 days im trying but im unable to do this...
    could you please solve me from this problem...
    Example (Original Requirement):_
    In order Management, in shipping transactions, we are having lines and delivery tabs..etc
    in that, if delivery name is not null in lines tab, then we need to disable delivary tab.....this is the actual requirement.....
    Many thanks in advance,
    Regards,
    subash

    Write a personalization that disables all fields on the delivery tab.
    It should be similar to what you are looking for.
    Sandeep Gandhi

  • Text item in Purchase requisition

    Hi guys,
    my problem is this:I have a text on an item in a Purchase Requisition.By the transaction ME52N I change the material code on that item and that text desappears-->my question is this:is it possible to mantain the original text even if I change the material code?
    I have checked the OSS note 448814 and I have tried to seek for in the FAQ of the forum but I have not found anything of useful for me.
    Do you have any idea?I promise 10 points for a resolutive answer,thanks in advance.
    Best regards
    Maximilian

    Hi
    Please check the copying rule:
    SPRO/Materials Mgmt/Purchasing/PR/Texts for PR.
    In the copying rule, you may use the field "Fix" if you want to fix the text.
    Hope this helps.
    Thanks
    Prashanth

  • Need to show text as links in AppThumbnailExplorer Layout set

    Hi,
    I am using AppThumbnailExplorer layout set to display "My Favorites" iview in 3*3. But the entries are as text-we need to show the entries as hyperlinked (TEXT as TEXT)
    Thanks in advance
    Sathya

    Hi,
    Thanks for your reply:
    I have the following properties in the VISIBLE:
    rnd:imagernd:thumbnail(noicons/width=50/height=50/alignLeft/contentLink)rnd:displayname(contentLink)+rnd:description
    The text is still displayed without UNDERLINE....
    Appreciate your reply.
    =Sat

  • NEED HELP: HOW TO OPEN A PDF IN ESS (EMPLOYEE SELF SERVICE)

    Hi All,
    I need help in uploading and opening a PDF document in ESS. My requirement is to upload the soft copy of appraisal letters of all employees under their respective usernames, so that they can open, view, download and print the same from ESS.
    This would reduce the overall effort of printing and handing over the hard copies.
    Kindly help me out on this issue at the earliest.
    Regards

    You can also search on OAF forum OA Framework . Similar kind of requirements has been discussed earlier.
    --Shiv                                                                                                                                                                                                                                                                                                                                           

  • Disabling Action Button for only manager in Manager Self Service

         Hi people,
    I have a requirement in SSHR. I created one SIT for training assessment and added this function to Manager Self Service. So, if a manager logs into the system and clicks this function, he will be able to see the subordinates reporting to him. He can choose Action button against any of them to fill the assessment form. But the Action button is also visible against the manager name. My client Wants the Action button to be hided for Manager (as manager should not be allowed to fill his own form) and only wants action button to visible for subordinates reporting to him. Is there any way to achieve this through any profile option or personalisation
    Thanks

    Hi,
    I am not sure if it is possible through personalization please, give a try.. If this doesnt work I think you can go for user hook and put validation like if selected person is same as initiator then throw an error.
    Thanks,
    Avinash

  • How to generate database text items at run time in oracle forms 6i?

    i have a text item with NUMBER OF ITEMS DISPLAYED=3. My requirement is, i need to generate text items at run time under each TEXT ITEM(3 text items will be there since number of items displayed is 3) and the values will be stored in the database based on the primary key combination. pls help me to solve this pblm

    Hi,
    You cannot generate items dynamically at runtime. The only thing you can do is show and hide item on time. Thay seems that they are generated at run time. Second thing you can do is that you can put items on stack canvas and set visible property of stack canvas to no and at run time set it to visible according to ur condition. Otherwise there is no way. If you find any other way, plz do inform here also.

  • How do I disable one item in a radio buttons control at run time

    I need to disable one item in a radio buttons control. At design time
    this is possible, but how do I do this at run time? Is this possible? I
    cannot find a property per item

    Use the property "Controls[ ]" - this gives you an array with references of each single button in the radio buttons control. These you can access with property nodes too.
    Hope this helps.
    Using LV8.0
    Don't be afraid to rate a good answer...

  • Read a barcode(including line feeds) into text item

    When I scan a bar code from a text item, I am unable to retrieve line feeds that are in a barcode. I need line feeds to retrieve various values encoded in the barcode. When I scan the same code on a notepad, I get output in multi-lines. But, oracle forms is removing the line feeds when I scan barcode in a text item. Please advice. Forms Version is 10g

    It gave me output of 10.
    Original string looks like this with control charactes <LF> and <CR>.
    @<LF><CR>ansi 636049030002dl00410466zn05070057dldcabcde<LF>dcbbcdefjklmw
    I have to get hold of <LF> character because it is used as delimiter for data values in barcode. But, when I scan it in oracle forms item, it is not reading <LF> character. Based on what you suggested, using dump and ascii, it ilooks like it is reading carriage return <CR> as CHR(10) and not <LF>. There is one more <LF> in the string and forms text item is not recognizing it. Dump output is shown below:
    @,^J,A,N,S,I, ,6,3,6,0,4,9,0,3,0,0,0,2,D,L,0,0,4,1,0,4,6,6,Z,N,0,5,0,7,0,0,5,7,D,L,D,C,A,B,C,D,E,D,C,B,B,C,D,E,F,J,K,L,M,W,
    Thanks

  • Validation in POST-TEXT item trigger

    Hi
    Does POST-TEXT -ITEM trigger fire in ENTER-QUERY mode?
    If not suggest me solution for following scenario:
    I have supplier field in master block. When Form is in -ENER-QUERY mode, i want to validate the user input in the supplier field before user navigate out of the field using TAB KEY (KEY-NEXT-ITEM) or MOUSE (POST-TEXT-ITEM).
    Thanks
    Cheers
    Ram

    The Forms help says that it doesn't, and nor does when-validate-item.
    It looks like you'll have to use the when-new-item-instance trigger. You can store the value of the current field and whenever the trigger fires, run some code to validate that field. If it passes the validation then store the value of the new field, otherwise put the user back in the original field.
    You'll also need to call the code from the key-exeqry trigger, so that you can validate the field which the user is in when they execute the query.

  • Displaying text item inside the page I would like

    Hi, is it possible to open and display from text item link new window with formatting title, description and own text, but not only on the blank default page, but on the special page which I have created for this (with my layout as a template)?
    Thanks
    Marek

    Hi Marek,
    I believe what you are looking is for the new Portal 10.1.4 feature - itemplaceholder:-
    http://download.oracle.com/docs/cd/B14099_15/portal.1014/b13809/template.htm#CIADAEGG
    "You can use Portal Templates for items to enforce a particular layout, style, and associated content. With Portal Templates for items, a requested item displays within the layout defined by the template rather than in place on the item's container page. For example, when a link to an item displays on the item's container page, users click the link, and the item content displays within the context of its associated Portal Template. The item's content is displayed in place of the item placeholder on the template."
    I hope it helps...
    Cheers,
    Pedro.

  • What is the Pre Trigger for combo item same like Pre-Text-Item.

    Hi Everyone,
    Can anyone help what is the same trigger like Pre-Text-Trigger for combo items.
    Thanks in advance.

    Thanks for your reply Mr. Ammad,
    --vDatabaseValue:=GET_ITEM_PROPERTY('item_name',DATABASE_VALUE);
    This will fetch the value from the database. But what I need is to store the value of the item itself.
    For example:-
    I created one combo box called Item_Code and one text item called Quantity in my form.
    I am choosing the item code from the combo box lets say 'ABC123' then my cursor moved to Quantity.
    Now I am again coming back to the Item_Code to change the value which already I choosed 'ABC123', here I need to store that value 'ABC123' into an global variable before to change.
    Hope you understand.
    Thanks.

  • Need to disable Hello functionality at workplace

    Need to disable Hello at my workplace. How can this service be blocked with our Web Security Appliance or Firewall?

    Can you clarify about what you would try to achieve and to what reply you are referring?
    If you would loop.server (https://loop.services.mozilla.com/v0) to an empty string then Firefox won't be able to access the server.
    This will work for all Firefox profiles that are started via the Firefox installation that has the mozilla.cfg file.
    <pre><nowiki>//
    lockPref("loop.enabled", false);
    lockPref("loop.server", "");
    </nowiki></pre>

Maybe you are looking for

  • Opening & closing balance for Multiple Vendors

    Hi Friends, I have an issue. This is my code. *& Report  ZVEN_OPEN_CLOSE_BAL REPORT  ZVEN_OPEN_CLOSE_BAL. *& Report  ZVEN_OPEN_CLOSE_BAL TABLES:lfa1,bsik. TYPES: BEGIN OF ty_bsik,        bukrs TYPE bsik-bukrs,        lifnr TYPE bsik-lifnr,        aug

  • Some Line Items are missing in Standard SAP FI/CO Reports

    Dear All, while taking printout of SAP Standard FI/CO Reports some line items and total value are missing. E.g using TCODE FBL3N, it shows correct value after inserting selction inputs but when displaying it in spool request or taking print out it mi

  • Problem in CREATIVE MEDIA SOUR

    hej!i have zen xtra-40gb,and i have problem with media source software,when i open software or when i try to open PC MUSIC LIBRARYit says; "your music library is corrupted and cannot be recovered, mediasource now will revert to your most recent backu

  • Some contacts have question marks inserted

    So I have been trying to find a happy solution for automatic syncing between my mac, my blackberry and google contacts.  I am trying to do this so that I can have two phones address books stay synced.  Unfortunately somewhere in trying to make this w

  • Help i lost my cd

    Help i lost the software cd that comes with my ipod and i have a new laptop that want to transfer songs from what can i do