Inactivating/Hiding Delete option in a custom collection

Hi All,
we have a requirement where we need to disable/hide the delete option in a particular custom collection. Basically we want to restrict users to delete any entry of the collection once added. i just wanted to check if there is an option available in configuration which can help us to acheive this.
We can write a script to prevent user from deleting a row in the collection but iif there is any other way, can you please let us know.
Thanks in Advance!
Regards
Saurabh

Hi,
Unfortunately there is no way other than writing a script for disabling the delete icon so that users cannot remove previously entered values in the collection.
If you need, you can refer the post below for further information on the script:
Hide Add button for Collection
Thanks,
Vikram

Similar Messages

  • How to specify custom SQL in polling db adapter with logical delete option

    Hi all,
    I am writing a SOA composite app using JDeveloper SOA Suite 11.1.1.4 connecting to a SQL Server db using a polling DB Adapter with the logical delete option to send data to a BPEL process.
    I have requirements which go beyond what is supported in the JDeveloper UI for DB Adapter polling options, namely:
    * update more than one column to mark each row read, and
    * specify different SQL for the logical delete operation based on whether bpel processing of the data polled was successful or not.
    A complicating factor is that the polling involves two tables. Here is my full use-case:
    1) Polling will select data derived from two tables: e.g. 'headers' and 'details' simplified for this example:
    table: headers
    hid - primary key
    name - data label
    status - 'unprocessed', 'processed', or 'error'
    processedDate - null when data is loaded, set to current datetime when row is processed
    table: details
    hid - foreign key pointed at header.hid
    attr - data attribute name
    value - value of data attribute
    2) There is a many:1 relationship between detail and header rows through the hid columns. The db adapter polling SELECT shall return results from an outer join consisting of one header row and the associated detail rows where header.status = 'unprocessed' and header.hid = details.hid. (This is supported by the Jdeveloper UI)
    3) The polled data will be sent to be processed by a bpel process:
    3.1) If the bpel processing succeeds, the logical delete (UPDATE) operation shall set header.status = 'processed', and header.processedDate = 'getdate()'.
    3.2) If bpel processing fails (e.g. hits a data error while processing the selected data) the logical delete (UPDATE) operation shall set header.status = 'failed', header.processedDate = 'getdate()', and header.errorMsg = '{some text returned from bpel}'.
    Several parts of #3 are not supported by the JDeveloper UI: updating multiple columns to mark the row processed, using getdate() to populate a value of one of those column updates, doing different update operations based on the results of the BPEL processing of the data (success or error), and using data obtained from BPEL processing as a value of those column updates (error message).
    I have found examples which describe specifying custom SQL using the polling delete option to create a template then modifying the toplink file(s) to specify custom select and update SQL to implement a logical delete. (e.g. http://dlimiter.wordpress.com/2009/11/05/advanced-logic-in-oracle-bpel-polling-database-adapter/ and http://myexperienceswithsoa.blogspot.com/2010/06/db-adapter-polling-tricks.html). But none of them match what I've got in my project, in the first case because maybe because I'm using a higher version of JDeveloper, and in the second I think because in my case two tables are involved.
    Any suggestions would be appreciated. Thanks, John

    Hi John,
    You've raised a good scenario.
    First of all let me say that the purpose of the DB polling transaction, is to have an option to initiate a process from a DB table/view and not to update multiple fields in a table (or have other complex manipulation on the table).
    So, when choose to update a field in a record, after reading it, you are "telling" the engine not to poll this record again. Sure, i guess you can find a solution/workaround for it, but I don't think this is the way....
    The question now is what to do?
    You can have another DB adapter where you can update the data after finishing the process. In that case, after reading the data (on polling transaction) - update the header.status = 'processed' for example, and after processing the selected data update the rest of the fields.
    Hope it make some sense to you.
    Arik

  • I do not have a delete option for files or folders in Adobe Creative Cloud

    I do not have a delete option for files or folders in Adobe Creative Cloud
    im looking and looking....
    im stumped.....
    4 weeks now....
    kai

    HOW TO DELETE FILES or FOLDERS or Assets from Adobe Creative Cloud Brouser/Web Portal By: Kai Buskirk rev:130626
    Adobe now burried deleting or trashing unwanted iteams files or folders in the Archive section of your creative cloud brouser/web portal.
    Note!! - No longeer is there a standard TrashCan icon or simple Delete button... its burried in the archive sector: but why i ask?
    An archive is an accumulation of historical records, or the physical place they are located.[1] Archives contain primary source documents that have accumulated over the course of an individual or organization's lifetime, and are kept to show the function of that person or organization. Professional archivists and historians generally understand archives to be records that have been naturally and necessarily generated as a product of regular legal, commercial, administrative or social activities.
    In general, archives consist of records that have been selected for permanent or long-term preservation on grounds of their enduring cultural, historical, or evidentiary value. Archival records are normally unpublished and almost always unique, unlike books or magazines for which many identical copies exist. This means that archives (the places) are quite distinct from libraries with regard to their functions and organization, although archival collections can often be found within library buildings
    A person who works in archives is called an archivist. The study and practice of organizing, preserving, and providing access to information and materials in archives is called archival science. The physical place of storage is sometimes referred to as an archive repository.
    To delete files folders or individual assests in the current incarnation of adobe creative cloud brouser/web portal rev:130626
    1 - Check mark the box on left and select files or folders you would like Deleted/Trashed and move them to the ARCHIVE folder location inside your adobe creative cloud brouser/web portal....Then navigate to the ARCHIVE SECTION
    2 - Once the files or folders you have check marked are moved to the ARCHIVE folder location you can select them for Permanant Deletion (Trash)
    ps: you can also restore them......if you so choose....
    3 - in case you missed this step after selecting/checking the files or folders in the ARCHIVE folder there is a small Triangle Selector drop down that will reviel the Permanently Delete option.... clicking that is the point of no return i think..... so do not be misled my the use of the term ARCHIVE.... DELETING PERMANANTLY IS DELETING YO!
    4 - OK DONE NOW YOU GOT IT .....
    Good Luck Happy House Cleaning.....
    Wamest Blessings,
    Kai Buskirk
    Message was edited by: [email protected] rev: 130626

  • How to disable delete option or symbol in attachment control in infopath 2010

    Any have any idea how to disable the delete option or symbol near the attached file using attachment control in infopath 2010.
    I have created a custom list in sharepoint online 2013(Office 365) and customized it in  Infopath forms 2010 
    i want tht user can attach the files using attachment control but not to allow to delete other attached files.
    plzzzzzz help me out :( .

    Hello,
    As per my finding, you have to custom create event receiver to handle this situation. Use "ItemAttachmentDeleting" event to prevent user to delete attachment. Please refer below MSDN link to implement this:
    http://stackoverflow.com/questions/2023414/prevent-deletion-of-attachments-from-a-sharepoint-list-item
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Oracle forms standard/default menu - Record Delete option

    Hi ,
    Oracle forms provides a standard menu with the below options.
    Action , Query , Block , Record , Help etc.
    Under each of these Menu options there are sub options.
    Eg: Under Record we have Previous , Next , Insert , Delete etc.
    Can someone please tell me how to control this menu item options for different forms.
    Eg: for 1 form i want to allow the Record - Delete option but for another form i dont want to give this option.
    How to do this ??
    Please help....
    I tried to search for the solution but couldnt get the right answer. Hope someone will help me out here.
    Regards,
    SRT

    Hello,
    The Oracle Forms documentation states:
    The Default menu is built-in to every form, and is not a separate menu module.
    You cannot change the structure of the Default menu or edit the menu items it
    displays.
    If your application requires
    unique menu functions, you must create a custom menu module and attach it to
    your form.
    If the internal default menu almost meets your needs, you can attach the
    "menudef.mmb" approximation of the default menu to the form. You can then
    rename and edit this menu.
    You can download the demo version for 10g R2 and menudefs_10g.mmb is included with the demos.
    http://download.oracle.com/otndocs/demos/Forms_Demos_10gr2.zip
    You will get menudef_10g.mmb and menudefs_10g.mmb.
    If needed check metalink note:
    Differences between menudef.mmb and menudefs.mmb menu files. [ID 1081136.1]
    Kind regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Customer Collection History

    Dear Friends,
    I want to see customer collection history Invoice wise.
    Means what collection received against which invoice.
    any help will be highly appricated.
    Regards
    Malik

    In FBL5N, you have three options to select, viz. (a) Open Items,  (b)  Cleared Items  and  (c)  Both
    Open items is nothing but billed but payment has not been received.  So if you execute after selecting any of these options, you can see billing document wise what amount is credited.
    thanks
    G. Lakshmipathi

  • Customer Collection Statement

    Hi All
    I need to some help with Customer Collection statement , I need this field to display the DOC REF NO in column 2 and not BP REF NO.
    Which field must I display in order to display the invoice number or credit note number related to a particular line on the statement lines.
    Thanks
    Bongani Dlamini

    Hi Bongani Dlamini,
    This PLD is one of the hard coded one.  There is no option for you to customize it.  You need to create your own report by a reporting tool instead.
    Thanks,
    Gordon

  • Disabling the delete option using personalization

    Hi,
    Is it possible to disable the "Delete" option (Red X mark on the menu bar) using personalization. I wanted this to be done on Employee Creation screen.
    Thanks
    qARS

    Do you have any docs, reference which talks, how custom.pll can be modified to suit business needs. Most of the links and docs i have gone thru says "if personalization is not possible, the change has to be done in CUSTOM.pll"I have already posted couple of docs.
    None of them says how modifications can be done in CUSTOM.pll and what tool is required to do this.Use Oracle Developer (6i if you are on 11i and 10g if you are on R12).
    You can find "Oracle Application Developer's Guide"/"Oracle E-Business Suite Developer's Guide" at http://www.oracle.com/technetwork/documentation/applications-167706.html
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom.pll+AND+Developer&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Please note that you may lose your customization if you patch/upgrade the application and if the CUSTOM.pll needs to be replaced/copied, so make sure you always have a backup of this file.
    Thanks,
    Hussein

  • LB02 screen- Disable delete option of TR

    Hi Friends,
    It is observed that some TRs are disappeared from the system & as such no log present in any database table (LTAK , LTBK , LTBP , LTBK).
      Manual deletion is possible using LB02 .
    I have a requirement to disable Deletion option which is available at Header level ( Delete icon)& Item level ( deletion flag checkbox).
    What is the way to do this?
    Regards,
    Sap.

    Hi All,
    I have tried implementing the BADI WM_ENHANCMENT which was called during TR deleteion, but unfortunately this BADI is for internal SAP use only.
    I could not find any relevant user exit also for this purpose.
    So is there no way by coding that we can achieve the requirement?
    Will authorization be done in any customizing. Kindly help.

  • Deploying an OS to a custom collection

    Guys,
    I dont want to advertise my task sequence to unknown computers .  I also dont want to use PXE.  Instead I have created a custom collection called "DEPLOYMENTS" and I just want to simply
    put computers into that collection for imaging.  I have pushed my TS to that collection which has one computer in it.  I have updated all local sccm policies on the local machine but it doesnt appear to want to run the TS.  In deployment status
     it says "status information is currently unavaliable for this deployment"
    Any thoughts ?

    Have you distributed everything needed by the TS to the clients DP? Have you deployed the TS to the collection with the option to make it available to "Configuration Manager Clients" (two options include that). Is the deployment available (the
    schedule for the deployment, not expired for instance)?
    Can you see the deployment in Software Center on the client?
    Tim Nilimaa | Blog: http://infoworks.tv | Twitter: @timnilimaa
    hi, yes the DP has all the packages.  I have it set to be available to "only config manager clients" (not sure what you mean by two options in that.  Schedule is for available right away
    YES - I see it available in software centre.  I have my TS setup to only be available though.  I  see an install option but I wanted this to popup and be visible.  Software centre is not in the notification area to add any notifications.
     ANy thoughts ?
    thanks for your help

  • Custom collection cenderer

    Hi,
    How to deploy custom collection rendereror other flex UI) under Sap netwaever??
    Thanks for replies
    Regards
    Jakub Krecicki

    You just deploy in the ordinary way or put it under:
    C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\PCD
    and restart the j2ee service.
    Technical mapping has to be carried out in the user interface configuration of the KM configuration iView
    The mapping from a Java class to a component alias can be carried out at System Administration > System configuration > Knowledge Management > Content Management > User Interface (Show advanced options) > Mapping
    Regards,
    Rasmus

  • Can not find delete option in IOS email Inbox ( gmail)

    Hi there,
    i can not delele emails  in IOS iphone5s inbox.
    However, the delete option is available when i go to ALL mail under gmail in my iPhone5s.
    Any advise how to delete emails directly from iPhone5s inbox ( under gMail)
    Note: the delete option is available in ipad ( under email Inbox).
    Many Thanks
    Arif

    In GMail Inbox, tap Edit (top right), mark email from the list you want then tap the Trash (bottom right)

  • Deleting a Contact on Customer Master with that Contact on Open Sale Orders

    Our current SAP system ECC 6.0 allows a user to delete a Contact from the Customer Master where that Contact is also on Open Sales Orders. 
    Then when our create delivery job runs, it abends saying Contact record not found.
    How is this normally handled ?  Are users not suppose to delete Contacts from the Customer Master if they are attached to an Sales Order ?  Is there some config to turn on in SAP that checks for Open Sales Orders before deleting a Contact in the Customer Master ?  Do I code this check in User Exit on the Save in the Customer Master and not let user delete the Contact if it's attached to Open Sales orders ?
    Would appreciate any help on this.
    Thanks,
    David

    Hi David,
    Try this user exit.
    RFDRRANZ  User exits: Accounts Receivable Information System
    Regards,
    Vijay

  • How do I delete my iCloud account on my iPad when there is no 'delete' option

    My iPad iCloud account does not have a 'delete' option though my iPhone does. How canI delete the account on my iPad so that I can set u a new Apple ID?

    From what you are saying, I gather that you are the original owner of the iPad but you forgot the password to an account that no longer exists, so you cannot retrieve the password, since the email account that you used for the iCloud account no longer exists. If that is correct, you should probably contact Apple and ask for their help.
    Gohere, find the site for your country and start a dialog with Apple.
    Apple ID: Contacting Apple for help with Apple ID account security - Apple Support

  • How to make the cost center or WBS field optional for Vendor/customer line?

    Dear experts:
    Does anyone has the experience of releasing WBS or cost center fields to be optional for the customer or vendor line item?
    I've tested in system, neither the field status control in GL account master data nor the FSG in posting key worked, I can't let the WBS field to display in the screen and ready for input.
    So my conclusion is that the FSG control in  not completely effective for customer/vendor line, it there any other method to let WBS to be optional in custer/vendor line items?
    Our purpose for changing that is that we're using joint venture accounting, we need to let users to input a cost object for system to derive joint venture information. please do not suggest deriving JV information using other methods, because we're dealing with a special case, i.g.  in a cross-company document, only a customer/vendor line in our company, so it's impossible to split JV information from offset lines, anyway, please help me out directly with my issue.

    Hi, Lu:
    If I understand your question correctly, you want to modify the FSG of recociliation account of Vendor/Customer to make sure Cost Center/WBS field display in transaction F-22/F-43 for example, right?
    I am not sure whether it is possible, I also tried in ECC6.0 but failed to show these two fields. And I think that doesn't make sense to assign CO object to AP/AR reconciliation account, but assign it to Revenue/Expense account in following line items.
    And You can use New General Ledger functionality Document Splitting to derive corresponding CO object information to Reconciliation Account line item, but it is enabled only in General Ledger level, not in subledger level.
    If you find any other meaningful solution, please also share with us.
    Thanks & BR, Lawrence

Maybe you are looking for