How to inherit automatically folder properties

Hi there,
is there any automatism provided such that if I have a folder A, where for example State Management is activated, and I create folder B within folder A, that on folder B State Management will be activated (here: with the same step definitions as in folder A) too? The same question for the other properties depending on activated RepServices, like Manual Ordering, Versioning etc.?
I know how to "inherit" this step by step programatically (not too less work), but isn't this a standard feature?!?! At least I imagin that it is a standard request?!
If not, how about implementing in the future...
- a boolean property on a folder of type "inherits" or so
- or to implement a standard "inheritance" repository service?
Thanks in advance
Detlev

Hi again,
SAP has introduced now with KMC SPS 14 the "Inheritance of the Versioning Settings When Creating New Folders", see http://help.sap.com/saphelp_nw04/helpdata/en/3a/d60a15803111d5992f00508b6b8b11/frameset.htm for details.
Advantage: It is implemented now
Disadvantage: It is not customizable in any way; still, ApprovalWorkflow, ManualOrdering and TimeDependentPublishing inheritance are not supported.
Hope it helps
Detlev

Similar Messages

  • How to inherit base class properties ?

    Hi All,
    I have one doubt.Can anyone clear this doubt?
    Steps:
    1)I have created One movieClip & named as MyComp
    2)I export this movieclip to actionscript.Class name for this movieclip is MyComp.
    3)After that,Dynamically I have created 5 instance for this class & added to stage.
    4)Now i need to change width of MyComp. it should reflect on previous 5 instance too.
    I tried like,
    I have created MyComp.as file in same location. There I tried to inherite DisplayObject properties Width.
    Example :
    In authoring time,I have one movieclip in my library which contains one rectangle shape..Im adding 5 instance of that movieclip in stage.
    After that i get into one movieclip,and im increasing width of that movieclip by increasing Shape width. it ll get reflect in all instance..
    i need this thing in actionscript.... is it possible?
    Thanks...

    you can't do what you are trying to do the way you are trying to do it.
    I have included some code here (pure AS3, no timeline or library) which you might be able to adapt to your needs
    Basically I have created a static property (_rectWidth which controls the rectangles width) on the MovieClip class that contains the rectangle and a render() function that redraws the rectangle tot he correct width. Note you will have to call render() after setting a new width to see the rectangle drawn at the new  width.
    Then in the main class I create 5 rectangles with random colours and positions.
    The main class also listens for the "arrow up" and "arrow down" keys to change the rectangle's size. Note: I change the size of the rectangle and then run through all of the Main classes children (which are all RectMC's) and call render();
    package
              import flash.display.Sprite;
              import flash.events.Event;
              import flash.events.KeyboardEvent;
              public class Main extends Sprite
                        public function Main():void
                                  if (stage) init();
                                  else addEventListener(Event.ADDED_TO_STAGE, init);
                        private function init(e:Event = null):void
                                  removeEventListener(Event.ADDED_TO_STAGE, init);
                                  // entry point
                                  for (var i:int = 0; i < 5; i++)
                                            var col:uint = Math.floor(Math.random() * 0xffffff);
                                            var rectX:int = Math.floor(Math.random() * stage.stageWidth);
                                            var rectY:int = Math.floor(Math.random() * stage.stageHeight);
                                            var rectMC:RectMC = new RectMC(col);
                                            rectMC.x = rectX;
                                            rectMC.y = rectY;
                                            addChild(rectMC);
                                  stage.addEventListener(KeyboardEvent.KEY_DOWN, onKeyDown);
                        private function onKeyDown(e:KeyboardEvent):void
                                  switch (e.keyCode)
                                            case 38:
                                                      RectMC.rectWidth += 20;
                                                      break;
                                            case 40:
                                                      RectMC.rectWidth -= 20;
                                                      break;
                                  for (var i:int = 0; i < numChildren; i++)
                                            var rectMC:RectMC = getChildAt(i) as RectMC;
                                            rectMC.render();
    package 
              import flash.display.MovieClip;
              import flash.events.Event;
               * @author steven O'Boyle
              public class RectMC extends MovieClip
                        protected static var _rectWidth:int = 100;
                        protected static var _rectHeight:int = 50;
                        protected var _rectColour:uint;
                        public function RectMC(col:uint)
                                  _rectColour = col;
                                  render();
                        public function render():void
                                  graphics.clear();
                                  graphics.beginFill(_rectColour);
                                  graphics.drawRect(0, 0, _rectWidth, _rectHeight);
                                  graphics.endFill();
                        public static function set rectWidth(value:int):void
                                  _rectWidth = value;
                        public static function get rectWidth():int
                                  return _rectWidth;

  • How do I change Desktop folder properties?

    I recently purchased a macbook pro. I used migration assistant to transfer all files, from my g4, via firewire. Now, when I attempt to download from the internet, I get this error message: "Downloading/users/myname/Desktop/filename could not be saved, because you cannot change the contents of that folder. Change the folder properties and try again, or try saving in a different location". How do I change desktop folder properties?
    mac book pro Mac OS X (10.4.7)

    Control-click or right-click anywhere on your desktop picture, and select Get Info from the contextual menu. Then expand the Ownership & Permissions section. You need to set the drop-down menus like this:
    You can: Read and Write
    Owner: <your username>
    Access: Read & Write
    Group: Staff
    Access: No Access
    Others: No Access
    If that doesn't work, log in as an administrator, open Terminal, and enter these commands (assuming your username is "bigalive"; change appropriately:
    sudo chown bigalive:staff /Users/bigalive/Desktop
    sudo chmod 700 /Users/bigalive/Desktop
    That should fix it.

  • How to have "new folder" command automatically select "untitled folder"?

    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.

    ZDHart wrote:
    How to have "new folder" command highlight name change?
    On a couple of my Macs, when I give a "new folder" command, the "untitled folder" name is immediately selected/highlighted for immediate entry of the new name for the folder.
    On other Macs I have, when I give a "new folder" command, I must then manually select the "untitled folder" name before I can type in the new name.
    Does anyone know how to set my Finder so that when I give a "new folder" command it will be immediately highlighted/selected for entry of the new name?
    I'm using the latest OS-X on all of my Macs.
    Welcome to Apple Discussions:
    All my Macs select the name in the untitled folder for immediate renaming.
    Exactly what happens when your Mac does not allow immediate renaming? The only way this happens is if the folder loses focus, which can happen if another app is running and takes focus, or if you click the mouse somewhere.

  • How to create a folder with date each day?

    I've not used Automator, just once to "create" a workflow to create a new folder with a name; but what I want is this:
    Each morning at 12:01 am, a new folder to be created with the correct date as the name of the folder.
    So for tomorrow, Sunday 23 Nov 2008 at 12:01, I'd suddenly have a folder on my Hard Drive that would have the date like 23 Nov 2008 or 11/23/2008 or 23-11-2008 or similar.
    Then at the end of a week I'd have 7 of these; - but I can manually trash them-- I want to create these on my HD since I backup via SuperDuper! each morning (automatically) at 3:35 am (incremental backup to an external La Cie HD) and I want to know if was done, so by having a folder with the date on it I can open the external HD and if I see that that folder with the recent date is there, then I'm confident the BackUp was run.
    I have been able to create a workflow to create a folder in Automator, but not sure how to:
    1. Have the folder created automatically each day at 12:01
    2. How to have the folder label be the date
    Thanks for any comments or certainly any other work-around or other way to do this or similar.
    Regards, Steve

    Open the AppleScript Editor. Copy the following into it:
    set dt to date string of (current date)
    set mth to word 2 of dt
    set dy to word 3 of dt
    set yr to word 4 of dt
    set dtt to mth & " " & dy & " " & yr
    tell application "Finder"
    make new folder at alias "Macintosh HD:Users:username:Desktop:" with properties {name:dtt}
    end tell
    Amend the path with your Hard Disk name and username. Save as an application to anywhere suitable.
    In iCal, set up an event with a daily repeat and an alarm at the time you want it: under 'Alarm' choose 'Open file': then in the next menu which will appear change from 'iCal' to 'Other' and navigate to your script. Enter the date and time.
    Your folder will be created as required: iCal does not need to be running. This script gives the folder name as, for example, 'November 22 2008', but it's easy to amend the script if you want something a bit different - for example:
    property zro : ""
    set yr to year of (current date) as string
    set dy to day of (current date)
    set mt to month of (current date)
    set dyy to dy as string
    set nmm to the number of items in dyy
    if nmm is 1 then
    set zro to 0
    end if
    if mt is January then
    set mth to "01"
    else if mt is February then
    set mth to "02"
    else if mt is March then
    set mth to "03"
    else if mt is April then
    set mth to "04"
    else if mt is May then
    set mth to "05"
    else if mt is June then
    set mth to "06"
    else if mt is July then
    set mth to "07"
    else if mt is August then
    set mth to "08"
    else if mt is September then
    set mth to "09"
    else if mt is October then
    set mth to "10"
    else if mt is November then
    set mth to "11"
    else if mt is December then
    set mth to "12"
    end if
    set dtt to mth & "-" & zro & dy & "-" & yr as string
    tell application "Finder"
    make new folder at alias "iBook HD:Users:roger:Desktop:" with properties {name:dtt}
    end tell
    This gives the folder name as, for example, 11-22-2008. (The days will have leading zeros, if you don't want these just remove the references to 'zro'.)

  • How can we change the properties of a seeded item in OAF !!!

    Hi All Gurus!
    I have a seeded item (Button 'Apply') on an Add attachement page provided by Oracle in Self Service Web Module. Oracle documentation says this:
    If you want changes to the Attachments table or page to commit automatically, without requiring a user to select Apply in the base page, you can turn on "auto-commit" by setting the Automatic Save property to True for the attachmentLink, attachmentTable, or attachmentImage item.With "auto-commit" turned on, each action ("Add", "Update", "Detach") performed by the user in the Attachments table or page is automatically committed.
    Q1) How we can see the properties of the seeded items?
    Q2) How we can turn on the personalization pencil button of an item that is disabled by Oracle development team?
    Please let me know how we can achieve this through self-service personalization. Any light on this.
    Thanks in advance!
    John
    Message was edited by:
    jtom

    You donot need to do anything on the Add Attachment page. The autoCommit feature is exposed as a property on the Attachment bean. You need to extend the controller in the base page where the attachment Image, Link is present and get a handle to the attachmentBean and call setAutoCommit(true) which will enable automatic saving.Use personalizations to modify the controller class property on the base page. You can later choose to remove the Save button on base page using personalization.

  • How can I access the properties of Microsoft files (excel, ppt, and word)

    Hi,
    How can I access the properties of common Microsoft file formats (Excel, Word, and Powerpoint) from a Java program. You can access/modify the properties of each document type using File->Properties in each MS application. The properties are essentially name/value pairs.
    Basically, I need to write a java program that scans a directory and accesses the properties in each of the MS files in the directory.
    thanks,
    -john

    By api. That is only way to establish a contract with the MS programs you want to interface with, unless you write an api yourself! I've used POI and it was an awesome way to use Excel in java. I created an excel spreadsheet from the results of a sql query from a batch program and then it was automatically emailed using javamail to my client. I had a lot of VBA experience with Excel, Word, and Outlook and it didn't take me long to get used to using Jakarta-POI.
    Now I see there is Jakarta-POI-HWPF which works with MS Word documents. Go to: http://jakarta.apache.org/poi/

  • How to sync a folder on a Mac and a PC ... how and with what limitation?

    Most of the time I work on a Mac (when I work from home ... love the Mac), but sometimes I need to work on a PC running Windows XP Professional (when I m in the office company policy).
    My question now is how I can automatically sync my work folder between my Mac and my PC? I would prefer the sync process to run on the Mac, but I am open to suggestions.

    Where is your work folder being stored? On a flash drive or on a server on your company network? Somewhere else?
    Provided your company's server is set to allow "offline files" Windows XP has built-in sync services. You can usually select a folder on the server and right-click it and then look for the synchronization option. This works great for Windows. Possibly your files could be synchronized to a flash drive.
    On the Mac side Synchronize Pro from Qdea has been a reliable way for our company to synchronize files between two servers during migrations. It would probably be worth looking into.
    Some folks might suggest a .Mac account, which will allow you to store files on .Mac and then have your Mac automatically synchronize. I suggest against anything that stores company files on the Internet, but it's your prerogative.
    Hope this helps! bill
    1 GHz Powerbook G4   Mac OS X (10.4.6)  

  • How we can automate the data loading from BI-BPC

    Dear  Guru's
    Thanks for watching this thread,my question is
                  How we can load the data from BI7.0 to BPC.My environment is SAP-BI 7.0 and BPC is 7.5 MS version and 2008SQL.
    How we can automate the data loading from  BI- BPC Ms version.Is manual flat file load is mandatory in ms version.
    Thanks in Advance,
    Srinivasan.

    Here are some options
    1) Use standars packages and schedule them :
        A) Openhub masterdata file into a flat file/ BPC App server  and Schedule the package - Import Master Data from a Data File and  other relevent packages.
    2 ) Using Custom Tasks in Custom Packages ( SSIS)
    Procedure
    From the Microsoft SQL Server Business Intelligence Developer Studio, open the Microsoft SSIS folder.
    Create a new package, or select an existing package to modify.
    Choose  Task  Register Custom Task .
    In the Task Location field, browse for the target .dll file.
    Note
    By default, the .dll files are stored in BPC/Websrvr/bin.
    End of the note.
    Enter a task description, select an appropriate icon, then click OK.
    Drag the icon to the designer window. Enter data as required.
    Save the package.

  • How do I automatically capitalize the beginning of each sentence in Pages?

    Hello there!
    Please help...
    How do I automatically capitalize the beginning of each sentence in Pages version 5.2?
    The old version of Pages (Pages '09) automatically capitalizes the first word of each sentence. But in Pages 5.2, I have to manually capitalize the first word of every sentence. How can I make this automatic?
    The options in Menu > Format > Font > Capitalization, do not show an option for sentence capitalization. Please help. Thank you!

    Feature removed from Pages 5 along with over 100 others,
    Pages '09 should still be in your Applications/iWork folder.
    Pages 5 is a disastrous beta pushed onto users, and misrepresented by Apple as an "Upgrade".
    Peter

  • How to expand the folder via applescript?

    Dear apple experts,
    How to expand the folder via applescript?
    Manually we are using command + option + right arrow, but how we handle this in applescript?
    Thanks in advance,
    Velladurai.G

    Hello
    Finder's container's "expanded" and "completely expanded" properties have long been marked "NOT AVAILABLE YET" under OSX:
    Finder.sdef > Containers and Folders suite
    container n [inh. item] : An item that contains other items
        elements
            contains items, containers, folders, files, alias files, application files, document files, internet location files, clippings, packages.
        properties
            entire contents (specifier, r/o) : the entire contents of the container, including the contents of its children
            expandable (boolean, r/o) : (NOT AVAILABLE YET) Is the container capable of being expanded as an outline?
            expanded (boolean) : (NOT AVAILABLE YET) Is the container opened as an outline? (can only be set for containers viewed as lists)
            completely expanded (boolean) : (NOT AVAILABLE YET) Are the container and all of its children opened as outlines? (can only be set for containers viewed as lists)
            container window (specifier, r/o) : the container window for this folder
    A way to expand a given folder is to use keystroke command of System Events to invoke the keyboard shortcut in Finder. Something like the following script.
      kLeftArrowCharCode            = 28,
      kRightArrowCharCode           = 29,
      kUpArrowCharCode              = 30,
      kDownArrowCharCode            = 31,
    --set f to (path to downloads folder from user domain) -- target folder e.g.
    set f to (choose folder)
    tell application "Finder"
        reveal f
        tell Finder window 1
            set cv to current view
            if cv = column view then return -- do nothing
            if cv = icon view then set current view to list view
        end tell
        my _keystroke(it, character id 29, {option down, command down}, 0.2)
    end tell
    on _keystroke(_app, _key, _modifiers, _delay)
            reference _app : application reference
            string _key : character(s) to be keystroked [1]
            list _modifiers : list of modifier key to be pressed; enumerations are
                    command down
                    option down
                    shift down
                    control down
            number _delay : post-delay amount [sec]
            [1] Character must be present on the current keyboard layout. Otherwise, it is replaced by 'a'.
        tell _app to activate
        tell application "System Events"
            tell (process 1 whose bundle identifier = (_app's id))
                keystroke _key using _modifiers
            end tell
        end tell
        if _delay > 0 then delay _delay
    end _keystroke
    Regards,
    H

  • How to get to folder in /Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState

    I have a file saved in a folder which according to a find ?/ -name "" search is located here /Library/Saved Application State/com.adobe.flashplayer.installmanager.saved
    But I can't browse through this folder structure in Finder (I have run command to allow me to see hidden folders if that is required).
    Please can someone help me to find out how to get to this file. It's an excel spreadsheet.
    Thank you

    When I try to save another excel file that I have also opened from a password protected zip file, the automatic folder selected is "wzQL.8t0UHS". When I try to save a file with exactly the same name as the file that is missing into the folder "wzQL.8t0UHS" it tells me that the file already exists and asks if I want to replace it.
    My assumption was therefore that it was some kind of cache where the file is intact.
    When I've done a search on the name of the file I am looking for in Finder, I do not find the file.

  • How can i automate .pdf output and organize by color/bw?

    how can i "automate" multi-page .pdf output to preflight/imposition software workflow, organized by color/bw?
    basically what i'm trying to do is create a simple output function from InDesign that allows the user to just export a multi-page .pdf into a hot folder and on through preflight and imposition software. i want to be able to tell the hot folder which pages are color -so it can separate, rename and direct color pages to a color queue and b/w pages to a b/w queue.
    i've researched indesign distiller presets and the Acrobat JDF but the JDF isn't really meant for this exact purpose and doesn't help reduce the number of steps currently necessary to manually output/rename/etc.
    is there another way that i can embed information into a .pdf that could be read by a hot folder?

    You might check out this third-party plug-in for InDesign. It may or may not help you (I've never used it). I just saw it on the new Adobe Exchange (beta in Adobe Labs). Here's the description:
    Output Factory automates printing and exporting from Adobe InDesign. Export as single pages with variable file names, output layer versions, update modified links on the fly, preflight InDesign files before output, output to several format at once and much more.
    Just select the documents, adjust settings and Output Factory will do the rest for you. Keep working with other programs while Output Factory processes InDesign files in the background. Or leave it working overnight to output hundreds of documents, and the job will be done when you return in the morning.
    Key features:
    • Output multiple InDesign files automatically
    • Output as single pages
    • Automate printing and exporting to PDF, PostScript, EPS, Flash, IDML, EPUB and several image formats
    • Output files to multiple formats at once
    • Layer versioning: output layer combinations as single files
    • Update modified links automatically
    • Variable output file names
    • Preflight InDesign files and final PDFs
    • Supports books and booklet printing
    • Send output files over Internet and locally
    • Detailed output history
    System Requirements:
    - Adobe InDesign CS3-CS6
    - Mac OS X 10.5 and later, Intel-based Mac

  • VMM 2012: How to Configure Automatic Start and Stop Actions for a Virtual Machine?

    Does somebody know how to confgure Automatic Start and Stop Actions for a Virtual Machine in VMM 2012?
    I miss that option.

    Automatic Start or Automatic Restart actions are available for virtual machines running on a Hyper-V cluster from within Virtual Machine Manager.
    From within Virtual Machine Manager, bring up the Virtual Machine's properties:
    Click "Hardware Configuration"
    Click "Availability"
    Click "High", "Medium", or "Low" to enable automatic start/restart or
    Click "Do not restart automatically" to disable automatic start/restart
    Screenshot from VMM 2012 for a VM running in a Server 2012 R2 Hyper-V cluster:
    VMs running on a cluster have to be marked "Highly Available" and logically, Microsoft assumes that you'll want these VMs to be running all the time when this setting is selected.  If the cluster fails or needs to be restarted, you can set the priority
    by which a VM restarts, or you can set the VM to not restart at all when cluster services are restored by using the settings above.

  • Get folder properties or info

    Does anyone know how to access a folder's properties (eg.
    size, modified, date, etc). I have 2500 jpg files within a folder
    and would like to know if the folder has been updated in any way
    instead of checking all 2500 files using something like buddyAPI's
    baFileDate().
    Many thanks in advance / RP

    Pangy (London) wrote:
    > Does anyone know how to access a folder's properties
    (eg. size,
    > modified, date, etc). I have 2500 jpg files within a
    folder and would
    > like to know if the folder has been updated in any way
    instead of
    > checking all 2500 files using something like buddyAPI's
    baFileDate().
    Checking all the files will not take very long. I would not
    trust a folder's
    properties to check on its contents.
    Andrew

Maybe you are looking for

  • Can i update firmware on g5 tower if it won't fully boot, pwr light flashin

    My powermac won't boot is it possible to try and update the firmware remotely? i.e via target drive, and if so how would i check which update to use i.e the 10.3.9 or 10.4.3 i think i was on 10.4 but not sure. I have been through all the remove cable

  • TS1717 iTunes will not automatically recognize a CD in the optical reader

    iTunes will not automatically show me CD contents or import CD when I insert into the CD/DVD reader.  To back up a little, iTunes WILL recognize the very first CD that I insert after powering up the PC, but none thereafter.  It doesn't matter if I cl

  • Telephone handset speaker / reception not working properly

    I have had my Q10 for under two months and recently the phone speaker on the handset not the speaker phone has extremely poor quality sound.  Almost as if reception is horible with interference.   The phone itself works well in speaker mode or over b

  • All who use miniSD in S60 -please help

    So, I would be really grateful if you would do a little test creating a little database of benchmarks for miniSD & S60 (N93 excluded). What I'm interested in is the memory card scan speed, so I would like you to do a: 'menu -> options -> memory detai

  • Deploy JSR 168 on oracle application portal 10.1.4

    We have Oracle Application Portal 10.1.4 and have been deploying Oracle PDK portlet on it. Now we decide to standardize things and use JSR 168 portlets and follow some framework. As a first step, I developed one JSR 168 in jdeveloper and deployed on