In Adobe Send Web UI, what is the eye logo column header?

In Adobe Send Web UI, in the Files -> Sent Files page, one of the columns has an eye logo as the header. What exactly does it mean?

Hi zoomarkup,
That column shows file history (how many times a file has been previewed). If you click in that column for a particular file, you'll see who has viewed or downloaded the file.
Best,
Sara

Similar Messages

  • IWebBrowser2.Type="Adobe PDF Reader".  What is the Document?

    Hi,
    I'm displaying a PDF within the ActiveX IWebBrowser2 container and looking for a way to access (parse) the text. When displaying Excel files, Type is "Excel" and Document is a Workbook reference.  When displaying PDFs, Type="Adobe PDF Reader", but what is the Document?  I've come across threads that suggest it might be of type IAcroAXDocShim or CAcroPDDoc, but when trying to use their methods receive "class not registered".  Re: "class not registered", is it necessary to install Adobe Acrobat?  Why?  Reader is installed.  Seems to me there ought to be a way to access the text with the tools at hand, no?
    Any help is appreciated!

    Adobe don't offer such a facility in their controls, not even with Acrobat. If you want to find out more about the very rich programming interface to Acrobat, and the tiny programming interface to the free Adobe Reader, you should download and install the Acrobat SDK - many thousands of pages of documentation and a few examples (for illustration, not cannibalism).

  • I started my ipad in wifi but didnt open the web page, what is the problem?

    i started my ipad in wifi but didnt open the web page, what is the problem?

    Your iPad is probably not connected to the Internet.

  • While defining a columnar table, what is the purpose of column store type

    Hi folks
    I have two questions related to columnar table definition.
    1. What is the purpose of column store type.
    While defining a columnar table, what is the purpose of column store type (STRING ,CS_FIXEDSTRING,CS_INT etc) , when I define a table using the UI I see that the column is showing STRING but when I goto EXPORT SQL it does not show.  Is this mandatory or optional ?
    2.VARCHAR Vs. CHAR - In the UI when I create the table I do not see the CHAR option , but I do see lot of discussion where people are using CHAR for defining the columnar table. Not sure why UI dropdown does not show it. I also read that we should avoid using VARCHAR as those columns are not compressed, is that true, I thought the column store gives compression for all the columns. Are there certain columns which cannot be compressed .
    Please let me know where I can find more information about these two questions.
    Poonam

    Hi Poonam
    the CS_-data types are the data types that are used internally in the column store. They can be supplied but it is not at all required or recommended to do so.
    SAP HANA will automatically use the correct CS_-data type for every SQL data type in your table definitions.
    To be very clear about this: don't use the CS_-data types directly. Just stick to the SQL data types.
    Concerning VARCHAR vs CHAR: fixed character data types are not supported anymore and don't show up anymore in the documentation.
    I have no idea why you believe that VARCHAR columns are not compressed but this is just a myth.
    create column table charcompr (fchar char(20), vchar varchar(20));
    insert into charcompr (
        select lpad ('x', to_int (rand()*20), 'y'), null from objects cross join objects);
    -- same data into both columns
    update charcompr set vchar = fchar;
    -- perform the delta merge and force a compression optimization
    merge delta of charcompr;
    update charcompr with parameters ('OPTIMIZE_COMPRESSION' ='FORCE');
    -- check the memory requirements
    select COLUMN_NAME, MEMORY_SIZE_IN_TOTAL, UNCOMPRESSED_SIZE, COUNT, DISTINCT_COUNT, COMPRESSION_TYPE
    from m_cs_columns where table_name ='CHARCOMPR'
    COLUMN_NAME    MEMORY_SIZE_IN_TOTAL    UNCOMPRESSED_SIZE   COUNT   DISTINCT_COUNT  COMPRESSION_TYPE
    FCHAR       3661                    70285738            6692569 20              RLE
    VCHAR       3661                    70285738            6692569 20              RLE
    We see: compression and memory requirements are the same for both fixed and variable character sizes.
    - Lars

  • What is the Tcode for document header.

    HI all.
    What is the Tcode for document header.

    Hi,
    Post Document: Header Data (FBR2)
    Purpose
    Use this procedure to post a new document referencing (copying all or part) of an existing document.  This process will also allow the user to reverse a document that cannot be reversed using transaction FB08.
    Trigger
    Perform this procedure when there is a need to post with reference an existing document to create a new document.  Or to reverse a document that cannot be reversed using transaction FB08.
    Prerequisites
    Before beginning this task, obtain the following information.
    ·         Document number and fiscal year of the document to be referenced or reversed
        Document being referenced must be a posted document.
    ·         If applicable, the reversal reason code
    Menu Path
    Use the following menu path(s) to begin this transaction:
    ·         N/A
    Transaction Code
    FBR2
    Helpful Hints
    Generate reverse posting can be used when using transaction FB08 is not possible.  Examples provided below.
    ·         Original document types such as WA and ZF cannot be reversed using the FB08 transaction
    ·         Document was already reversed but the reversing document is incorrect
    ·         Document to be reversed is a reversing document
    ·         R/O/C/D indicates a field is required, optional, conditional (dependent upon another selection) or the information defaults (based on previously entered information or system configuration)
    Reward if helpful
    Jagadish

  • What is the eye symbol and what do the numbers mean in its column on "Sent Files" page?

    What does the eye symbol mean on the "Sent Files" page?

    Hi Chrislegal,
    That column indicates how many times the file has been viewed. You can click the number in that column to see who's viewed the file, and how many times.
    Please let us know if you have additional questions.
    Best,
    Sara

  • Dynamically changing the Advance table column Header.

    Dear All,
    I want to change dynamically the Advance table column header.
    I tried the below code and its working process request,not in process form request when button pressing.
    Please suggest me.
             OAAdvancedTableBean tableBean =
                               (OAAdvancedTableBean)webBean.findIndexedChildRecursive("advanceTableRN");
                           if (tableBean != null) {
                           System.out.println("tableBean");
                               OAColumnBean columnBean =
                                   (OAColumnBean)tableBean.findIndexedChildRecursive("column3");
                               if (columnBean != null) {
                                   System.out.println("columnBean");
                                   OASortableHeaderBean colHeaderBean =
                                       (OASortableHeaderBean)columnBean.getColumnHeader();
                                   if (colHeaderBean != null) {
                                       System.out.println("colHeaderBean");
                                       colHeaderBean.setText("Segment3");

    You can try 2 options:
    1. Try to call pageContext.forwardImmediatlytoCurrentPage();
    2. Try yo set a vo attribute to the columnbean text property and set the vo attribute programmatically. (I have not tried this but I think it should work)
    Cheers
    AJ

  • Web Services - What is the right strategy to follow?

    Hi,
    I want to consume web services directly into the database, the application is all to be within the database no website or clients. Based on the calls to the external provider I then want to be able to send request back. I want to use pl/sql inside the database as opposed to java.
    I have the wsdl file and jdeveloper has generated quite a lot of java objects based ont this. This is about as far as I have got. I read somewhere about loading java web services client directly into the database.
    Any guidance would be appreciated.
    Thanks David

    Hi Sunil,
    Thanks for the link, I also found what I think is a pretty up to date solution at:
    http://www.oracle.com/technology/pub/articles/mensah_dws.html
    I am sure this is possible all in jdeveloper but to many wizards, frameworks and options that you could want!
    Regards
    David

  • Ihave installed the latest Adobe flash player and youtube still tells me I need to install the latest adobe flash player.  what is the problem?

    I have installed the latest ersion of the Adobe flash player, and youtube still says I need to install the latest version of Adobe flash player in order to see the video.  What's the problem?

    You can check the version under Apple Menu > System Preferences > Flash Player. Did you quit and restart Safari after the install?

  • Adobe Library disappeared. What's the solution?

    My library disappeared... What is the solution?

    No new books in the library, just old. Because I migrated to Kobo. But the books that are in the Adobe have only there ...

  • How to start adobe photoshop cs6? what are the requirements to me as a begginer? please help

    what are the requirements for adobe photoshop cs6? I am a beginner doing self study... please help

    HI balaram reddy 
    You can use the administration guide under the below link.....
    service.sap.com/instguidesu2192 mySAP Business Suite Solutions u2192 mySAP SRM u2192 Using SAP SRM Server 5.5 u2192Solution Operations Guide: mySAP Supplier Relationship Management
    Please find the links as requested. You will find lot of documents and so on here.
    http://service.sap.com/srm
    http://help.sap.com/saphelp_srm50/helpdata/en/0e/cede3b6bc8682be10000000a11402f/frameset.htm
    Regards
    Bandla

  • Adobe Send. Can't get the send button to appear.

    I am trying to send a file with Adobe Send.
    My account status is set as active. I have selected a file. I have clicked on the "Send Personalised Invitations" box and entered an email address.
    The "SEND" button isn't there, only the "CANCEL" button.
    Am I missing something.
    Steve.

    Hi Florence.
    It didn't matter which email I used, I tried several. I'm using Google Chrome as my browser which has always worked fine with Adobe SendNow. I tried clicking everywhere, inside and outside the box. There just wasn't a "SEND" button on the page at all, not even a greyed out one. I tried different file types of varying sizes too, but it still didn't appear.
    However, the problem has now gone. I kept trying to send the file again every day, same file and same email address, and eventually on Monday the "SEND" button was there on the Send page as soon as I went to it.
    Thanks for your help.
    Steve.

  • What is the check box column for in iTunes?

    I just upgraded to the latest version of iTunes (11 something).  Now the checked songs on the Music/Song page do not sync with my iphone.  I have to go to a separate page to select what I want to sync with my phone and if it's not my whole library I have to recheck everything manually.  Why isn't this just what I have already checked on my Music/Song page, like in older versions?  Now I have to start from scratch and the sync page isn't even by song, it's by album.  I don't want to sync every song in each album as this takes up too much space on my iphone.  So I don't understand what the point is of the check box column now since it's purpose seems to have been made redundant.  If I uncheck the box, the song now disappears completely.  It used to still be on my list but just was unchecked.  Where does the song go now?  And how can I get it back?  If there is any sort of support documentation on these features/functions, please point me to the link as I could not find anything on the apple site. 

    Check marks can be used to mark out tracks that you rarely want to listen to but still want to keep in your library, e.g. a bonus interview track at the end of an album. Unchecked tracks are usually excluded from syncing to devices, skipped during track to track playback and ingored when shuffling. To easily check or uncheck all tracks hold the ctrl key down while clicking a checkbox.
    tt2

  • What does the Firefox logo represent, a fox or a red panda?

    Certain websites claim that the Firefox logo is not actually a fox, but a red panda.
    I learn that the name firefox is another name for firefox. But does the animal in the logo too represent a red panda?

    http://www-archive.mozilla.org/projects/firefox/firefox-name-faq.html <br />
    '''What's a Firefox?''' <br />
    A "Firefox" is another name for the [http://www.bbc.co.uk/nature/life/Red_Panda red panda].

  • What is the difference Item and Header condition?

    In Condition type screen, inside Control data1 section there are two fields Header Condition and Item condition. What is the relevance of these two fields and what is the diference between them?
    Thanks In Advance
    Prakash

    HI
    Header condition as the name suggests is a condition type which is applied at the header level only. The header condition is always manual and no condition record can be maintained for this. There is no access sequence for the header condition. When you select a header condition in a sales order in pricing and give the rate for the same then this rate will be applicable for the whole document that is for all the items. In some cases it works proportionately. Like suppose you have header freight condition type 'HD00'. You have multiple line items in the sales order. When you give a rate for the same then it will be distributed proportionately among the line items depending upon the weight or basic price.
    Std SAP header condition types:
    HA00 - Percentage discount
    HB00 - Discount (Value)
    HD00 - Freight
    HM00 - Order value
    RD00 - Weight discount
    ITEM CONDTION:
    Item conditions as the name suggests are given at the item level only. In the same sales order if there are 2 line items then, for the line item 10, the condition types may be different and for the line item 20 there may be different condition types. Like for eg: Discounts, say material discount 'K004". This condition type may be applicable for line item 10 and for the line item 20, it may not be applicable.
    Std SAP item condition types:
    PR00 - basic price
    K007 - customer discount
    K005 - customer/material discount
    KF00 - freight
    So basically, header condition applies to all line items in the document and the item conditions are applicable at the line item level.
    When you double click on a condition type in t.code V/06, there in the section "Changes which can be made" here you will see options like:
    header condition - if you tick the condition type becomes header condition
    Item condition - if you tick this then condition type becomes item condition.
    manual entries
    delete
    amount / percent
    value
    qty relation
    calculation type
    If a condition type is applicable for all items in the document then it is better to select the condition type as header as it will save the item.Reward points if solution helps.

Maybe you are looking for