Displaying MS Office metadata as attributes

Is it possible to display the metadata attributes of an office document next to the link to the file in an item region e.g Author, create date, title, these are the attributes you can see on the summary tab when you click on file then properties in an office document. I would like these attributes to be displayed automatically next to the link when a content manager uses a web folder to copy a document to a portal page.

hi,
this is not possible out-of-the-box since portal maintains it's own item meta-data which is more detailed than the one in ms office. what you could do is to create custom attributes in portal that match the ones from word document,fill them and display them. one way of getting the meta-data into portal attributes would be to use the content management APIs.
More information and examples on the APIs can be found in the Portal Developer's Guide here:
http://download-west.oracle.com/docs/cd/B14099_15/portal.1014/b14135/toc.htm
read the word meta-data with MS APIs (you need to check if they have APIs available) and then update the portal item's meta-data with the portal CM APIs.
hope this helps.
regards,
christian

Similar Messages

  • Displaying Open Office word doc in browser using JavaFX

    My requirement is to display open office doc in my application for modification

    Hi. The following works for Microsoft Word docs and Notepad.
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.stage.Stage;
    * @author gusaros
    public class OpenOffice extends Application {
         * @param args the command line arguments
        public static void main(String[] args) {
            Application.launch(args);
        @Override
        public void start(Stage primaryStage) {
            primaryStage.setTitle("Hello World");
            Group root = new Group();
            Scene scene = new Scene(root, 300, 250);
            Button btn = new Button();
            btn.setLayoutX(100);
            btn.setLayoutY(80);
            btn.setText("Hello World");
            btn.setOnAction(new EventHandler<ActionEvent>() {
                public void handle(ActionEvent event) {
                    String[] cmdArray = {"cmd", "/c", "start", "c:\\fdres.doc"};
                    try {
                        java.lang.Runtime.getRuntime().exec(cmdArray);
                    } catch (Exception s) {
            root.getChildren().add(btn);
            primaryStage.setScene(scene);
            primaryStage.show();
    }

  • Apple says  Reminders works with Outlook, but I can't find where the lists are displayed in Office or Outlook  once they are synced.

    Apple says  Reminders works with Outlook, but I can't find where the lists are displayed in Office or Outlook  once they are synced. Any suggestions?

    I'll guess you've already discovered the answer to this, but just in case:
    Reminders works with Outlook tasks by syncing with iCloud, or through Exchange. You can't sync iOS Reminders with Outlook Tasks via USB/iTunes (like you can do with Notes, Calendar, Contacts).
    So the marketing material on Reminders is a little misleading in that it's not specific enough -- there is no syncing without one of those intermediary systems mentioned above.
    On a side note, syncing Tasks/Reminders via iCloud is not very good in my opinion:
    Requires that you sync to the cloud, even if you have no other use for storing personal data in the cloud.
    Requires that the iCloud Control Panel be installed on your PC (not sure about Mac).
    After syncing, you'll find new Calendar and Task groups called "iCloud" have been created in Outlook. The calendar groups appear to be created even if you're only syncing Tasks/Remminders (not sure why).
    Reminders are stored in the new group (noted above) called "iCloud" rather than in your default Tasks group. This seems to me to be a sort of "parallel" sync, rather than a true sync with Outlook. There are oter implications of your synced tasks being in the new group that I won't go into here, but you can search the interwebs to learn more.
    In my own case, I tried iCloud syncing, decided that I didn't like it for the reasons stated above, and then uninstalled (Control Panel and new Outlook groups) with no apparent ill effects.
    Though I don't guarantee you'll have the same results, it might be worth a try to see if it suits your purposes.

  • Change username displayed in Office 2013

    Re-post 
    http://answers.microsoft.com/en-us/office/forum/office_2013_release-word/change-username-displayed-in-office/9e2406f8-0f0b-40c0-8b4c-aa169b121209
    "Hi,
    I have recently changed the login account name on Active Directory on a domain environment but Microsoft Office is not reflecting the change in the name displayed in the top right hand corner of the screen.
    How do I force Office to update with the amended name?"

    Hi,
    Open an Office program such as Excel 2013, then in the right upper corner, click the arrow in the red box, then click "Switch account" to change the displayed name.
    Jaynet Zhang
    TechNet Community Support

  • Can you hide a dimension value but display one of it's attributes?

    Can you hide a dimension value but display one of it's attributes in a query output?

    Hi Prakash,
    I assume you are referring to a characteristic ('dimension').
    This is possible: If the attribute is a navigational attribute you can include it in the query definition without the 'parent' char.
    If the attribute is a Display attr then you can try by setting the Display property of the parent char to No Display (right click the char in the query > Properties)
    Hope this helps...

  • Null Error in Displaying a value through view attribute

    I just want to display a value through message styled text bean from view attribute .
    For that i use the code in PR:
    But it gives null error: Please any one help me.
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)am.findViewObject("StaffInfoVO1");
    if(vo!=null)
    OARow row = (OARow)vo.getCurrentRow();
    System.out.println("vo is not null");
    String str1 = row.getAttribute("FullName").toString();
    OAMessageStyledTextBean stext1 = (OAMessageStyledTextBean)webBean.findChildRecursive("RFStaffName");
    stext1.setText(str1);
    While getattribute("FullName") executed it gives null error. Why?
    how to rectify?

    Hai,
    I can execute the query in toad which returns 1 row of data. It is not null rows.
    But my vo object, why it is not executed. Returning null. I dont know.. Too many hours i spent.
    VO query:
    select distinct papf.person_id,papf.FULL_NAME,
    papf.EMPLOYEE_NUMBER,
    papf.EMAIL_ADDRESS,
    papf.WORK_TELEPHONE,
    hla.COUNTRY,
    sysdate,
    pap.NAME,
    haou.NAMe department,
    ood.ORGANIZATION_NAME
    from
    per_all_people_f papf,
    per_all_assignments_f paaf,
    per_all_positions pap,
    per_jobs pj,
    per_grades pg,
    per_person_types ppt,
    hr_all_organization_units haou,
    hr_locations_all hla,
    org_organization_definitions ood
    where
    papf.PERSON_TYPE_ID=ppt.PERSON_TYPE_ID and
    papf.PERSON_ID=paaf.PERSON_ID and
    paaf.POSITION_ID=pap.POSITION_ID and
    paaf.JOB_ID=pj.JOB_ID and
    paaf.BUSINESS_GROUP_ID=haou.BUSINESS_GROUP_ID and
    papf.person_type_id=13 and
    haou.business_group_id=202 and
    haou.NAME like '%Global%Sales%' and
    papf.FULL_NAME like '%Stand%' and
    paaf.LOCATION_ID=hla.LOCATION_ID and
    paaf.ORGANIZATION_ID=ood.ORGANIZATION_ID and
    sysdate between papf.EFFECTIVE_START_DATE and papf.EFFECTIVE_END_DATE and
    sysdate between paaf.EFFECTIVE_START_DATE and paaf.EFFECTIVE_END_DATE
    Help Me.
    Thanks & Regards

  • Retina display for office mac 2011

    I recently purchased a Mac Book Pro with Retina Display.  When I hook up an external montitor Microsoft Office Excel is blurry as is Word.
    Mac Book Pro screen,  same thing.  Does Office Mac 2011 upgrade really fix the problem?

    Welcome to Apple Support Communities
    Office 2011 needs an update to be compatible with Retina display. Install the most recent version from the Microsoft site > http://www.microsoft.com/mac/downloads Or open an Office app, and go to Help menu (on the menu bar) > Check for Updates. Run it twice

  • Lightroom, 5.5, Mac version: lens metadata incomplete and/or inconsistent.  Photos taken with the same camera and lens display the lens metadata differently in LR 5.5, but are the same in the original files

    LR is putting different descriptions of the same lens, used with the same camera, in the metadata of photos taken on the same occasion.
    For example:
    The following two images were taken with the same camera and lens.
    They were imported at the same time into LR by copying.
    The only difference in treatment is that the first was an untouched out-of camera jpeg, the second had been flipped using Preview on the Mac.
    The one that was flipped has a full description of the lens, the one that was untouched has an abbreviated description.
    When you show the file in the Finder and read the metadata using Preview, the correct full lens description appears.
    Why is LR displaying the metadata differently for these two files?

    Can you zip up a few of your GoPro images, upload them to dropbox.com and post a share link, here, so others can experiment with them, or do you mean this issue is global to all camera models?

  • Issue with new 'Display Summary Type in Table' Attribute

    JHeadstart Version: 10.1.3.1.26
    JDeveloper Version: 10.1.3.1
    We have configured our top level groups in our JHS Application Definition Editor to have each table's first column (Primary Key) set to 'count' for the 'Display Summary Type In Table' field level attribute.
    Our problem is that now that we have this handy counting functionality, we found that it breaks the row focus when entering data in a table-forum. To be precise, when typing in or modifying the field that contains the defined 'count' attribute, when we 'tab off' from that field the page seems to run some JavaScript (the recounting of the rows I presume) and loses the keyboard's focus from that row. This outright prevents users from tabbing to the next field to continue entering data - which is rather important for our application.
    I am presuming that this is a bug. Any ideas on how to fix it?

    Erik, Michael,
    I checked with ADF Faces development. I have a logged a bug for this against ADF Faces. Hopefully it will be solved in release 11.
    There is nothing JHeadstart can do to fix this. Wherever we have autoSubmit=true generated on an item to get AJAX-style partial page requests (LOV item, summary item, depends on item), then tabbing out the field will loose the cursor, and pressing Save immediately after entering a value in the item will not save the data.
    Steven Davelaar,
    JHeadstart Team.

  • Retina display - blurry office for mac 2011 and web pages?

    Hi everyone,
    I was planning on making a trip to my uni tomorrow to make the purchase of the macbook pro 13 inch 8GB RAM and 256 GB SSD (for student discount) but while doing some final research I came across several disadvantages of the RD.
    For the next 3 months, the macbook will be used for report/thesis writing which means ill be using office for mac 2011 and adobe reader heavily as well as the internet. I have read many articles saying office for mac 2011 even after applying the update is still blurry and grainy as are the majority of web pages and this has put me off buying and made me think id be better off with the non retina display model, meaning I'd save £200 too.
    Can anyone offer any advice on this and confirm whether or not this is true, and whether you would recommend going ahead with the purchase? A screenshot of office for mac 2011 on a retina display would be perfect
    Thanks!

    I agree with BobTheFisterman.  I have Pages 5, Pages '09 and Office for Mac 2011.  I really like the Pages programs - each of the versions in their own way - but I don't like using Word on Office for Mac.  It's not the same as Office 10 when used on a Windows machine.  Not close at all in fact.  I use it because I have it, and emailing documents between my Mac and work where we use Windows makes it easy.  "Easy" is not the same as liking the software though.
    The point of this, is that I would not recommend buying it.  I've heard that Open Office and Libre Office are very credible alternatives, and work very much like Word on Windows.  Both are free and get very good reviews.  I've not used either so can't speak from personal experience, but what I would say after buying Office for Mac is that I wish I had tried the free alternatives first.
    The other alternative to consider of course of Google Drive.  I use that for non-confidential documents, but I wouldn't trust it for storage of any confidential work related stuff.

  • Displaying non-level determining dimension attributes in bibeans with cwm2

    In the bibdemo example (defined using the CWM API), the attributes PROD_COLOR and PROD_SIZE are defined as dimension attributes of the Product dimension. They are then available to bibeans applications for use in the query editor/match condition (as where clauses e.g. where Size = LARGE).
    When I define OLAP metadata objects using the CWM2 API, my non-level determining dimension attributes are not available in the bibeans query editor.
    Has any one exprienced this problem? Is there a work-around or code fragment that explains how to get dimension attributes defined using CWM2 to work in bibeans apps.

    basically there are list and hierarchical dimensions.
    the first type doesnt have a hierarchy, so some sort of special case of the 2nd.
    i used attributes on list dimensions successfully in the past.
    the only thing i had to do is nevertheless define a "artificial" level.
    let me know if you need more,
    thomas

  • Displaying File Info Metadata in document

    What I'd like to see is the ability to
    link/display the file info metadata (for example, Title or Copyright) inside the document.
    Ideally I'd like to be able to define my own metadata tags/files and populate them like MS Word's Custom Document Properties.

    I'd like to have that feature, too. You should formally file a request
    at <https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform>. I
    don't know if Adobe actually monitors this forum.

  • Displaying the HTML content ( VO attribute) as tooltip description.

    Hi all,
    I am doing a customization, where I need to display the VO attribute value as a tool tip for a link in advanced table column.
    The VO attribute value is a "HTML" text.
    Now, in the tool tip also, it is displaying in HTML format.
    Do anyone know how to convert this HTML format to a string format.
    Thanks in advance.

    Hi Gyan,
    This is one sample.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    <META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.14">
    <TITLE>RE: RE: [NETAPP LOG # 2611146] (Ref. # RQST00000068819) VFM</TITLE>
    </HEAD>
    <BODY>
    <!-- Converted from text/rtf format -->
    <P><FONT COLOR="#0000FF" SIZE=2 FACE="Comic Sans MS">Hi John,</FONT>
    </P>
    <P><FONT COLOR="#0000FF" SIZE=2 FACE="Comic Sans MS">Further to the telecon please find the latest logs attached:</FONT>
    </P>
    <P><FONT FACE="Arial" SIZE=2 COLOR="#000000"> &lt;&lt;SFILE-BOTTOM_ReplicationAgent.exe_Events.zip&gt;&gt; </FONT><FONT FACE="Arial" SIZE=2 COLOR="#000000"> &lt;&lt;SYSTOOLS_Server.exe_Default.zip&gt;&gt; </FONT>
    <BR><FONT FACE="Comic Sans MS">Thanks and Regards,</FONT>
    <BR><FONT FACE="Comic Sans MS"> </FONT>
    <BR><B><FONT FACE="Comic Sans MS">Vasuki N S</FONT></B>
    <BR><B><FONT FACE="Comic Sans MS">Technical Support Engineer</FONT></B>
    <BR><FONT FACE="Comic Sans MS">----------------------------------------------------------------------------</FONT>
    <BR><U><FONT COLOR="#0000FF" FACE="Comic Sans MS">[email protected]</FONT></U>
    <BR><FONT FACE="Comic Sans MS">Working Hours Wed - Sat:  1PM &#8211; 12AM EST </FONT>
    <BR><FONT FACE="Comic Sans MS">For technical assistance outside my regular working hours, please call:</FONT>
    <BR><FONT FACE="Comic Sans MS">US &amp; Canada 888-4-NETAPP // * EMEA+Europe 00-800-44-NETAPP // * Asia/Pacific 800-8008-0800</FONT>
    </P>
    <BR>
    <P><FONT SIZE=1 FACE="Tahoma">_____________________________________________ </FONT>
    <BR><B><FONT SIZE=1 FACE="Tahoma">From:  </FONT></B> <FONT SIZE=1 FACE="Tahoma">Ns, Vasuki  </FONT>
    <BR><B><FONT SIZE=1 FACE="Tahoma">Sent:  </FONT></B> <FONT SIZE=1 FACE="Tahoma">Thursday, November 29, 2007 7:52 PM</FONT>
    <BR><B><FONT SIZE=1 FACE="Tahoma">To:    </FONT></B> <FONT SIZE=1 FACE="Tahoma">'[email protected]'</FONT>
    <BR><B><FONT SIZE=1 FACE="Tahoma">Cc:    </FONT></B> <FONT SIZE=1 FACE="Tahoma">'[email protected]'; '[email protected]'; '[email protected]'; Vantive CS; Gough,William</FONT>
    <BR><B><FONT SIZE=1 FACE="Tahoma">Subject:       </FONT></B> <FONT SIZE=1 FACE="Tahoma">RE: [NETAPP LOG # 2611146] (Ref. # RQST00000068819) VFM</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Hi Mike,</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">I would like to inform you that I have taken the ownership of this case and will be working with you for requisite case follow-up.</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Please do let us know if you have further issues/queries with respect to this case?</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Please note my working hours of 1 PM until 12 AM EST on Wednesday through Saturday.  If you need immediate assistance outside of these hours, please call into the TECH SUPPORT </FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">HOT LINE 1888 463 8277 and reference your case number, the next available engineer will be able to assist you</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Thanks and Regards,</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS"> </FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Vasuki N S</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Technical Support Engineer</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Network Appliance ® Inc.  </FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Email:[email protected]</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">-------------------------------------------------------------------------------------------------------</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Get answers NOW! @ </FONT><U><FONT COLOR="#0000FF" SIZE=2 FACE="Comic Sans MS">http://now.netapp.com</FONT></U><FONT SIZE=2 FACE="Comic Sans MS"> or @ </FONT><U><FONT COLOR="#0000FF" SIZE=2 FACE="Comic Sans MS">www.netapp.com</FONT></U>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">-------------------------------------------------------------------------------------------------------</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">For technical assistance outside my regular working hours, please call:</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">US &amp; Canada 888-4-NETAPP // * EMEA+Europe 00-800-44-NETAPP // * Asia/Pacific 800-8008-0800 </FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS"> </FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Everyone at Network Appliance is committed to the highest level of customer satisfaction. If at any time you feel that you&#8217;re less than very satisfied with our support, please contact my manager, David Bauer [email protected].</FONT></P>
    <BR>
    <P><FONT SIZE=2 FACE="Comic Sans MS">From: Bingen, Chance </FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Sent: Thursday, November 29, 2007 11:34 AM</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">To: 'Luu, Mike'; Support</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Cc: FS Support; Vantive CS; Gough,William; Khe Lam</FONT>
    <BR><FONT SIZE=2 FACE="Comic Sans MS">Subject: RE: [NETAPP LOG # 2611146] (Ref. # RQST00000068819) VFM</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Thanks, Mike!</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">I appreciate the logs. I was searching them for a listing of kfeintuc's file you mentioned previously, and didn't see it listed in the server or RA default logs you sent.</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Was the RA log you sent from the VFM server or from the source server? And is the source server a Windows box or a filer?</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">As it is, we see lots of file in use type errors, such as this one: &quot;0x80070020 - The process cannot access the file because it is being used by another process.&quot; for &quot;DefaultCopier::OnException: CIFSHandleCache::GetHandle: via CIFSVolumeProvider::ScanAltDataStreams_UsingQIF, CreateFile(&lt;\\bri-net\p$\PShare\Neuroscience\Y Shi Grp\Individual\shli\old pc\COH-project issues\Tissue preperation records-Shengxiu.xls&gt;,R--,--,00000000) failed&quot;</FONT></P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">This may be expected given the environment.</FONT>
    </P>
    <P><FONT SIZE=2 FACE="Comic Sans MS">Thanks!</FONT>
    </P>
    </BODY>
    </HTML>

  • Display Sales Office and Sales Group

    Hello,
    for all customers we have a sales office and a sales group. In sales area data there are two fields for this values but they are always empty.
    What have we to do that these fields display the values of sales office and sales group?
    Please help me!
    Regards
    Philipp

    Hi Philip,
    If Sales Office and Sales Group are assigned to Multiple Sales Areas, then system do not determine the sales office and groups.
    If they are assigned to only one Sales Area then system shall determine the Sales Office and Groups.
    Ex: Sales Org. 1000
    Dist. Channel : Retail
    Divison : 01
    Sales office : SO01
    Sales Group : SG01
    Reward Points if Helpful.
    Srini.

  • Office 365 minimum Attributes required for Sync

    Hi Fellows,
    One of the client has acquired Office 365 ProPlus and have a restricted/secured environment in place.
    They require not to sync most of the attributes from AD.
    I need to know what is the MANDATORY attributes required to sync with Office 365 Azure AD for DirSync.
    Regards.
    J.A

    Hi,
    These links should help:
    http://social.technet.microsoft.com/wiki/contents/articles/19901.list-of-attributes-that-are-synced-by-the-windows-azure-active-directory-sync-tool.aspx
    http://technet.microsoft.com/en-us/library/hh852478.aspx
    Also, this is the forum to discuss questions and feedback for Microsoft Office Client, better to post your question to the forum of Office 365 Community:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

Maybe you are looking for