Default Item group for new Items

Hi all
When i create an item, SAP default Itemgroup is Fixed Aset (in field Item group), now i want to change this default. Can i do this? Hep me, please.
Thank you

Hi Le,
You can't have a default group of your own, however you can do that by using formatted search. For example you want a group, Finished Goods as your default. Use following query
Select '104'
Note that 104 is the numeric code of that particular group "Finished Goods" that might be different in your system.
Link this query to items group field through formatted search and set its refresher based on item code, now your default group would be Finished Goods or whatever you want to have.
Regards,
/Siddiq

Similar Messages

  • Default "Reader" group for new Project Site to include AD group automatically

    I'd like to add "Domain Users" to the readers group for all new Project Sites, as well as the "PMO" AD group to the Owners group for each site automatically as the site is created.
    Is there a way in Project Server 2013 to do that via config?  I'm able to write it programmatically, but don't want to do that if there's an easier way.  We simply don't have time to push that code through right now.
    Thanks,
    Bill Richardson

    I think the only option is to do this programmatically via a custom Project Server event handler. You would probably want it to fire on the Project published events and may the WSS created event.
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • "Untitled" as default document name for new documents

    I have one installation of Adobe Illustrator CS2 in a Mac with which I have the following problem:
    Whenever I go to File->New, to create a new document, the default document name is blank, and it should be "untitled".
    Is there a way (without reinstalling) to correct this? (turn the default blank document name to "untitled" default document name, for new documents)
    Thank you.
    Juan Poniachik

    On what Mac? If it's on a new Mac with Snow Leopard, I would guess it is one of those compatibility issues of new OS vs. legacy software. If so, you can't change any of that. Other than that I can only think of trying to edit the document templates...
    Mylenium

  • How to add a default user group for multiple document type's?

    Hi,
    I am trying to add same default user group for different document types when MA is created. Is there any way to setup using a single "Document Security Template"? Or I need to create different templates for different document types?
    Please confirm.
    Thanks,
    Saloni

    Hi Saloni,
    Based on what your specific requirement, it might be easier to do it with scripting.
    If you are doing it using Document Security Templates, you would have to create a Document Security Template for each of the 6 MA types and assign the default group. Create another one and leave the Document Type field blank, so it will apply to the other 4 MA types that don't have a default group.
    Regards,
    Vikram

  • How to Set A Default Start Time For New Events In Calendar?

    How to Set A Default Start Time For New Events In Calendar?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • Change the default country code for new contacts in Outlook 2013 for countries not listed in Control Panel Region Format

    Dear all,
    I would like to change the default country code for new Outlook 2013 contacts. My country is Mozambique (+258) and is not listed under Control Panel> Region> Formats> Format:
    Is there any place (registry maybe, anywhere) where I can manipulate the existing formats or manually add a new format to the List ??? - for example Portuguese (Mozambique).
    I am using Windows 8.1
    I have tried changing the country on the phone and modem options and nothing changes. Also changing the Home Location on Region> Location to Mozambique didn't change a thing. The only place where I change something and produces results is the
    Format List.
    Any ideias???? If not, is there a place where I can ask Microsoft to include Portuguese (Mozambique) on future windows updates???
    Kind regards,
    Osvaldo

    Hi,
    Windows uses the information set under
    'Phone and Modem'  in the Control Panel to determine the default area code.
    You can change the country/region to
    Mozambique
    and set your area code here:
    Regards,
    Steve Fan
    TechNet Community Support

  • Default File Type for New Forms - How to change?

    Hi,
    How can I change propperty: Default File Type for New Forms?
    It is enabled! Do I have to be Administrator to change it? I have SAP ALL..
    SFP -> Layout -> Tools --> Options -> Document Handling
    tnx, Adibo.

    There is no authorisation required for changing the file type. You are saying its enabled, then you can change it.
    Edited by: Nikhil Poojari on Aug 28, 2009 6:50 AM

  • Tiger Server - umask for RW for Group for New Folders?

    Folks;
    I've read numerous thread here and elsewhere and I've done what I believe to be the right thing BUT it just is not working!
    A share with ACLs NOT enabled - using only AFP with Posix (not inherited).
    What I want is for new folders to be created with rwxrwxr-x.
    This appears to mean changing the umask to '002' or 2 'octal'.
    So I have changed added an NSUmask (number =2) to:
    /Library/Preferences/.GlobalPreferences.plist
    I then rebooted the server.
    What I observe is that folders are still created with ReadOnly for the Group.
    Can someone point out what I need to do?
    Thanks!
    Steve
    MacBook, G4; iBooks, iPod, iMac17   Mac OS X (10.4.8)  

    Folks;
    OK now I am really confused.
    I bailed on just using the Posix permissions.
    In WGM I selected Sharing.
    I selected the volume I am interested in.
    On 'General' I set just 'Share this item..'
    On 'Protocols' I select AFP and 'Inherit permissions from parent'
    On 'Access' I set the Group (staff) to 'Read & Write'
    Then using the action widget I 'propogate permissions' propogating the 'Group' permissions' to all children.
    This all works fine.
    When I mount the voume as a member of staff I see 'read/write' item.
    When I create a new folder -> creates ReadOnly for the group!!
    What the heck!!!
    So I also test by leaving all above in place and adding back the global NSUmask as described here and elsewhere.
    Same result!! Yes I rebooted the server...
    Man o' man...
    I have now spent a huge amount of time on this, what I thought would be a simple matter.....
    Would some kind soul please describe a mechanism which will allow new folders to be read/write for group?
    Thanks!
    Steve
    MacBook, G4; iBooks, iPod, iMac17   Mac OS X (10.4.8)  

  • Shipping point not defaulting loading group for materials

    Hello all,
    I would like to know how to set up a particular shipping point defaulting to particular loading group for certain group of materials. would this change has to be done manually in the material master or is there any customizing changes that has to be done for this change.
    Thanks,
    Maxx

    Maxx,
    This sounds like standatd Shipping Point Determination.
    1. Create a Loading group for your material
    > Logistics Execution > Shipping > Basic Shipping Functions > Shipping Point and Goods Receiving Point Determination > Define Loading Groups
    2 Assign that new Loading Group to your material(s)
    > Tcode MM01, MM02
    3. Assign combination of Shipping condition, Loading Group, Plant, & the desired Shipping Point
    > Logistics Execution > Shipping > Shipping Point and Goods Receiving Point Determination > Assign Shipping Points

  • Default ports groups for iptv and iptv control server

    is there a default group for iptv and default ports for different types of communication

    I was able to take a look at the system here at work:
    Under "Preferences" in the Content Manager, the first category of configurable parameters are for Multicast Addresses.
    If you keep the default (Global)it uses 224.2.X.Y, and allows you to set the TTL's to set the multicast diameter.
    The Administratively Scoped multicast addresses are 239.255.0.0 - 239.255.255.255. You can also set a TTL.
    Global SSM addresses are 232.0.0.0-232.255.255.255
    Admin Scoped SSM addresses are 239.232.0.0-239.232.255.255
    Near the end of that section, you can choose which address range will be the default, and I believe "Global" (224.2.X.Y) is the "default" default.
    The only ports listed are for Multicast Announcement (9874) and RTSP (8554) both are UDP.
    Good Luck
    Scott

  • Default Calendar Group for Communications Express?

    When using the soon to be eliminated Calendar Express (cshttpd) interface, it is possible to select a default calendar group. This causes the application to always display a calendar group after logging in rather than the user's individual calendar.
    Does anyone know if it is possible to set such a preference in the Communications Express (uwc) interface?

    UWC does not provide you this feature.You could raise an enhancement request -RFE .
    Thanks,
    Ramya

  • How do I change the default save location for new files in Pages back from iCloud to my Documents folder?

    I just upgraded OSX to Mountain Lion and Pages to 4.2, and because OSX is syncing with my iCloud account, when I go to save a new file in Pages it defaults to try to save to my iCloud account rather than giving me the folder structure on my hard-drive that I prefer. It requires two extra steps to save to the proper place in my Documents folder on my hard drive.
    Is there a way to reset the default so that when I go to save a new file, the folder structure opens to the last saved folder (like it does in other non-iCloud applications) rather than defaulting to my iCloud, and to do it without just removing documents from my iCloud account entirely?
    I checked the Preferences for both Pages and iCloud and found nothing about this.

    What I meant is turn off Documents and Data in iCloud in OS X. Keep it on on your iOS devices. iCloud will sync documents between the iOS devices and make them available on the iCloud web site, but it won't mess up iWorks' open and save dialog boxes. It also won't assume that you want all your documents in iCloud, which I think is undesirable anyway.
    Keep iOS and OS X separate, and use the web site to move files between the two as necessary.
    iOS iWork is different from OS X iWork. There are fewer fonts on an iOS device. iOS iWork programs have slightly different feature sets than OS X iWork programs, and the file formats are different. iCloud automatically converts the file format when necessary, but if you make a habit of saving things directly to iCloud, you are limited to the lowest common denominator between the two versions of iWorks. So why would anyone want iWork on the Mac to open and save documents on iCloud by default?
    If you want to store files in the cloud and sync them on your Macs, SugarSync is a much better solution. It lets you choose your sync folders, it doesn't make you reorganize your files, it lets you sync all file types, it doesn't convert files to a different format and back, and it stores everything in the cloud, too. Just the simle act of saving a file backs it up and syncs it. I wouldn't live without it. iCloud is best with iTunes purchases and synchronizing Mac settings and iOS files; I woudln't live without it. The two make an unbeatable combination.

  • Creating a default User account for new users

    Today I tried creating a default setting for and account that could be used for all new users.  I did web searches after web serches and not luck.  In the old systems it was simple, but Mavericks made it difficult.  But after much hair pulling and putting several suggestions together it is just as simple as it was before.
    Step 1 Create a new user account
    Step 2 log on to that account and set it up totally, that means background picture, preferences, dock, everything
    Step 3 click on the home incon in a finder window then go to Finder view select view options and at the bottom check show library
    Step 4 go to HD>system library>user templates, you will need to select the file, Command I for info, unlock the lock, click + at bottom select your admin account, give youself read write permissions, go click on the folder you wish/need to change and get info and repeat the step above for each folder.
    Step 5 replace the library folder and any other you wish to change with the one from the new account
    Step 6 you can also place any documents on the desktop or document folder and replace them
    Step 7 create a new user account and verify that the settings and dock are correct.
    This takes about 5 minutes or so and is much easier for the non pro

    I don't always understand how things can be different from one computer to the other running the same systems and following the same steps but I have 2 iMac's and the steps above for the desktop picture worked on one but not on the other, go figure.  So as a fix the default picture was named Wave in the Desktop Picture folder so I changed the name of it to Wave1 and renamed the new photo Wave,  did not change the alias in the CoreService folder, now the second computer creates and new user account with all my perferred settings and background picture.
    As a recap of my orginal post by creating a default user account, setting up the preferences for finder, and setting up the dock, I simply replaced the preference folder in the User Template file and it works perfectly.  Remember that you can do the same with the Document folder or the desktop if you want to place them for all new users. 
    Since I am not a professional computer person I do not feel comfortable using the terminal or scripting so this works very well for the common person to create a new user template.

  • Customize default user settings for new RemoteApp logins

    Hi all,
    I'm poking around with RemoteApp on Windows 2012 R2 and have it set up to use a centralized file share for the user profiles and everything seems to be working ok. Is there a way for me to customize some of the options in a user's profile for the first time
    that they fire up a RemoteApp? Is it like a physical desktop where the hidden "c:\Users\Default" profile gets copied into the new user profile? I know once a user saves settings in a RemoteApp (browser bookmarks, default program options, etc....)
    it gets saved in their profile on the central file server but I'd like to save them as much time as I can by giving them a precustomized profile.
    Thanks

    Hi Brian,,
    Thank you for posting in Windows Server Forum.
    Kindly check below thread where described for editing the rd web page file and some other method to set default user.
    How to set default logon domain RD Gateway and/or RD Web
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/f02bd61f-d6fd-4c05-b17a-deffcc61a4e9/how-to-set-default-logon-domain-rd-gateway-andor-rd-web?forum=winserverTS
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Change default security settings for new Discoverer users? How?

    Hello, using Discoverer 10g with SSO integration.
    I've created two roles and create in advance users in the DB user, granting them
    one of the two roles. The two roles privileges for Discoverer are already configured.
    This way, when I create the user in the DB before launching Disco, granting the user one or the other role, I should be all set about what the user can or cannot do on Discoverer (Plus).
    So far the theory :)
    The problem is that the full permission given by Discoverer to each new user override the role settings, so each new user can do everything (instead one of the roles forbids saving and sharing, for example).
    I have to go to Disco Admin and uncheck the "Plus/Viewer" checkbox for the user to make roles actually work as expected.
    How can I set Discoverer user default as "Cannot do anything" on Plus/Viewer so that roles apply without further admin intervention?
    Thanks
    Mario

    Thanks a lot Rod.
    The problem here is we need to allow portal users the ability to access Discoverer Plus without using Disco Admin: once a user is registered in the SSO, he should be able to connect successfully to Discoverer.
    So we need creating user privileges on behalf of Disco Admin.
    Tough job, but it seems it ca be done.
    Regards,
    Mario

Maybe you are looking for

  • What is the diffrence between SCHEMA_LIST and SCHEMA_EXPR

    I want to export schemas from a list what is the difference between: dbms_datapump.metadata_filter(dph, 'SCHEMA_LIST', 'IN (' || schema_names || ')' ); and dbms_datapump.metadata_filter(dph, 'SCHEMA_EXPR', 'IN (' || schema_names || ')' ); I can not r

  • Settings 1080i missing.

    I have a 50" Samsung HDTV Plasma (with a DVI connector in the back). A HDMI-DVI Converter/Hub which I use to attach my AppleTV and Sony PS3. The PS3 delivers 1080i* to my plasma - and looks much better than 480/720. *(so I know my TV is capable of di

  • Not able to merge dimensions objects on webi report based on SAP query

    Hello We are using SAP BI 7.0 , BO XI 3.1 sp1 I have two queries in webi report. These two queries are based on the same universe. I am not able to merge dimensions from both queries as merge dimensions functionality is greyed. Two dimensions are of

  • AME: Reject Invalid Internet Expenses

    Hi, If possible, I would like to create a rule in AME that rejects all iExpenses that contain invalid project codes. We currently have cross-validation rules (in GL) that will send the erroneous reports to the sysadmin, but we would like to reject th

  • Need to find a trial for CS2

    Can someone post a link that leads to the trial version of CS2? The school computers uses CS2 that's why I need to download cs2 I've looked around the Adobe website but can't find anything. Thank you in advance