Create folder - setting properties in default property screen

Hello
You can create a folder with following url: 'http://com.sap.cm/.?uicommand=new_folder'
Setting Collection renderer to html renderer.
This works fine.
Now, I've got the requirement to modify the standard. I have an own property group which hangs in the default properties structure.
I need to get a folder upload (with 2 additional input fields) and only my property group (already displayed, so I need to get rid of the link and show the properties).
To start, I found the [One-Step-Screenflow tutorial|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/netweaver/netweaver-developers-guide-2004s/NetWeaverDevelopersGuide2004s_Documents/KM_articles_new/howto/km/flexui/Implementing%20Flexible%20UI%20One-Step-Screenflow.html].
But the requirement says we need, just as the standard, the default properties window of our own property group (just this tab) WITH the javascript checks on the mandatory fields.
Do you have any clue how to achieve this? I looked already in the standard SAP code, but can't figure out how to achieve this one..
Thanks for hints and tips.. or the solution of course
Christof

Hey Robert
I opened 2 threads because I didn't know which title would attract attention + which solutions are possible. I propose we discuss this matter further in my other thread ( https://forums.sdn.sap.com/thread.jspa?threadID=1207836&tstart=0 ) because it's useless answering plus minus 2 times the same questions But I awarded you the points!
So I close this one now..
Christof

Similar Messages

  • Set a dynamic default property when a page is created?

    Is there a way to set a default property that is dynamic for a page when it is created? For example, i want to capture a user id from our system and store it in an "author" property when the page is first created. This value can be changed to a different user by the author but in case they don't set it i want to have it default on page creation.
    I guess a better question would be, is there somewhere i can put code so that it will be executed when a page is created?
    I considered writing a custom widget and putting this in page properties, but that won't actually run unless page properties has been opened.
    Thanks

    For anyone in the future, here is how i implemented the event handler -
    @Component
    public class PageCreationObservation implements EventListener {
        Logger log = LoggerFactory.getLogger(this.getClass());
        private Session adminSession;
        @Reference
        SlingRepository repository;
        @Activate
        public void activate(ComponentContext context) throws Exception {
            log.info("Activating PageCreationObservation");
            try {
                String[] nodetypes = {"cq:Page"};
                adminSession = repository.loginAdministrative(null);
                adminSession.getWorkspace().getObservationManager().addEventListener(
                    this, //handler
                    Event.NODE_ADDED, //binary combination of event types
                    "/content/appname", //path
                    true, //is Deep?
                    null, //uuids filter
                    nodetypes, //nodetypes filter
                    false
            } catch (RepositoryException e) {
                log.error("Unable to register session",e);
                throw new Exception(e);
        @Deactivate
        public void deactivate(){
            if (adminSession != null) {
                adminSession.logout();
        public void onEvent(EventIterator eventIterator) {
            try {
                while (eventIterator.hasNext()) {
                    Event newEvent = eventIterator.nextEvent();
                    log.info("something has been added : {}", newEvent.getPath());
                    //Check if node exists and it is a content node of the newly created page
                    if (adminSession.nodeExists(newEvent.getPath())
                            && adminSession.getNode(newEvent.getPath()).getProperty("jcr:primaryType").getString().equals("cq:PageContent")) {
                        Node contentNode = adminSession.getNode(newEvent.getPath());
                        if (contentNode.getProperty("jcr:createdBy") != null) {
                            contentNode.setProperty("author", contentNode.getProperty("jcr:createdBy").getString());
                adminSession.save();
            } catch(Exception e){
                log.error("Error while treating page creation events",e);

  • Default property values

    Is there any way of setting system wide default property values in Windows XP? For example, I want to set the extensions directories to point to a common jar directory for all java programs I run on my computer. Or I want to set the JDBC driver properties for all programs. Any easy way of doing this?

    Use some wrapper script?

  • Default startup screen

    Is there a way to start the Tungsten E2 with a screen that will always be the same one?  In other words, sometimes when I turn on my device, the list of documents shows up instead of the Home screen.  I always want the Home Application screen to be the one that shows when I turn the unit on.  I thought it would always be the last screen showing when I turned the unit off, but that does not always happen.  At least 50% of the time, it is a different screen from the one that was showing when I turned the unit off - and it usually seems to be the list of documents or one of the documents.  Any suggestions?
    Post relates to: Tungsten E2

    I think the closest you can get to starting the Palm with your Applications launcher (at least without third-party software which I'm not aware of), is to reassign one of the hard buttons on the front of the E2 to Applications rather than, say, Calendar or Contacts.  Then, just press that hard button to start the E2 rather than the power button.  To ressign Buttons, go to the Prefs application and select Buttons.
    Even with this method, you will not always open with the same Applications category (i.e. All, Games, Main, etc.).  The Applications screen will open to the last category which was used.
    You might look into third-party launchers such as ZLauncher to see if any of them can let you set up a default Startup screen.  If you do, please check back here to let us know your results.  Good luck. 
    Post relates to: Centro (AT&T)
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • "Message from Webpage (error) There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."

    I created a site column at the root of my site and I have publishing turned on.  I selected the Hyperlink with formatting and constraints for publishing.
    I went to my subsite and added the column.  The request was to have "Open in new tab" for their hyperlinks.  I was able to get the column to be added and yesterday we added items without a problem. 
    The problem arose when, today, a user told me that he could not edit the hyperlink.  He has modify / delete permissions on this list.
    He would edit the item, in a custom list, and click on the address "click to add a new hyperlink" and then he would get the error below after succesfully putting in the Selected URL (http://www.xxxxxx.com), Open
    Link in New Window checkbox, the Display Text, and Tooltip:
    "Message from Webpage  There was an error in the browser while setting properties into the page HTML, possibly due to invalid URLs or other values. Please try again or use different property values."
    We are on IE 9.0.8.1112 x86, Windows 7 SP1 Enterprise Edition x64
    The farm is running SharePoint 2010 SP2 Enterprise Edition August 2013 CU Mark 2, 14.0.7106.5002
    and I saw in another post, below with someone who had a similar problem and the IISreset fixed it, as did this problem.  I wonder if this is resolved in the latest updated CU of SharePoint, the April 2014 CU?
    Summary from this link below: Comment out, below, in AssetPickers.js
    //callbackThis.VerifyAnchorElement(HtmlElement, Config);
    perform IISReset
    This is referenced in the item below:
    http://social.technet.microsoft.com/Forums/en-US/d51a3899-e8ea-475e-89e9-770db550c06e/message-from-webpage-error-there-was-an-error-in-the-browser-while-setting?forum=sharepointgeneralprevious
    TThThis is possibly the same information that I saw, possibly from the above link as reference.
    http://seanshares.com/post/69022029652/having-problems-with-sharepoint-publishing-links-after
    Again, if I update my SharePoint 2010 farm to April 2014 CU is this going to resolve the issue I have?
    I don't mind changing the JS file, however I'd like to know / see if there is anything official regarding this instead of my having to change files.
    Thank you!
    Matt

    We had the same issue after applying the SP2 & August CU. we open the case with MSFT and get the same resolution as you mentioned.
    I blog about this issue and having the office reference.
    Later MSFT release the Hotfix for this on December 10, 2013 which i am 100% positive should be part of future CUs.
    So if you apply the April CU then you will be fine.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Setting up LDAP for authentication to portal:default property set named "ldap

    Hi
    I am trying to implement the LDAP authentication to WebLogic Portal .Iam went
    thru the docmentation ( http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).It
    mentions using the default property set named "ldap" and deploying ldapprofile.jar.My
    quenstion is:
    -Is there a way to look into the property using EBCC
    - Apart from deploying,configuring the ldapprofile.jar,do I have to do any additional
    steps in order to make my portal(say,stockportal) authenticate users from LDAP?
    -If a create my own portal,should I create a similar "ldap" property set?If so,how.
    Any suggestions/help is appreciated.Thanks
    - Mike

    Thanks Dave.
    "David Anderson" <[email protected]> wrote:
    You should be able to view the property set for LDAP through the EBCC
    if you
    have the propertysetws.jar installed in your Portal domain. This provides
    the ability for the EBCC to retrieve property set information from your
    server.
    Dave
    "mike" <[email protected]> wrote in message
    news:[email protected]...
    Hi Adrian
    Thank you for the pointers.Much appreciate it.However,one questionstill
    persists.
    What is the significance of the property set "ldap" mentioned in the
    document(http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).Where
    does this property set feature vis-a-vis setting up LDAP securityrealm;does it
    mater prior to/after the setting up as mentioned in the document pointeryou just
    gave .
    Is it sufficinet that i follow the procedure to set up the LDAP oris
    there more
    to post setting,like creating a property set (similar to "ldap" orcloning
    it)
    apaprt frpom deploying ldapprofile.jar.
    Thanks.
    - Mike
    "Adrian Fletcher" <[email protected]> wrote:
    Mike,
    The documentation that covers LDAP authentication is listed under
    Weblogic
    Server rather than Weblogic Portal.
    See Configuring the LDAP Security Realm in Managing Security
    (http://e-docs.bea.com/wls/docs61////adminguide/cnfgsec.html#1071872)
    Also take a look at the FAQ - Why can't I boot WebLogic Server whenusing
    the LDAP Security Realm?
    (http://e-docs.bea.com/wls/docs61//faq/security.html#25833)
    Hope this helps,
    Sincerely,
    Adrian.
    Adrian Fletcher.
    Senior Software Engineer,
    BEA Systems, Inc.
    Boulder, CO.
    email: [email protected]
    "mike" <[email protected]> wrote in message
    news:[email protected]...
    Hi
    I am trying to implement the LDAP authentication to WebLogic Portal.Iam
    went
    thru the docmentation
    http://edocs.bea.com/wlp/docs40/p13ndev/users.htm#1131824).It
    mentions using the default property set named "ldap" and deployingldapprofile.jar.My
    quenstion is:
    -Is there a way to look into the property using EBCC
    - Apart from deploying,configuring the ldapprofile.jar,do I have
    to
    do any
    additional
    steps in order to make my portal(say,stockportal) authenticate usersfrom
    LDAP?
    -If a create my own portal,should I create a similar "ldap" propertyset?If so,how.
    Any suggestions/help is appreciated.Thanks
    - Mike

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

  • What happened to the default folder set (for your own libraries) in Edit/Preferences, in Adobe Photoshop CC?

    Once again I come to my computer, and it's not the way I left it. While I love cloud, I think in some way, the concept of Customer Service i.e. Providing a Service to a Customer "Set Service, for a Set Price" has lost the value of "service"
    I find it extremely disheartening, to always be dealing with changes Adobe makes, it costs me an exorbitant amount of time. I don't work with a team, so it's just me. And every other week, there is some changes, when my 3D quite working in CS6 I had no forewarning, just woke up one morning and "Poof" no more 3D, the software turned off the feature in my CS6, however, it did work in CC.
    The things I find most disheartening
    features quit working with NO PRIOR WARNING.
    Plug-ins, libraries what, now have to be stored in the cloud in order for MY system to automatically see them?
    Again No Default Libraries on our machines ( unless you think I'm going to store 2 Terabytes of libraries on the cloud and/or in my AppData Directory *not*  Nothing but system/program files themselves go on my Primary drive, everything else is on external drives, this is a security issue and one I'm not about to change, nor should anyone have to change it, since it is a *best practices* standard.
    I still can't access items in (for instance: Color Themes created on Kuler, are available on my computer, but not for me to put them into a library on the cloud. I have over 100 color themes there I have created, on my Creative Cloud account, why can they not be imported or drag/drop into the library designated for it. When I log into my Cloud Account on My iPad it is the same cloud account as on my PC, yet it doesn't even see my previously created color scheme's? Why? Does anyone have any ideas?
    I use a font manager for Windows called High-Logic, a Font Manager, Creator and a Scanner for Hand Writing Fonts Great Program, I've had it for over a year, while there is no plugin for Photoshop there is for In-Design and for Photoshop, I use the Font Manager on my computer to activate the font I want and it shows up in the Character Tool Box automatically.  Yet, just in the last week, every time I try and create something in Photoshop, I'm fine, until I go to use a font, at which time, my working project goes "dark" ( no longer visible) until I click on another tool in Photoshop.
    I cannot keep having these issues, it's way too time consuming, it's exorbitantly time consumer attempting to get a response to questions in the forums (no one's fault, it's just the nature of the forums themselves)
    The true cost of a product is not only in it's subscription based fee, but also includes the time it takes to keep up with product changes, additional training, the cost of delivery (cable connections/provider).  So far since the first of the year I have logged over 100 hours to either 'fix something that quit working with no notice', time spent re-reading documentation seeking a solution, time spent perusing the forums for a solutions, or posting a question, time spent in additional training/books, etc."
    While I understand I'm relatively new, as I had a 5 years off from working, I went from Macromedia Suite 8 to CS5.5 -full suite  (heck-of a learning curve)
    Yet, I cannot believe I am the only person having these issues, otherwise the forums wouldn't be so full.
    I did try limiting the permissions to not allow Adobe to update the software automatically, however, the permissions I wrote, were in fact re-written by adobe's cloud synchronization, Which I did find disturbing on a few levels. None of which I'll go into, but it needed to be mentioned that *yes, I tried that too*.
    *I ended up re-configuring my machine AGAIN* and deleting CS6 altogether, The performance change after I deleted CS6, was/is the difference and why I am still with my cloud membership.
    **I have reconfigured my machine numerous times, to facilitate the cloud, I am on a PC, Adobe and Microsoft Development Environments do not play well together, I ended up removing them altogether and creating a vm for them and basically all my development work. And have twice since reconfigured it for various reasons.

    Hi
    One of the reasons that Edge fonts and web fonts are though to be preferable to the old font stacks was because of Android tablets/smartphones only having the Droid font family available, (Android 4.3 added the Roboto font family also).
    This meant that Android device users defaulted to the 'Droid' font or a user installed font. The default font if the user had installed a custom font and set it as default, could be anything, (even a comic script font) thus possibly destroying your text and/or layout completely.
    If you are not using an Edge font or a downloadable font do not forget to set the last three fonts in your font stack to -
    '...., Roboto variant, Droid variant, default font'
    PZ

  • Hiding some fields in default selection screen in hr abap created by pernr

    Hi experts,
    I have created default selection screen,in that in the Period option I wants display only 'Today'.
    And in the selection criteria i wants to display personnel number,companycode,personnelsubarea,employee status and instead of payroll area i wants to display 'Org unit'.please tell me step by step procedure,that could be greate helpfull.
    Thanks in advance,
    mohan

    hi mohan,
    try this
       **Local constants
       CONSTANTS:
              c_0                   VALUE  '0'  ,
              c_089     TYPE char3  VALUE  '089',
              c_091     TYPE char3  VALUE  '091',
              c_095     TYPE char3  VALUE  '095',
              c_097     TYPE char3  VALUE  '097'.
                     At Selection Screen
    at selection-screen output.
    LOOP AT screen.
          IF
               screen-group4 = c_089 OR
               screen-group4 = c_091 OR
               screen-group4 = c_095 OR
               screen-group4 = c_097  .
          screen-active = c_0.
          MODIFY SCREEN.
         ENDIF.
      ENDLOOP.

  • To delete the default flag set in ship to address screen in shopping car.

    Hi All,
            I have a requirement to delete the default flag that will be set in ship to address screen in shopping cart in SRM system.
    I am able to view the list of ship to address throuh Edit internal address ( transaction BBPADDRINTC) and I am able to change the default. The requirement is, the requester should not set default at all so it should be cleared even if he sets.
    I tried with Badi - BUPA_ADDR_UPDATE. But couldn't find it useful.
    Please guide me on this.
    Thanks,
    Ramya

    Hi
    You must have maintained address number of ship to attribute in the organisation structure .
    so there you take up action.
    ADDR_SHIPT = 1233
    so CHECK THIS ADDRESS NUMBER 1234
    br
    muthu

  • How Can I Set Photoshop to Default Open the Most Recent Folder

    Lately, Photoshop CC always opens a default folder-which is several clicks away from the folder I am using. How do I set it to default to the most recent open folder when I click "OPEN" ?

    They would seem to be, but it's possible that they were released separately in the iTunes Store. Some apps are different but named the same (Angry Birds being a case in point). Not having any of those apps I can't say with any certainty. It's definitely not normal for iTunes to keep older versions.
    If you're still on Mac OS X 10.5.6 as your profile indicates, update to 10.5.8 and the latest version of iTunes and see if that makes any difference.
    Regards.

  • Setting View Default property

    Hi,
    I have 2 views in a window. Upon passing application parameters and checking for the values I need to set the 'default' property of the view i.e I need to see view1 initially when I deploy the application or I need to see view2 initially(depending on a condition). Is this posible to set this property dynamically? Please let me know.
    Thanks,
    Sunil

    Hi Sunil,
    When WD is called, the application executes the InterfaceView of the default view in the window. So, you can have an intial view, call it as view0 which will always be the default view, (nothing in it but not an "empty view") and fire plugs in this view to any other view view1 or view2 of your choice.
    If you learn any other standard way, please do let me know.
    Thanks,
    Rajit
    Message was edited by: Rajit Srinivas

  • Group policy preference for creating printers setting the wrong printer as default

    Hi
    We have a a group policy preference applied to users.  At the moment we create a shared printer and set it as default for all users in a specific OU.  Now we need to add another shared printer.  I have updated the policy and set it to create
    the new shared printer and have set item level targeting to the same OU as the first printer.  I want to keep the existing printer as the default, however when the policy runs, the new printer is created fine but it is set as the default
    printer.  Is this because it has been added last ?  There doesn't seem to be a way of changing the order that the printers are applied.
    Both printers are Shared printers and are set to Create
    The existing printer (printer A) is set as the default printer.  It is targeted at the London OU.
    The new printer (printer B) has NOT been set as default.  It is targeted at the London OU.
    No other options have been set.
    When the policy is applied both printers are added but printer B is being set as the default.
    Any help would be appreciated.
    Thanks
    G

    Hi G,
    >>however when the policy runs, the new printer is created fine but it is set as the default printer.  Is this because it has been added last ?  There doesn't seem to be a way of changing the order that the printers are applied.
    Before going further, what's the operating systems of our clients? Here, I need to double confirm that the checkbox of
    Set this printer as the default printer... is not selected in the new GPP Printer item. Besides, we can change the orders of the printer items. To do this, select the printer item, right click, click All Tasks, and choose Move Up or Move
    Down to change the order.
    Best regards,
    Frank Shen
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • How do I create or set up a folder for my emails for different customers

    How do I create or set up a folder for my emails for different customers?

    Possible with an Exchange or IMAP account, not with a POP account.

  • Dynamic Setting of Properties in a Property Class

    Can anybody tell me how to change the properties in a Property Class dynamically using Forms 6i?

    Besides changing item property you can change property of block, forms too, dynamocally.
    Use "help" in Forms Builder/Designer and search on "SET_", we will get lot of info on this.

Maybe you are looking for

  • Partner function update using CRM_PARTNER_MAINTAIN_SINGLE_OW

    Hi Experts, Can some one pls help me with some working code/sample to update a partner function value in CRM Order. I tried the below code but it doesnt seems to be working. Appreciate your help on this.     call function 'CRM_ORDER_READ'       expor

  • Problem to get count from resultset with select count(1) like query

    Hi, The snippet of code is like this ...! preparedStatement = connection.prepareStatement("select count(1) as count from acf_users where acf_user_name like ? and acf_user_password like ?"); preparedStatement.setString(1,stringUsername);              

  • Production costs full absorption

    Hi, I have few service cost centers and production cost centers. At the month end we are allocation service cost centers expenses to production cost centers using various statistical key figures. At the month end we want to absorb full cost in produc

  • Is it required to update statistics once new index is created

    Hi, oracle version: 8i i had created new index(size 0f 10g) on one table is it Required to update statistics immediately for the better execution plan. bash-2.05$ sqlplus "/as sysdba" SQL*Plus: Release 8.1.7.0.0 - Production on Sun Jan 4 19:00:26 200

  • What to do once a New Program is downloaded?

    I've just downloaded Open Office. I've even managed to put the icon on the dock. But the Open office icon inside the Application folder doesn't show the proper Open Office icon, instead, it has a white circle with a line across. Also, there an OpenOf