To add value in  LOV for Attachment Catorgy

Dear ALL
I want to add value in lov in catagory Discription ..( When we click on Attachment Icon , there is a column CATAGORY.. in that i would like to add a value ...
how can i do it ..
please help...
Thanx in advance..
Edited by: 790113 on May 25, 2011 1:15 AM

Application Developer > Attachments > Document Categories
Create a new category. You can leave the application blank. Save.
Then click on Assignments and create a record of the type Function. I assume the name is "Projects" for you. If you are not sure, query up an existing category so you know what type and name you should use.
Hope this answers your question,
Sandeep Gandhi

Similar Messages

  • Can I have a LOV for display and a LOV for select values in a form ?

    My LOV are in table :
    lov_return, lov_display, lov_available
    To avoid a loss in translating lov_return in lov_display values, I manage a flag, lov_available, Y/N to filter out obsoleted values.
    By example, at the beginning of using the application, I have :
    LOV_RETURN
    LOV_DISPLAY
    LOV_AVAILABLE
    1
    TOP
    Y
    2
    CENTER
    Y
    3
    BOTTOM
    Y
    And I have records with 1, 2 or 3 in the field corresponding with the LOV.
    So far, so good.
    Then I want to have a slightly different set of values in my LOV, for new records :
    LOV_RETURN
    LOV_DISPLAY
    LOV_AVAILABLE
    1
    TOP
    Y
    2
    CENTER
    N
    3
    BOTTOM
    Y
    4
    CENTER-TOP
    Y
    5
    CENTER-BOTTOM
    Y
    So, when I edit an old record in my form, I want the 2 to be well deciphered into CENTER, and in the SELECT list, I want TOP,BOTTON,CENTER-TOP,CENTER-BOTTOM.
    When I assign the dynamic LOV : select lov_display d,lov_return r from lov_table where lov_available = 'Y', to the corresponding field in my FORM, even allowing extra values will not help and will display '2' instead of 'CENTER'.
    Is there a way I can manage to show the translated 'CENTER' in the field, and offer a list of values taking in account the 'availability' of the value, other than including the PX_FIELD test in my SQL for the dynamic LOV ?

    A common logical problem I encountered back the days of Oracle Forms.
    A solution I often see is displaying invalid options with an asterisk, and applying validation to ensure users don't change to invalid selection.
    No doubt there are some clever ways to tart this up with jQuery, also.
    Scott

  • Lov values not refreshing for composite primary key

    Hi All,
    I have LOV, which works fine on model project but not in view layer project.
    i have lov with three columns queried from database view dealer_code, scheme_code, scheme_desc
    dealer_code and scheme_code are composite keys
    d001 sch001
    d001 sch002
    d002 sch003
    when i select d002 , i can get the value in bean,
    but when i select d001 and i am getting the scheme sch001,
    if i choose after selecting sch001 to sch002, i am still getting sch001
    the value is not changing when i select composite values from lov.
    any solution ?
    thanks
    Gopinath

    hi Luka, try to install demo sample applications to see
    report pages and forms for insert(as create) and updates(save)
    into tables
    regards,
    gordan,
    http://gordanmilojevic.blogspot.com/

  • Add a new LOV item to a seed Iprocurement Page

    Dear Forum,
    I am relatively new with OA Framework and have a query.
    In IProcurement-> Preferences Page -> Iproc Preferences, has many profiles that can be set to have a default value. I need to do the following add a NEW LOV item in the Delivery Billing region (DeliveryBillingDefaultsRN) on the existing page.
    I found the Page to be in $ICX_TOP/mds/profiles/webui/MYProfilePG.xml.
    The VO used by the page is oracle.apps.icx.profile.server.ProfileValuesVO
    This VO does not contain the attribute I need to add.
    1) What do I need to do to add this new item on this region ?
    2) Would The LoV would need to be linked to another 'new ' VO ? How does it all work ?
    If it is a new VO for 2) , to which AM do I need to attach it to ?
    I did manage to create a new item via personalization, but this needs to be linked to a VO, would this be the extend ProfileValuesVO or the VO for the new lov ?
    Some detailed steps in the right direction would help. I have read the dev guide, ch9 etc but am a bit confused.
    Many Thanks
    Shanky
    Thanks
    Gagan

    Please go through the Extension chapter of Jdev guide and the OAF Personalization guide. There you will find enough detail. You can also find threads with discussion on the similar requirements,
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Unable to return value from LOV to the text field

    I have created the LOV and attached in the database text item. I have done the mapping to the require field in the LOV properties and I was able to show the LOV whenever reach that field by press F9 with all the records in my query. However, when I try to press enter to select one of the data in the LOV screen, the data was not return to the column which I have defined the LOV. What's wrong with this ?
    Regards,
    Lim

    Lim,
    Check is there any KEY-LIST-VAL trigger has any code. And Also check by assigning the same value to a dummy item for testing.
    Regards,
    Manu.

  • ReportExportControl  -- File is too large for attachment

    Hi all,
    Back with a exception again.
    Few reports deployed on BOXIR2 SP4 comes with an error as following
    com.crystaldecisions.report.web.viewer.ReportExportControl
    15bf5ea9377e1c1.rtf File is too large for attachment.
    Few reports take date range as input and generates result based on that. When date range is small report is generated without any problem. If is large and has large set of records(approx above 10K records) then comes up with the above error.
    Another set of reports whatever be the case throws this error.
    But when the parameters are set in CMS console and run in console report is generated without any problem what ever be the date range.
    After searching a lot no solutions in hand!!
    Please suggest solutions/possible scenarios / checklist to solve this issue.
    Thanks & Regards
    lnarayanan

    It turns out the report was so large it was basically overloading everything (disk space, cache sizes, timeouts, etc.) ... Here's the solution from the case:
    1) For page server and cache server
    Make sure location of Temp Files/Cache files has enough free space (more than 500 MB)
    2) For page server and cache server
    Minutes Before an Idle Connection is Closed = 90
    3) For page server
    Minutes Before an Idle Report Job is Closed = 90
    4) For cache server
    Maximum Simultaneous Processing Threads = automatic
    5) In the command line of page server and cache server, add
    "-requestTimeout 5400000" [without " "]
    6) Maximum Cache Size Allowed (KBytes) = set it to an appropriate value (for e.g. for 500 Mb, value should be 500*1024 = 512000)
    (This setting limits the amount of hard disk space used to store cached pages. If we need to handle large reports, a large cache size is needed. Maximum allowed is 2048 GB)
    After all this, an "Error 500 - Java heap space" happened.  The amount of memory allocated to a JVM application can be set using the options -Xms (the initial size) and -Xmx (the maximum size).
    Regards,
    Bryan

  • How to have cascading lov for a single column in tabular form

    Hi,
    How to have a cascading lov for a single column in tabular form
    ie i have one employee name column
    in tabular form if v pressed add row then one row ll be added
    In my scenario based on first row value
    the second row value to be displayed
    To achieve this what i have to do ..
    Regards,
    Pavan

    READ Cascading select list on tabular form  and
    Oracle APEX 4.0: Cascading LOVs/Select Lists | Inside Oracle APEX by Patrick Wolf BLOG
    helps you,
    Pars.

  • What to set as LOV for a checkbox

    Hi there.
    I've done a search on the forum and found various bits of information regarding checboxes and LOVs but I'd just like to obtain what I believe to be simple clarification on my situation.
    I have a form containing a checkbox.
    My database stores the relative values as 0 and 1.
    When editing an item from the report the correct values are pre-populated in the form.
    My question is: What should I set as the LOV for the checkbox?
    One resource suggested STATIC:;Y
    I am happy to use this but I was wondering why this LOV will only have 1 value as opposed to 1 for 0 and 1 for 1. Adding more than one adds multiple checkboxes which is not my need.
    Thanks in advance to anyone who can clarify this for me.
    S>

    The LOV that Earl gave you should give you the 1 when the checkbox is selected, but you will want to add a computation after submit for the checkbox item that sets the value of the item equal to 0 if the value of the item is null. Otherwise the values you will end up with in the database are 1 for checked and null for unchecked.

  • Error upgarde 4.2 plugin Add Value Selectlist

    Till the upgrade on 4.2 the plugin Add Value Selectlist issue the error below
    Please help me with that case
    Error in PLSQL code raised during plug-in processing.
    ORA-06550: Ligne 2, colonne 10737 : PLS-00302: Le composant 'C_APEX_VERSION' doit être déclaré ORA-06550: Ligne 2, colonne 10695 : PL/SQL: Item ignored ORA-06550: Ligne 2, colonne 14262 : PLS-00320: déclaration de type de cette expression est incomplète ou mal structurée ORA-06550: Ligne 2, colonne 14105 : PL/SQL: Statement ignored
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW_PLUGIN.RUN_PLSQL_ERR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: Ligne 2, colonne 10737 : PLS-00302: Le composant 'C_APEX_VERSION' doit être déclaré ORA-06550: Ligne 2, colonne 10695 : PL/SQL: Item ignored ORA-06550: Ligne 2, colonne 14262 : PLS-00320: déclaration de type de cette expression est incomplète ou mal structurée ORA-06550: Ligne 2, colonne 14105 : PL/SQL: Statement ignored
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 67877970602536501716
    component.name: P25_COMMICPT
    error_backtrace:
    ORA-06512: à "SYS.DBMS_SYS_SQL", ligne 1926
    ORA-06512: à "SYS.WWV_DBMS_SQL", ligne 973
    ORA-06512: à "SYS.WWV_DBMS_SQL", ligne 999
    ORA-06512: à "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", ligne 806
    ORA-06512: à "APEX_040200.WWV_FLOW_PLUGIN", ligne 1025

    Could you please send an email to [email protected] with your workspace / application / plug-in information.
    Also include an attachment with the plug-in you are trying to implement.
    Regards,
    David

  • Trigger to execute query when value from LOV is selected

    HI Guys,
    I have a form in which I have 2 fields in Master and 4 fields in detail, all showing on the same canvas.
    I have put an 'execute_query' in when_new_form_instance trigger so that when I open the form it is pre - populated.
    The Master fields draw values from LOVs. I want to execute the master block query when the user selects a value from LOV, so in which trigger should I put it.
    I have tried in 'when_validate_item' and 'when_list_changed' triggers but it is showing an error.
    So, what should I do?
    Regards
    Ranjan

    I have designed a form in which there are two items in header level and two in line level. I have defined master - child relationship between the two blocks.
    I have put a execute_query for header in when_new_form_instance trigger so that when user opens the form, all fields are initially populated.
    Each Field has an LOV attached to it.
    Form Outline :
    Header : Ledger Name
    Ledger_approver
    Line : Approver
    Amount
    Initially all details for Ledger L1 is populated.
    If the user now selects Ledger L2 from LOV, then when he moves out of that item, immediately all details about L2 should get populated in the fields.
    I Have tried execute_query in when_validate_item of Ledger Name but I get error that we cannot use restricted procedure in when_validate_item trigger.
    I hope this explains my issue.
    Regards,
    Ranjan

  • Creating Named lov for each row..........

    How to create Named LOV for each row in a field.
    i have a tabular in a page. In that tabular i have three fields service_code,*service_name* and No_units.
    i have to create lov for service_code for all rows.
    how to do this?
    plz help...

    Hi Frank,
    This is the method i wrote in the managed Bean. It works when I hard code the department value to some value(like 10).
    public List<SelectItem> getEmployeeList() {
    int Deptid = 10;
    ArrayList<SelectItem> employees = new ArrayList<SelectItem>();
    employees.add(new SelectItem("0", "--Select Employee---"));
    try {
    Connection con = getConnection();
    PreparedStatement ps =
    con.prepareStatement("select name from employees where department_id = ?");
    ps.setInt(1, Deptid);
    ResultSet rs = ps.executeQuery();
    while (rs.next()) {
    employees.add(new SelectItem(rs.getString("name")));
    rs.close();
    ps.close();
    con.close();
    } catch (Exception ex) {
    System.out.println(ex.getMessage());
    return employees;
    How can I pass the row Department Id to this method in the f:selectItems?
    I really appreciate your help in resolving this issue.
    Thanks

  • Value not legal for this attribute:Attribute: MX_ACADEMIC_TITLE_1

    Hi All,
    Run initial loads on abap CUA ended in error below, also attached initial load log to this message.
    putNextEntry failed storingTESTCUAID1
    Exception from Add operation:com.sap.idm.ic.ToPassException: ToIDStore.addEntry failed storing entry 'TESTCUAID1'. IDStore returned error message: " Value not legal for this attribute:Attribute: MX_ACADEMIC_TITLE_1" when storing attribute 'MX_ACADEMIC_TITLE_1=0002'
    Exception from Modify operation:com.sap.idm.ic.ToPassException: ToIDStore.modEntry failed updating entry 'TESTCUAID1'. IDStore returned error message: "Entry does not exist" when fetching entry
    when i check the attribute storage value is text and when i check in abap entry type is text and number. like "0002" i tried change the value to number but still got the same error. could some one help me solve this issue.
    values in abap
    thanks
    sai

    Thanks a ton Steffi,
    i input values in attribute values tab --> all it went smooth.
    Thanks
    sai

  • Adding look up items(return values) in LOV

    hi
    i'm a student plz be patient, using form6i and run in c\s , i encounter a problem that , cannot add lov look up item or return items..
    example are: i have a num1 and num2 in lov.. when i look up this items in text1=num1 and text3=num.. then it will the answer will go to num3..
    i put in property of text3. formula then :num.text1+num2.text2
    but it says that cannot add lov items...plz help

    step for step:
    you have 3 items
    you have returned the first two values in item_1 and item_2
    you have a formula on item_3 which calc's item_1 and item_2
    create a new lov for testing
    first : without return-values --- is the lov creatable ?
    second : now you assign the lov-values to item_1
    third : and now item_2
    are there problems doing this 3 steps?

  • How can I create a new entry without using LOV for foreign keys.

    Referring to TUHRA sample application based on HR database schema. JDeveloper 10.1.3.0.4
    How can I create a new employee without using LOV for the foreign key "job_id".
    On the first page I would like to choose the job_title from adf read-only table.
    After clicking on the "create new employee button" a creation form appears in which the job_id field is set with previous selection.
    Regards M.Winkler
    Edited by: user3541283 on 06.10.2008 03:44
    Edited by: user3541283 on 06.10.2008 03:50

    Hi,
    usually the foreign key is only set if the VO you select is dependent from a master. If e.g. you have DepartmentsVO1 that has an EmployeeVO3 as its nested VO, then creating a new instance of employees automatically add the foreign key. If you add EmployeesVO1, which is not dependent to DepartmensVO1, then the foreign key is not set. So if this is the case in THURA (keep in mind that this is not an Oracle demo but a sample used in a book about ADF) then all you need is to take the independent VO when building the new employee form.
    Frank

  • How to create column for attachment in SharePoint 2013 Document Library.

    I've created document Library where user can upload the file while click on Upload option (OOTB).
    Now in this Library I want to create one more column where user can put some comment and attach one more file for reference. 
    For comment I can create "Single line of text" type calumn where user can put some comment but for attachment not sure which type of column I have to create.
    Want to know is there OOTB feature/column available which I can use to Add / create a one more column to upload a document for reference.

    Hi,
    For issue 1, please refer 
    To manage the permissions for a Document Set, you must have at least the Design or Full Control permission level.
    On the Welcome Page for the Document Set, click the Manage tab of the Document Set ribbon, and then click Permissions.
    Do one of the following:
    To change the permission settings for the document library itself, click Manage Parent.
    To stop inheriting permissions from the document library and create unique permissions for this Document Set individually, click Stop Inheriting Permissions.
    To view the specific permissions an individual has, click Check Permissions, and then type the name of the user or group you want to check.
    To inherit permissions from the parent document library (if the Document Set was previously configured to stop inheriting them) click Inherit Permissions.
    For more information about working with permissions, see the links under See Also.
    https://support.office.com/en-in/article/Create-and-manage-Document-Sets-c71d5796-d559-48de-b1b3-42383bdd13ea?ui=en-US&rs=en-IN&ad=IN
    For Issue 2:
    You can create a link in the Quick Launch bar
    http://support.sherweb.com/Faqs/Show/how-to-add-a-link-to-the-quick-launch-toolbar-in-sharepoint-sharepoint-2013
    Please don't forget to mark it answered, if your problem resolved or helpful.

Maybe you are looking for

  • HT204266 How can I find the top 300 games in each category on iPad App Store?

    From iPhone Apps Store I could go to each category and find the top 300 games, how could I find the top iPad games in each category in iPad Apps Store? Thanks!

  • ZEN 4 GB + SDHC APACER 16 GB (needed to be inserted when the ZEN is turned on)

    Hi there, after using the Cowon D2 i am quite shocked with the ZEN player, but have to solve some issues.... Some cannot be solves, like the copying via internal and external memory, "expension" of SD without player funcionality, some other bugs The?

  • How to hide a tab in a jsp?

    Hi all, Kindly tell me how I can hide a tab in a jsp. Suppose the id of my tab is 'Tab123', what would be the syntax I need to use. And where should I put this syntax?

  • Rule File encoding unknown

    Hi All, I am trying to open a Rule file, it is asking ,Please select the encoding for your file.. I tried with multiple Encoding selections, but i din't see the content of the Rule file, It says "Encoding Unkonw". Could you please help. Thanks Regard

  • Can't deactivate 4s

    Im trying to sell my iPhone 4s, I completely restored it to factory settings using iTunes. But now the iPhone is able to make calls, text, and use 3g, but on my Verizon it still says my current phone is activated (LG G3) Im looking for a way to compl