[Tip] Managing Pictures libraries

Hi
Maybe everybody already works like that, but i give you a tip i imagined.
Instead of creating subfolders in /images/ to store our own images, i created a specific pagegroup, with only images in it, and all my portal pages use those images.
Thus, images management is much more easier as we can use all the portal document management features (versions, approbations, images properties, etc ...).
In a page, when i need an image, instead of uploading it in the DB via the "browse" button, i use the second input box and pass parameters like "/pls/portal/docs/PAGE/IMG/my_image.jpg".
A.

also, when you update an image in your specific pagegroup, all the pages using it are automatically updated. It won't be true if one use's the "browse" button ...

Similar Messages

  • Managing multiple libraries for multiple family members

    I have four family members with multiple iTune libraries, including two that need to be age appropriate for our children. To add to this burden, we now have an iPad as well. How do I best manage these libraries, minimizing duplicate purchases, enabling each to have store accounts for gift card purchases, and sync each iPod simply for those not familiar with the apple software? Can I merge our libraries, create different users with their songs and accounts for purchases and syncing logins? We have two operating systems in the home, mac and pc? Argh, this is cumbersome, my library has over 4000 items, other family members have much smaller libraries, but would like their own individual libraries. Should I merge and make separate playlists for each user? If so, how can I incorporate my own vast library of playlists already created?
    Help me please, any suggestions?
    Rob Mc

    There are 3 options. See this page:
    http://support.apple.com/kb/ht1495
    My advice is to use option #1 and have each user with a separate windows userID. They can each keep their own itunes library database file with ratings, play counts, playlists.
    Have all the library content in a public folder to avoid filling the PC's hard drive with duplicates.
    You can use a 3rd-party utility program like iTunes Folder Watch to update all the libraries when new content gets added.
    Method #2 is easiest, but then ratings and play counts will not be separated. Also, they have to remember to log out of the itunes store and log in with their own ID when making purchases. Something to watch for when kids are involved with their own gift cards....this is not a problem with method #1.
    Method #3 seems to give a lot of people grief because all users MUST use a shift-start of itunes to choose their own library. Woe has fallen on many who have tried this method.
    As for using both Mac & PC, itunes & ipods are designed to only sync with one PC. There is a way around that, but you either have to do a lot of manual backing up and copying, or buy something like TuneRanger.

  • Managing multiple libraries with different file types (AAC v. Lossless)

    I have set up two libraries, one for my AAC music and the other for my lossless music. The files themselves are located in two separate places on my hard drive. When I switch libraries (option-clicking iTunes), and go to Preferences/Advanced tab, the directory for the files and the import method doesn't change -- I have to change it manually. This is annoying.
    Does anyone know of a way to automate this change, so that if I open a new library, the default location of the files and the import format changes automatically? I tried ituneslibrarymanager from Dougscripts, but for some reason can't get this program to install on my machine.

    No, it's the same Windows XP user account, but I have two separate music libraries - the music files in library are in a lossless format, while those in the other are in AAC. For convenience, I wish to keep the two libraries separate.
    In iTunes 7 it is possible to have separate libraries - start iTunes and hold down the SHIFT key (Windows) while the program starts. A dialogue box then appears where the required library can be selected. However, as far as I can tell, it's not possible to have a different set of preferences for each library.
    Say the preferences are set up for my lossless library, which is located on a separate network drive. If I then make the AAC library active and open iTunes, iTunes reindexes the library according to the settings for the lossless library and I end up with the AAC library full of lossless files. I've tried unchecking various things in the preferences box, but I've had no luck fixing the problem. Thanks for your suggestion - I have already reported the problem.
    The whole thing is a rather inelegant way of managing multiple libraries in iTunes. Surely the Apple developers can come up with a way of doing it from within iTunes??

  • Managing multiple libraries

    Hello everyone,
    is there a way (even through a third-party add-on) to manage multiple libraries (I actually need to have only 2 libraries) in iTunes?
    I'm asking so because I need to move part of my podcast collection to an external drive (I want to keep only the most "important" podcasts in my Mac and the rest of them in a external drive). But I'd like to make this change transparent to iTunes (I don't want to choose the library I want to mount every time I use iTunes).
    Thanks and have a nice weekend.
    Sig

    I'm asking so because I need to move part of my podcast collection to an external drive (I want to keep only the most "important" podcasts in my Mac and the rest of them in a external drive).
    You don't need a separate library to do this.
    iTunes prefs -> Advanced.
    Set the *iTunes media folder location* to the external.
    In iTunes, select the items you want on the external then right click -> Consolidate selected files.
    This will copy these to the external drive.
    You can then delete them from the internal.
    Then set iTunes prefs -> Advanced, *iTunes media folder location* back to the internal.
    I'm looking for something integrated within iTunes
    Then no, you cannot manage separate libraries except holding Option when starting and selecting the library you want.

  • Activating u00E1 former Window after calling a Document management picture

    Hi,
    in an ABAP programm I am calling function module CVAPI_DOC_VIEW2 which opens a new window where I can view a Document management picture for a given material number.
    My problem is, that the new called window is active and I have to use a mouse click to activate the first window to enter a new material number with a barcode reader.
    How can I activate the first window through ABAP without having to use a mouse click again ?
    Is there a function module or class available which I can call to activate the first window again?
    Below you find a short programm which calls the funtion module CVAPI_DOC_VIEW2.
    Thank you in advance for an answer.
    Regards
    Franz Grott
    Tel. 0172-6056850
    REPORT  zdummy02.
    SELECTION-SCREEN BEGIN OF SCREEN 9100.
    PARAMETERS: p_matnr TYPE matnr DEFAULT 'CH-6300' OBLIGATORY.
    SELECTION-SCREEN END OF SCREEN 9100.
    START-OF-SELECTION.
      TABLES: drad.
      DATA: lt_drad TYPE TABLE OF drad.
      CALL SCREEN 9100.
      SELECT * FROM drad INTO TABLE lt_drad
        WHERE dokob = 'MARA'
        AND   objky = p_matnr.
      LOOP AT lt_drad INTO drad.
        CALL FUNCTION 'CVAPI_DOC_VIEW2'
          EXPORTING
            pf_dokar       = drad-dokar
            pf_doknr       = drad-doknr
            pf_dokvr       = drad-dokvr
            pf_doktl       = drad-doktl
      PF_APPTP       = '1'
         EXCEPTIONS
           error          = 1
           OTHERS         = 2
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDLOOP.

    I've run into this issue in CP4 as well though I've never been sure why it happens. It looks like you're opening the swf through a browser to so, for want of a solution, the easiest workaround is the edit the html file.
    open it in a text editor such as Notepad.
    Five or six lines down you'll find the title element which defines the title as it will display in your browser titlebar:  <title>This text is the title that displays in your browser title bar</title>
    Just change the text the the title you want and save the html file.
    If you go with this solution, I suggest that when you are publishing the project again you deselect the option "Export HTML" in the publish wondow. Otherwise you will have to edit your html file each time you publish.
    Hope this helps.
    Niamh

  • Managing two libraries

    hi there,
    I am having problems managing two libraries. I am trying to create two separate libraries, AAC and Lossless. I was given the advice below, which I followed, problem is when you switch back and forth between the libraries, if switches songs from my Lossless library which are stored correctly in the Lossless folder to files from the AAC library and vice versa.
    Also, each time you switch libraries you have to go to advance preferences and indicate where you want to store the files. Example, I have the Lossless library open, the preference is set as G:/music/lossless; when I exit that library and open the AAC library the preference is set to the Lossless library. I don't mind changing that if I have to but the problem of the libraries switching content from AAC to Lossless is the big problem. Any advice?
    PREVIOUS POST INFO:
    Do this.
    Create 2 folders on the external.
    G:\Music\Lossless
    G:\Music\AAC
    Hold Shift (for Windows), Option (for Mac) and launch iTunes
    Select Create new library and select the AAC folder you created above.
    This will create a new iTunes folder in G:\Music\AAC. You should now have G:\Music\AAC\iTunes\.
    Go to Windows Exploder and move all your AAC files into G:\Music\AAC\iTunes\iTunes music\ folder.
    Go to iTunes menu File -> Add folder to library and select G:\Music\AAC\iTunes\iTunes music\.
    Quit iTunes and restart holding Shift (for Windows), Option (for Mac).
    Select Create new library and select the Lossless folder you created above.
    This will create a new iTunes folder in G:\Music\Lossless. You should now have G:\Music\Lossless\iTunes\.
    Go to Windows Exploder and move all your Lossless files into G:\Music\Lossless\iTunes\iTunes music\ folder.
    Go to iTunes menu File -> Add folder to library and select G:\Music\Lossless\iTunes\iTunes music\.
    Next time you launch iTunes hold Shift* (for Windows), Option (for Mac) select Choose library and select teh iTunes library.itl file in teh folder you want.
    Make sure you first set your Import prefs to AAC or Lossless, depending on which folder you are in.

    I have a similar situation. I have a 8gb ipod touch and a 30gb ipod video. I only have one library and what I did was to have the video sync with my entire library (about 25 gb). For the touch, I have it sync only playlists that I select. (You can edit how a ipod syncs when you connect to the computer) this setting is under the music tab.
    If you want to move the library off the computer, make sure you follow apple's instructions.
    http://support.apple.com/kb/HT1449
    For the photos, each ipod can be setup to either sync the entire library or selected events. the settings for this are under the photo tab.

  • Newbie question abount managing java libraries

    Hello all,
    I'm rahter new to Java and have a question about how to manage java libraries in a central location. I've been told to use Maven, but I don't need/want to use it.
    I'm only asking a way to have centralized the different Java libraries that a Developer Team may use in a form that they could download to their PCs and use in their projects, thinking in a free IDE environment where could be JDeveloper, NetBeans and Eclipse in use.
    I'm thinking in use Subversion to upload the different Java libraries files to a Subversion Repository and then each Developer Team doing a checkout of what they need, but I think it's not the primary use to do with the versioning system.
    Please, could somebody point me out if there is any product that could fit my needs about managing Java libraries ?
    Thanks in advance.
    Angel.

    - limit the set of packages to those which have been approved by the processYou can constrain Maven to only use an internal repository from which to pull libraries. If you don't put the libraries in the repository you can't use them in your project.
    - limit the packages by licenseI don't think there's anything built in to do this. There's a space for that information in the pom (metadata) file though, so it would be possible to do so. You'd probably have to do some work on the repository to bring ensure the fields was populated though - I get the impression that it tends not to be by default.
    - produce audit logs of what the dependencies and licenses used by each project isDependencies yes, certainly. Licenses again I don't think there's anything existing but you could probably adapt the dependency plugin to report this.
    Example dependency tree generated by Maven for JA-SIG CAS:
    [INFO] [dependency:tree]
    [INFO] org.jasig.cas:cas-server-webapp:war:3.2.1
    [INFO] +- log4j:log4j:jar:1.2.15:runtime
    [INFO] +- net.sf.ehcache:ehcache:jar:1.4.0-beta2:runtime
    [INFO] |  +- net.sf.jsr107cache:jsr107cache:jar:1.0:runtime
    [INFO] |  \- backport-util-concurrent:backport-util-concurrent:jar:3.0:runtime
    [INFO] +- commons-lang:commons-lang:jar:2.2:runtime (scope not updated to compile)
    [INFO] +- quartz:quartz:jar:1.5.2:compile
    [INFO] +- org.springframework.ldap:spring-ldap:jar:1.2.1:compile
    [INFO] +- org.springframework.ldap:spring-ldap-tiger:jar:1.2.1:compile
    [INFO] +- org.springframework:spring-webmvc:jar:2.5.1:compile
    [INFO] |  +- org.springframework:spring-beans:jar:2.5.1:compile
    [INFO] |  +- org.springframework:spring-context:jar:2.5.1:compile
    [INFO] |  +- org.springframework:spring-context-support:jar:2.5.1:compile
    [INFO] |  +- org.springframework:spring-core:jar:2.5.1:compile
    [INFO] |  \- org.springframework:spring-web:jar:2.5.1:compile
    [INFO] +- javax.servlet:jstl:jar:1.1.2:compile
    [INFO] +- javax.servlet:servlet-api:jar:2.4:provided (scope not updated to compile)
    [INFO] +- ognl:ognl:jar:2.6.9:runtime (scope not updated to compile)
    [INFO] +- junit:junit:jar:3.8.1:test
    [INFO] +- org.acegisecurity:acegi-security:jar:1.0.6:runtime
    [INFO] |  +- commons-codec:commons-codec:jar:1.3:runtime
    [INFO] |  \- oro:oro:jar:2.0.8:runtime
    [INFO] +- cas:casclient:jar:2.1.1:runtime
    [INFO] +- org.springframework:spring-aop:jar:2.5.1:compile
    [INFO] |  \- aopalliance:aopalliance:jar:1.0:compile
    [INFO] +- org.springframework:spring-test:jar:2.5.1:test
    [INFO] +- commons-logging:commons-logging:jar:1.1:compile
    [INFO] +- org.springframework:spring-webflow:jar:1.0.5:compile
    [INFO] |  \- org.springframework:spring-binding:jar:1.0.5:compile
    [INFO] +- org.inspektr:inspektr-core:jar:0.6.1:compile
    [INFO] |  +- aspectj:aspectjweaver:jar:1.5.3:runtime
    [INFO] |  +- aspectj:aspectjrt:jar:1.5.3:compile
    [INFO] |  \- org.springframework:spring-jdbc:jar:1.2.9:compile
    [INFO] |     \- org.springframework:spring-tx:jar:2.5.1:compile
    [INFO] +- org.jasig.cas:cas-server-core:jar:3.2.1:compile
    [INFO] |  +- org.jasig.service:person-directory-impl:jar:1.1.1:compile
    [INFO] |  |  +- org.jasig.service:person-directory-api:jar:1.1.1:compile
    [INFO] |  |  \- commons-collections:commons-collections:jar:3.2:compile
    [INFO] |  +- jdom:jdom:jar:1.0:compile
    [INFO] |  +- org.springframework:spring-orm:jar:2.5.1:compile
    [INFO] |  +- org.apache.santuario:xmlsec:jar:1.4.0:runtime
    [INFO] |  +- org.opensaml:opensaml:jar:1.1b:compile
    [INFO] |  +- javax.persistence:persistence-api:jar:1.0:compile
    [INFO] |  \- javax.xml:xmldsig:jar:1.0:compile
    [INFO] \- taglibs:standard:jar:1.1.2:compile

  • How to manage iPhoto libraries

    How to easily switch from one iphoto library to another, move photos from one library to another etc. 

    David Neale1 wrote:
    iPhoto '11 9.4.2 has the menu item File>Switch to Library…
    Can you not manage libraries that way?
    No - you can not manage libraries that way - you can switch libraries that way - exactly the same as the more general
    You can switch libraries by depressing the option key, launching iPhoto and using the select library command
    but you can not manage them that way or move photos between them that way
    You can move photos (but not versions) by exporting from one and importing to the other one
    But all that being said twice
    IPLM. http://www.fatcatsoftware.com/iplm/ is the best tool for managing multiple libraries
    It lets you move photos between libraries keeping all versions and all information
    LN

  • Library recovery: how can I recover a library after I get this message: There was an error opening the database for the library "/Users/Jim/Pictures/Libraries/K2 Library.aplibrary"???

    Library recovery: how can I recover a library after I get this message: "There was an error opening the database for the library “/Users/Jim/Pictures/Libraries/K2 Library.aplibrary”???

    Thanks a lot, Frank. The lsregister did the trick! I am testing this on 10.8.2.
    http://support.apple.com/kb/TA24770 : I deleted the "com.apple.LaunchServices.plist", and restarted the Finder, even logged off and on again; did not change anything. The file has not been recreated, so it may not be used anymore.
    http://itpixie.com/2011/05/fix-duplicate-old-items-open-with-list/#.ULZqa6XAoqY
    The direct "copy and paste" from the post did not work: I had to retype it :
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    but then it worked like a charm!
    Cheers
    Léonie
    And btw: I turned on the "-v" option for the lsregister to see, what was going on, and saw plenty of error messages (error -10811); so I repeated the command with "sudo". After that I still saw five iPhotos. Repeating as regular user finally got rid of the redundant iPhoto entries. It looks like registering as super user may be causing this trouble.

  • Managing Two Libraries With Time Capsule

    Hi,
    I just got a Time Capsule and an iPhone. I already have an iPod. The space on my Hard Disk is running low - mainly due to a large iTunes music selection and large number of photos.
    My question is this. Is there any way for me to manage two libraries - a small one (that will merge with my 8GB iPhone) that remains on my mac, and a large one (that merges with my 60GB iPod) on the Time Capsule? I know that I can create these two libraries, but every time I rip a new album, or download something from iTunes, I would like them to download to both libraries.
    Is there a simple solution to sync certain sections of two libraries?
    The same goes for iPhoto.
    Thanks,
    Matt

    I have a similar situation. I have a 8gb ipod touch and a 30gb ipod video. I only have one library and what I did was to have the video sync with my entire library (about 25 gb). For the touch, I have it sync only playlists that I select. (You can edit how a ipod syncs when you connect to the computer) this setting is under the music tab.
    If you want to move the library off the computer, make sure you follow apple's instructions.
    http://support.apple.com/kb/HT1449
    For the photos, each ipod can be setup to either sync the entire library or selected events. the settings for this are under the photo tab.

  • I need to learn how to manage pictures on my I-pad.  I get multiples of pics taken and many that cannot be deleted.

    I need to learn how to manage pictures on my I-pad.  I get multiples of pictures taken &amp; there are pictures I want to delete but can't.

    If you're syncing with iTunes, you'll have to un-sync to remove the ones you want to take off.
    Manually managing content with iTunes

  • Picture Libraries empty in IE10

    Recently upgraded to IE10 (on Win7) and noticed newer picture libraries on our site (SharePoint 2010 based) don’t show any content to anonymous users when you click on them.
    Yet they’re just fine for anon users on FireFox and Chrome and IE9. 
    I created a new library to double-check – same behavior. 
    New lists or doc libraries work fine, its just picture libraries. Permissions are identical, and there is no custom code, just the SP defaults, although the older libraries were originally created prior to our upgrade to SP 2010.
    See gn-npjointarchive DOT org, click Milw_Misc and RailroadForms on the left-hand side.
    With users beginning to upgrade to IE10, this is a disaster in the making. Help!

    My workaround is an "answer", I suppose, but is still a workaround.  I have since found more seriousIE10/SharePoint 2010 incompatibilities:  you can't edit a library item or upload a picture, for example, because the 'OK' button doesn't
    work on editing pages.  We've had to switch to Firefox for many tasks.
    Is the SharePoint team aware and working these issue with IE, or do we need to file bugs (and if so, where?).  Thanks.

  • Managing picture library from external drives

    Hi everyone.
    I have just received my first Mac computer (iMac 27" 3.2) and I want to use external drives to store pictures rather than filling up the iMacs internal drive. If I use Aperature to manage photos can I, for example, set everything up to import from CF Cards to the external and manage all pictures in this manner?
    With my PCs in the past I filled the internal too fast as I shoot and edit a great deal of work.
    I'd rather manage all pictures through external drives.
    What's the feasibility of doing all this and do you have any recommendation s for the best type if external drives to use?
    This is a big learning curve coming from the mind numbing PCs that kept crashing every time Windows updated... Glad I'm here now.
    Thanks,
    Gordy.

    Hi Gordy.
    Gordypix wrote:
    Hi everyone.
    I have just received my first Mac computer (iMac 27" 3.2) and I want to use external drives to store pictures rather than filling up the iMacs internal drive. If I use Aperature to manage photos can I, for example, set everything up to import from CF Cards to the external and manage all pictures in this manner.
    Yes.  Keep it simply until you are comfortable: just put your Aperture Library on an external drive directly mounted to your system (and formatted "OS X extended (Journaled)").  Buy external drives in triplicate: one for your working copy, one for your on-site back-up, and one for your off-site backup.  (Yes, this generates a big gulp in both your throat and your wallet.  I have thousands of hours of labor in my Libraries.  The cost of secure back-up is worth it to me.)  Use the fastest drives your machine supports (cutting corners here is, IME, a false economy in the long run).  For your machine that is probably USB-3.
    Once you are comfortable with your Mac and with Aperture, you can look into putting your Library on your system drive, and storing your Image's "referenced Originals" on your external drive(s).  Doing so now, though, strikes me as too much too soon.
    HTH,
    --Kirby.

  • Trouble managing multiple libraries

    If I option+launch iTunes, I can choose from whatever libraries I've created, or choose "New" to create a new one. If I quit iTunes, then relaunch (without option key), iTunes opens the last library I had open. Okay so far, BUT: If I'm in iTunes, and can't remember which library was chosen, and some of my libraries look very similar, how can I tell which library I'm in?
    I know I could quit, then option+launch to choose one. Going to Preferences > General just shows the last library name I picked, which may or may not be the library currently loaded.
    I'm either very confused about setting up and managing libraries, or I'm missing something obvious.
    Also, is there any way to link preferences to specific libraries? If I'm in Library A, for instance, I'd not want to use the same preferences I'd use for Library B (import settings, default Music folder, for example).

    Thank you. My variation of this is: In each library, I create a new playlist that identifies the library (eg., the library for managing AIFF files has a playlist labeled • Don's AIFF library. The bullet puts it at the top of all other playlists. I then create another playlist labeled "Don's AIFF albums" with all the music playlists nested within. The indentation offers an additional visual cue and allows me to collapse the album playlist without losing track of which library I've loaded. I've done this with all three libraries.
    It does seem to be a no-brainer that Apple might have developed such a feature within iTunes to begin with.
    With this final posit, I'll declare this question "answered." Thanks again to all who provided feedback.

  • Do not understand how to manage multiple libraries in iTunes

    Hope to learn from you!
    What I am trying to achieved?
    Using the proper procedures as described in "iTunes for Mac: Moving your iTunes Media folder" - I have succesfully moved my iTunes library to an external hard disk. So, I can play from this HDD when it is connected. That's good. I have trashed this library from the internal disk.
    I want to keep a smaller iTunes library in my laptop - so I can play music without having the HDD connected. I do not need to keep this library in sync with the external main HDD - but, it is fine if it is.
    So, I created a new iTunes in my laptop and named it "iTunes Laptop". I will "option" launch iTunes and select this library. In the "advanced" preference pane - both these "Keep iTunes Media folder organised" and "Copy files to iTunes Media folder when adding to library" are ticked.
    Now, when I copy music from CD to this "iTunes Laptop" - it will copy to this folder "iTunes Laptop>Music" AND to the 'iTunes Media" on the HDD.
    But, I can play the copied music on the "iTunes Laptop" ONLY when the HDD is connected - but, the music files arte in BOTH the "iTunes Laptop>Music" AND "iTunes Media" on the HDD!
    Does anyone understand what I have done correctly to achieve my objectives stated above? Or, what is your ways to doing something similar?
    Kind regards.

    You're welcome, Rob.
    Thanks again for your prompt advice. Is there any way to merge libraries?
    There is not yet a simple, lossless way to merge libraries.  It would be better to merge all iPhoto Libraries into one before migrating them to Photos.
    You have two options:
    Merge the iPhoto Librariess with Aperture, if you have a compatible Aperture version. See:  Aperture 3.3: How to use Aperture to merge iPhoto libraries
    Merge the iPhoto Libraries with iPhoto Library Manager before migrating. But you would need the full, paid version: See:  http://www.fatcatsoftware.com/iplm/Help/merging%20libraries.html
    If you want to store the libraries in iCloud Photo Library, you could alternately upload one library after the other by opening it as your main System Photo Library and enabling  iCloud Photo Library, This would result in a merged Library in iCloud, but your Faces data would not download again.
    And would cause a lot of network traffic and you would need an advanced storage plan for iCloud to store a large library.
    iCloud Photo Library beta FAQ
    The lossy option is to export all photos from the libraries to be added and to import them to iPhoto.

Maybe you are looking for

  • Default Color, Size and Font for all user.

    Hi I have been looking around for the correct way to set some default styles for all Word users in a domain thrugh GPO. I just have some questions. So far i can only get it working if it set a "Workgroup templates path" under "User Configuration/Admi

  • The sims 2 super collection wont open

    This is what I get in terminal, do anyone know a way to fix this? /Applications/The\ Sims\ 2.app/Contents/MacOS/The\ Sims\ 2 2014-12-28 19:31:46.037 The Sims 2[2213:2f07] ERROR: __CFURLCache:CreateTablesAndIndexes version create - database disk image

  • Check In Page Customisation

    We need to change the default content check-in page in UCM, and haven't had luck finding info in the documentation. The two things we want to do are: 1. Change True/False and Yes/No option lists to check/tick boxes 2. Change width of metadata fields

  • Problems with sapnwrfc-0.19 and NWRFC_1-20002252

    Hello all, for a few month now I'm working with the combination sapnwrfc-0.19 and SAP NetWeaver RFC SDK NWRFC_0 (Linux x86_64 RHEL5). I changed to the sapnwrfc-Version because I have a lot to do with unicode systems and I'm quite happy with this deci

  • HT2531 What happened to the display of where a file may be found in the finder?

    In Spotlight, what happened to the presentation or where a file may be found?  We used to have a reference to a finder location, now there is just a mini image of the doc.  This document info is one of the things that Windows still does better? Jagge