Attachment "Usage" column

Hi, all.
I put an "Attachment Table" item in my page and it seems to work correctly.
I would prefer not to see the column "Usage" in the attachments view in the layout.
I tried using "Personalizations" but it does not allow the change, as the item is mandatory
for data query.
Do you know any method to put it to "not-rendered"?
Thank you
Regards
-- Vincenzo
Edited by: Vincenzo on 11-mar-2010 18.58

I've tried this solution:
OATableBean attachment = (OATableBean)webBean.findIndexedChildRecursive("attachTable");
attachment.findIndexedChildRecursive("UsageTypeColumn").setRendered(false);
But I'm getting oracle.apps.fnd.framework.OAException: java.lang.ClassCastException, because "attachTable" is an Attachment Table, not a normal Table.
But using OAAttachmentTableBean I'm not finding the child "UsageTypeColumn".
Anyone know how to remove this usage column? Using code not personalization.
Thanks!

Similar Messages

  • Save and File Attachment usage rights for adobe reader

    With Acrobat Pro is there any way to save a pdf that has both save usage rights and file attachment usage rights?
    It seems that if I save the pdf with save the form data usage rights then I can no longer use createDataObject or setDataObjectContents methods when viewing with adobe reader or acrobat.
    createDataObject and setDataObjectContents require 'File Attachment' usage rights, which from the behavior I am getting totally disjoint from the save usage rights.
    I have no trouble using submitForm method with save usage rights applied to the pdf.

    Thanks for the replies, I also want to verify that a pdf created with acrobat that uses createDataObject or setDataObjectContents will no longer function properly in acrobat after saving the pdf with the additional usage permissions.  Is there any documentation that points to what  functions are crippled by saving the pdf with the various choices of  extensions enabled?  It seems as if I save the pdf with any type of extended usage rights for reader, then the pdf functions as if it was opened by adobe reader even if I have it open in acrobat?

  • Video Usage column

    I'm using PE10 on a two-year-old iMac computer.
    I'm currently working on a large video project using lots of photos and video clips organised into a number of folders.
    I've just notiiced that all but the folders i've used most recently have suddenly stopped showing any numbers in the Video Usage and Audio Usage column.  This means that I have to rely on my memory to tell me what media I've used.  In a project this size - and with my memory - that's difficult.
    I don't know how why this information has disappeared (I just hope it doesn't cause a problem when I archive the finished project).  More immediately, I'm wondering if there's any way of restoring this information.
    If anyone has any ideas - thanks!

    Chrisdad
    What we talking about in the way of numbers already showing in the Project Media List View Video Usage column number....10, 200, more for a given file? It seems to take value at least to 2000...have not tried further.
    If you are doing a copy/paste involving a large number of duplicates, the change of number in the VIdeo Usage column can be slow. Often clicking on the panel for the file involved or another updates the number.
    I am strictly an Elements Windows user, but I am thinking, if all else fails, flushing the preferences might be worth a try. In Windows, one can do that by deleting the Adobe Premiere Elements Prefs file. If a Premiere Elements Mac user does not come up with the route, I will search it out.
    ATR

  • Attachment in Column - giving runtime exception and "FNDDOCUMENTSEO"."error

    I have created a Attachment VO for a VO from the Fusion App: Advanced Supply Chain Management ( 724).
    Using the new gallery wizard for "Attachment View Link" I have succesfully finished all 6 steps, created trough this wizard a Attachments Entity ( named AttachmnetEntityRX2)
    In step 3 I have correctly identifed the primary key of the VO for which I created this attachmentsVO.
    After wizard succesfully finished,
    - I have dropped the data VO in a jspx page as a <af:table>.
    - ran the page succesfully,
    - now I grabbed the details VO from the data control ( AttachmentVO), and dropped it as a "Attachmnet column" in the same table as above.
    Below see the xml of the generated column. The attribute columnLinkTableModel was added by me manually.
    <af:column headerText="#{applcoreBundle.ATTACHMENTS_COLUMN_HEADER}"
    sortable="false" width="200" id="c3">
    <fnd:attachment mode="columnLink"
    attachmentModel="#{bindings['Attachments2']}"
    columnModel="#{row.AttachmAccessor2}" id="a1"
    columnLinkTableModel="#{bindings.ATPAllocationTimeRange2.collectionModel}" />
    </af:column>
    -I ran this pjspx poge again, now I get the table header rendered fine, and I see the column header " attachment" but I ger a run time error:
    ry
    <ViewObjectImpl> <freeStatement> [7654] ViewObject: [oracle.apps.fnd.applcore.attachments.uiModel.view.AttachmentsVO]ATPAllocationAM.ATPAllocationTimeRangeVO_AttachmAccessor2_AttachmnVL2_AttachmentsVO close single-use prepared statements
    <QueryCollection> <buildResultSet> [7655] QueryCollection.executeQuery failed...
    <QueryCollection> <buildResultSet> [7656] java.sql.SQLSyntaxErrorException: ORA-00904: "FNDDOCUMENTSEO"."ENT_APP_SHORT_NAME": invalid identifier
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:947)
         at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1283)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1441)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3823)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1671)
         at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:135)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1342)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:993)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:7181)
         at oracle.apps.fnd.applcore.oaext.model.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:2218)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1227)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1068)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2810)
         at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2787)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getAllRowsInRangeInternal(ViewRowSetIteratorImpl.java:2173)
         at oracle.jbo.server.ViewRowSetIteratorImpl.getAllRowsInRange(ViewRowSetIteratorImpl.java:2220)
         at oracle.jbo.server.ViewRowSetImpl.getAllRowsInRange(ViewRowSetImpl.java:3072)
         at oracle.adf.model.binding.DCIteratorBinding.getAllRowsInRange(DCIteratorBinding.java:2349)
         at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.executeQueryIfNeeded(JUCtrlHierNodeBinding.java:475)
         at oracle.jbo.uicli.binding.JUCtrlHierNodeBinding.getChildren(JUCtrlHierNodeBinding.
    Since the attachment link is created by wizrads in a UI, and developers do not edit/insert/update fdndocumnetsEO, I do not know how to fix this problem.
    I need some help atthis time. Thank you.

    Are you and Oracle employee? if so, please post your question on the internal FA forum.
    Thanks
    Juan C.

  • MS Minimize and memory usage

    Hi,
    I noticed that if you minimize your dos window, your memory usage ( as shown in Windows task manager ) drops a lot. E.g. I have Tomcat running ( 15 MB usage ). When I minimize the Tomcat DOS window, the memory usage shows something like 160kB. Any ideas. What is the real usage ?
    Regards,
    Dieter Janssen

    When you minimize the window Java will run a garbage collection. But also be aware of that the memory usage in Windows task manager is shown in both the Mem Usage column and the VM Size column (you maybe need to add this to your Task manager).
    I hope this will help you!
    /Michael

  • Problem with Clip Usage and merged clips in CS6

    The 'Clip Usage' drop-down menus don't seem to work in Premiere CS6 for merged clips. The info bar at the top of the project window correctly lists the number of times the viedo and audio from the clip has been used, and the downward-pointing arrow appears, but when you click on it... nothing happens. Same's true of the 'Video Usage' column in the main body of the project window. Non-merged clips work just fine.
    Anyone know if this is just a problem with my project, or if it's a bug in Premiere? Had a lot of trouble with merged clips in CS5.5, and was hoping they'd be solved by CS6 - I've been using Creative Suite for a long time, and the lack of good merged clips support was always one of the challenges in persuading other indie editors to switch over from FCP...
    Thanks!

    ...and the lack of good merged clips support was always one of the challenges in persuading other indie editors to switch over from FCP...
    I guess they just have to weigh that up against the lack of support they got from Apple for FCP in its entirety.

  • How can I add a new column to an Attachments Table

    How can I add a new column to an Attachments Table??
    And I want to remove the usage column also!
    Thanks!

    I tried to remove the usage column doing this:
    OAAttachmentTableBean attachTable = (OAAttachmentTableBean)webBean.findChildRecursive("attachTable");
    if (attachTable != null)
    attachTable.findChildRecursive("UsageTypeColumn").setRendered(false);
    but I'm getting null pointer exception on "UsageTypeColumn"...
    :(

  • Error while sending Excel attachment thro FM 'SO_NEW_DOCUMENT_ATT_SEND_API1

    Experts:
    I am working on sending Excel as an email attachment thro the function module 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    I am able to send mail successfully but I face the following two issues while opening the attachment.
    1. While opening it says 'un recognized format' , on pressing 'OK' it opens the excel file.
    2. The column heading (first row) which should be in Korean character is displayed in junk char. I tried to
        specify the unicode (Code Page = '8500')  but does not know how to do it.
        I am reading the column header text from standard text.
    Please let me know what mistake I have commited in my code and where I should specify the unicode transformation. I refered many samples but could not make it.
    Please let me know the error.
    The code is as follows.
    FORM sendemail_barcodedata.
      TYPE-POOLS: truxs.
      DATA: objpack LIKE sopcklsti1 OCCURS 2  WITH HEADER LINE.
      DATA: objhead LIKE solisti1   OCCURS 1  WITH HEADER LINE.
      DATA: objbin  LIKE solisti1   OCCURS 10 WITH HEADER LINE.
      DATA: objbin1 LIKE solisti1   OCCURS 10 WITH HEADER LINE.
      DATA: objtxt  LIKE solisti1   OCCURS 10 WITH HEADER LINE.
      DATA: reclist LIKE somlreci1  OCCURS 5  WITH HEADER LINE.
      DATA: doc_chng LIKE sodocchgi1.
      DATA: tab_lines LIKE sy-tabix.
      DATA: l_sent_to_all  TYPE sonv-flag.
    * Creating the document to be sent
    * File Name
      doc_chng-obj_name  = 'BCODEINFO'.
    * Mail Subject
      doc_chng-obj_descr = 'Delivery Barcode Information'.
    * Mail Content
      objtxt = 'Hi:'.
      APPEND objtxt.
      objtxt = 'Find attached,  Delivery Barcode Information'.
      APPEND objtxt.
      CONCATENATE 'Attachment : <<' w_fname1 '>>' INTO objtxt.
      APPEND objtxt.
      DESCRIBE TABLE objtxt LINES tab_lines.
      READ TABLE objtxt INDEX tab_lines.
      doc_chng-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
      doc_chng-obj_langu = sy-langu.
      doc_chng-sensitivty = 'F'.
    * Creating the entry for the compressed document
      CLEAR objpack-transf_bin.
      objpack-head_start = 1.
      objpack-head_num   = 0.
      objpack-body_start = 1.
      objpack-body_num   = tab_lines.
      objpack-doc_type   = 'RAW'.
      APPEND objpack.
    * Creating the document attachment
    * Get column names for Barcode Data
      CLEAR objbin.
      CONCATENATE text-h23
                  text-h24
                  text-h25
                  text-h26
                  text-h27
                  INTO  objbin  SEPARATED BY con_tab .
      CONCATENATE objbin con_cret INTO objbin.
      APPEND objbin.
      CLEAR objbin.
      LOOP AT it_excel2 INTO wa_excel2.
        CONCATENATE wa_excel2-zz_date
                    wa_excel2-zz_delivery
                    wa_excel2-zz_barcode
                    wa_excel2-blank1
                    wa_excel2-blank2
                    INTO objbin  SEPARATED BY con_tab.
        CONCATENATE objbin con_cret INTO objbin.
        APPEND objbin.
        CLEAR objbin.
      ENDLOOP.
      DESCRIBE TABLE objbin LINES tab_lines.
      objhead = w_fname1.
      APPEND objhead.
    * Creating the entry for the compressed attachment
      objpack-transf_bin = 'X'.
      objpack-head_start = 1.
      objpack-head_num   = 1.
      objpack-body_start = 1.
      objpack-body_num   = tab_lines.
      objpack-doc_type   = 'XLS'.
      objpack-obj_name   = 'Barcode Information'.
      objpack-obj_descr  = 'Barcode Information'.
      objpack-doc_size   = tab_lines * 255.
      APPEND objpack.
    * Entering names in the distribution list
      reclist-receiver = p_email.
      reclist-rec_type = 'U'.
      APPEND reclist.
    * Sending the document
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = doc_chng
          put_in_outbox              = ' '
          commit_work                = 'X'
        IMPORTING
         sent_to_all                 = l_sent_to_all
        TABLES
          packing_list               = objpack
          object_header              = objhead
          contents_bin               = objbin
          contents_txt               = objtxt
          receivers                  = reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      CASE sy-subrc.
        WHEN 0.
          MESSAGE i000(z65f_msgclass) WITH text-211.
        WHEN 1.
          WRITE: / 'no authorization to send to the specified number of'.
        WHEN 2.
          WRITE: / 'document could not be sent to any of the recipients!'.
        WHEN 4.
          WRITE: / 'no authorization to send !'.
        WHEN OTHERS.
          WRITE: / 'error occurred during sending !'.
      ENDCASE.
    ENDFORM.                 
    Thanks in advance.
    Regards
    Vijai

    Hi:
    Can any one provide me a solution for this?
    regards
    vijai

  • TS4002 How to get back my Mail columns?

    My Apple Mac Mail used to have From, To, Subject, Attachment, etc., columns.  They disappeared after switching to Mountain Lion and iCloud.  Is there any way I can get them back?  I could not find such settings (as previously) under the View menu bar.

    It's nothing to do with iCloud. It now appears like that by default no matter what email account you use since Lion was released over a year ago.
    Go into Preferences > Viewing and click Use classic layout

  • Button values in dynamic columns and rows

    Hi,
    I am working on webpage that allows the user to dynamically browse a database. I already did this as an applet and was asked to convert it to server-side intensive. Thus began my adventure into JSP and servlets.
    The problem i am having is that at some point a table is generated with a number of columns having submit buttons instead of just text. I want to get the column number and the value of the button that user clicks and use it in my servlet.
    Can anyone suggest a way to do this ?
    My current train of thoughts is to attach the column index to the name of the button and use javascript's onclick to call a function to set a hidden parameter. I am a novice to javascript - will it be possible to pass the name attribute of the button to the function ?
    Also, can I use jsp tags inside the javascript function ?
    TIA
    -Harry
    Below is the code for generating the page.
    <jsp:useBean id="tableData" scope="session" class="beans.TableBean" />
    <table border="1">
    <% int columnCount = tableData.getColumnCount(); %>
    <% int rowCount = tableData.getRowCount(); %>
    <tr align="center">
    <%for(int i=0; i < columnCount; i++)
    {%>
    <td>
    <%= tableData.getColumnTitle(i) %>
    </td>
    <%}%>
    </tr>
    <% for(int i=0; i<rowCount;i++)
    {%>
    <tr>
    <%for(int j=0; j<columnCount; j++)
    String val = tableData.getValueAt(i,j);
    %>
    <td>
    <%if(tableData.isDrill(j))
    %>
    <input type="submit" name="<%=val%>" value="<%=val%>" >
    <%}
    else
    {%>
    <%=val %>
    </td>
    <%}
    }%>
    </tr>
    <%}%>
    </table>

    Is there other data being passed to the servlet also... by the looks of the code you're using now, there isn't. If this is the case, why bother with submit buttons? You can just use an HTML button, and link it to the servlet passing the information you need, sending your column numbers as parameters inside the url,
    <input type="button" value="<%=val%>" onClick="window.location.href='myServlet?col=<%=j%>&val=<%=val%>';"

  • Weekly Usage Reports Disk Usage stuck

    For the last few months the disk usage column on our weekly iTunes U reports has been stuck at .81 GB. Has anyone found a solution to this or have a contact at Apple to report the problem?

    Duncan,
    When do you plan on having the next release (ballpark)? We need to keep track of our Disk Usage and it has been stuck all semester.

  • Adding new site columns to my issue tracking List, will result in having their Source field as blank inside the Issue content type

    I have added an Issue tracking list to my SharePoint team site 2013. Then I wanted to add 5 extra columns to my list . So I did the following:-
    I went to site settings.
    Then I added 5 new site columns.
    I went back to my list setting, I click on the “Issue” content type, and I added the 5 newly added site columns to my "Issue" content type , using the “Add from existing site or list columns” link as follow:-
    And then these columns were added automatically inside the Edit, Create& Display forms.
    But since this is the first time I work on such a task , so I want to make sure that I did every thing correctly. Because I am not sure why the 5 newly added site columns will have their source field inside the “Issue” content type as blank , as shown in
    the above picture. So does this indicate that there is a problem ? or this is because I have added the 5 newly added site columns to the List content type and not inside the Content type at the site level ?
    Thanks

    Hi,
    It’s by design, the Source field means the content type name.
    As you said, when we create a new column, if we not attach the column to a content type, then the column would have not the source field option.
    However, if you create a new column, then add the column in a content type, the content type would automatically update in the site.
    Now, you would see a source content type appear.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • PDF attachment missed one coulumn

    Hi Experts,
    When iam trying to send the date of payments[DOP] to the suppliers via PDF attachements, but my issue is when i open the pdf attachement the column was missed.
    Please see the actual data:
    Item no.           P.O     QTY UM         unit price       Extended amount       PDSN
    870069FG4A      VA305ADF   1.00  EA          1,076.1900     1,076.19      VPF1555993
    870069FG4A      VA305ADF   1.00  EA          1,076.1900     1,076.19      VPF1555994
    if u see the below data the last column was not there, kindly help me to resolve this issue
    issue data as shown below:
    Please see the  issue data:
    Item no.           P.O     QTY UM         unit price       Exten
    870069FG4A      VA305ADF   1.00  EA          1,076.1900     1,076.19     
    Thanks in advance...
    Regards
    suni

    Hi raosuni ,
    You can check if you are missed to send this element to your smartform. it seems you are not passing this field either your program  or in your smartforms.

  • Memory usage growing up constantly

    Oracle 8.1.7 EE on Windows 2000 Advanced Server. RAM 512, CPU Intel Xeon 2.4 Ghz.
    The memory usage amount reported for the ORACLE.EXE at the Task Manager, in the Processes tab, in the Memory Usage column; is growing up constantly. Aproximately every week grow up too much and consume all the server memory resources. This cause the overall performance of the server goes down.
    The "solution" is to stop and restart the OracleServiceSID service (and shutdown and restart up the instance), but sometimes is necessary to shutdown and restart the server.
    Any idea about what is the problem and how to avoid this behavior?

    Hi Ice,
    The loaded swf file contains only a small photo, just for testing, with no listeners or other stuff in it.
    Vic.

  • How can i view a attached file in OAF pages which has been attached

    Dear all,
    Hope you are well.
    i have a table region from that i have attached a file named"file1.text" against a primary key.
    now i want to view that attached file in a oaf page.
    how can i view that attachment.
    would you please explain

    Hi again,
    Personalize that table
    1-Add Attachment Image column
    2-Set the *View Instance (ViewObject that feeds table)
    3-Add Entity under the Attachment image
    4-Set *Entity as same with your entity value
    5-Insert Allowed =>false, Update Allowed => false Show All => true
    6-Add a primary key under the Entity
    7-Set View Attribute with your primary key column like PersonId
    Thanks.
    Anil

Maybe you are looking for

  • Issue in ALV-urgent

    Hi All, i have a following requirement. i am displaying ouput using alv list display. here i an showing my own pf status in this pf status i need threee buttons 1. sorting (both ascending and descending) 2.position <- purpose of this button is : when

  • How do i switch Mail to MSN on my macbook/mini?

    Here is why in 2006 i bought a .mac account in 36 days its over I rarely used it Now i know i will lose some stuff,one being my [email protected] e-mail address............but on windows PCs I am [email protected],I want THAT mail which is http(not i

  • IDVD will not burn iMovie

    I prepared an iMovie, "shared" into iDVD, and waited the roughly 3 1/2 hours while processing occurred. The burn cycle never started. I got a message indicating something like "multiplex errors". I also tried to burn using Disk Utility - also unsucce

  • Tabstrips and WDMODIFYVIEW

    Hi All, in our WD abap application each single tab of the tabstrip contains a ViewContainerUIElement which is linked to an VIEW. Although only 1 tab can be the active one during runtime the views of the inactive tabs are executed. This is performance

  • Cant log in to icloud on ipad

    Why can't i get past the welcome screen on icloud.com on my ipad?  It asks me to set up icloud on this device but i already have.