Is there a screen that allows a manager to change details of their employee

Is there a screen that allows a manager to change details of their employee?
Using Manager Self Service, we would like to be able to have our users change the job title, department etc. of their 'reports' i.e. their employees. Is there a way to do this using standard Manager Self Service functionality?

Yes, it is possible to change the department related changes through Manager self service using function Change Cost Center, Location and Manager and it is possible to change the job using Change Job.
Hope this clarifies your Question.

Similar Messages

  • My safari preferences/ security screen has changed and no longer addresses cookies.  There is now a Preferences/Privacy screen that allows one to delete cookies, although it is harder to do than the older security screen.  Was this an update?

    My Safari Preferences/Security screen has changed and no longer addresses cookies. Rather, there is a new Preferences/Privacy screen that allows you to manipulate cookies, but it is not as easy to use as when cookies were on the security screen. Was this an update?  Has this change affected anyone else? This is strange, because  Safari Help still states cookies are manipulated on the Security screen, even though the screen has changed and no longer addresses cookies.

    Presuming you're referring to Safari 5.1, yes, it's moved, but I don't see it as being harder. Now you can clear all privacy-related items - cookies, cache and history - with one button, the "Remove All Website Data" button. If you want to work with individual cookies, it's still just one button, the "Details" button. So no, I don't see it as being more difficult.
    Regards.

  • Is there a program that allows you to black out most of the screen content of a PDF and slide down like you would with an overhead (covered with a piece of paper)for teaching purposes??

    Is there a program that allows you to black out most of the screen content of a PDF (on an iPad) and slide down like you would with an overhead (covered with a piece of paper) for teaching purposes??

    Maybe this online manual would help.
    * http://en.flossmanuals.net/thunderbird/interface/
    Not sure how well printing it out would work, though.

  • HT204406 Where is the screen that allows me to manually download music, movies etc on ipod.

    Where is the screen that allows me to manually or automatically sync my music, videos etc.

    Connect the iPod to your computer and select it on the left-hand sidebar of your computer's iTunes (on iTunes 11 you can enable the sidebar via option-command-S on a Mac, control-S on a PC), and on the right-hand side of iTunes there should be a series of tabs - on the Summary tab there should be a 'manually manage music and videos' tickbox.
    Syncing music : http://support.apple.com/kb/HT1351

  • Screens that allow Embedded Components

    Hi All,
    I have a screen (ProjectGAFEnhancedController_GAF) that I am required to extend via an embedded component. It has an OutportAnchor which gives me the option to add an embedded component but when I try to do so, i get the message: The selected outport does not reference a PaneContainerAnchor. Is it possible to extend this screen? Also, is there a published list of screens that allow extensibility via Embedded Components? It is rather frustrating to have to open up each screen one-by-one to see whether or not it allows an Embedded Component. Especially given the speed of the ui designer.
    Thanks,
    Mark

    Flash is dead.  Nobody uses Flash video anymore; not even YouTube because mobile and tablet devices can't support it.  The trend now is to use HTML5 video which is supported by all modern web devices.  In addition, HTML5 video has default player and control bar which supports full screen mode (icon with 4 arrows).  So no 3rd party player is required.
    To give you an example, copy & paste this code into a new, blank document.  SaveAs video_test.html and preview in browsers.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter ~ http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag.
    </video>
    <!--end video-->
    </body>
    </html>
    That's all there is to it.
    ♥ Happy Valentine's Day 
    Nancy O.

  • Is there a datatype that allows me to store more than one item at a time

    Hello Everyone,
    Is there a datatype that allows me to store more than one item at a time , in a column in a row?
    I have to prepare a monthly account purchase system. Basically in this system a customer purchases items in an entire month as and when required on credit and then pays at the end of the month to clear the dues. So, i need to search the item from the inventory and then add it to the customer. So that when i want to see all the items purchased by a customer in the current month i get to see them. Later i calculate the bill and then ask him to pay and flushout old items which customer has purchased.
    I am having great difficulty in preparing the database.
    Please can anyone guide me! i have to finish this project in a weeks time.
    Item Database:
    SQL> desc items;
    Name Null? Type
    ITEMID VARCHAR2(10)
    ITEMCODE VARCHAR2(10)
    ITEMPRICE NUMBER(10)
    ITEMQUAN NUMBER(10)
    Customer Database:
    SQL> desc customerdb;
    Name Null? Type
    CUSTID VARCHAR2(10)
    CUSTFNAME VARCHAR2(20)
    CUSTLNAME VARCHAR2(20)
    CUSTMOBNO NUMBER(10)
    CUSTADD VARCHAR2(20)
    I need to store for every customer the items he has purchased in a month. But if i add a items purchased by a customer to the customer table entries look this.
    SQL> select * from customerdb;
    CUSTID CUSTFNAME CUSTLNAME CUSTMOBNO CUSTADD ITEM ITEMPRICE ITEMQUANTITY
    123 abc xyz 9988556677 a1/8,hill dales soap 10 1
    123 abc xyz 9988556677 " toothbrush 18 1
    I can create a itempurchase table similar to above table without columns custfname,csutlnamecustmobno,custadd
    ItemPurchaseTable :
    CUSTID ITEM ITEMPRICE ITEMQUANTITY
    123 soap 10 1
    123 toothbrush 18 1
    ill just have it as follows. But still the CUSTID FK from CustomerDB repeats for every row. I dont know how to solve this issue. Please can anyone help me.
    I need to map 1 customer to the many items he has purchased in a month.
    Edited by: Yukta Lolap on Oct 8, 2012 10:58 PM
    Edited by: Yukta Lolap on Oct 8, 2012 11:00 PM

    You must seriously read and learn about Normalization of tables; It improves your database design (at times may increase or decrease performance, subjective cases) and eases the Understanding efforts for a new person.
    See the below tables and compare to the tables you have created
    create table customers
      customer_id       number      primary key,
      fname             varchar2(50)  not null,
      mname             varchar2(50),
      lname             varchar2(50)  not null,
      join_date         date          default sysdate not null,
      is_active         char(1)     default 'N',
      constraint chk_active check (is_active in ('Y', 'N')) enable
    create table customer_address
      address_id        number      primary key,
      customer_id       number      not null,
      line_1            varchar2(100)   not null,
      line_2            varchar2(100),
      line_3            varchar2(100),
      city              varchar2(100)   not null,
      state             varchar2(100)   not null,
      zip_code          number          not null,
      is_active         char(1)         default 'N' not null,
      constraint chk_add_active check (is_active in ('Y', 'N')),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    create table customer_contact
      contact_id        number      primary key,
      address_id        number      not null,
      area_code         number,
      landline          number,
      mobile            number,
      is_active         char(1)   default 'N' not null,
      constraint chk_cont_active check (is_active in ('Y', 'N'))
      constraint fk_add_id foreign key (address_id) references customer_address(address_id)
    create table inventory
      inventory_id          number        primary key,
      item_code             varchar2(25)    not null,
      item_name             varchar2(100)   not null,
      item_price            number(8, 2)    default 0,
      item_quantity         number          default 0,
      constraint chk_item_quant check (item_quantity >= 0)
    );You may have to improvise and adapt these tables according to your data and design to add or remove Columns/Constraints/Foreign Keys etc. I created them according to my understanding.
    --Edit:- Added Purchases table and sample data;
    create table purchases
      purchase_id           number        primary key,
      purchase_lot          number        unique key  not null,     --> Unique Key to map all the Purchases, at a time, for a customer
      customer_id           number        not null,
      item_code             number        not null,
      item_price            number(8,2)   not null,
      item_quantity         number        not null,
      discount              number(3,1)   default 0,
      purchase_date         date          default sysdate   not null,
      payment_mode          varchar2(20),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    insert into purchases values (1, 1001, 1, 'AZ123', 653, 10, 0, sysdate, 'Cash');
    insert into purchases values (2, 1001, 1, 'AZ124', 225.5, 15, 2, sysdate, 'Cash');
    insert into purchases values (3, 1001, 1, 'AZ125', 90, 20, 3.5, sysdate, 'Cash');
    insert into purchases values (4, 1002, 2, 'AZ126', 111, 10, 0, sysdate, 'Cash');
    insert into purchases values (5, 1002, 2, 'AZ127', 100, 10, 0, sysdate, 'Cash');
    insert into purchases values (6, 1003, 1, 'AZ123', 101.25, 2, 0, sysdate, 'Cash');
    insert into purchases values (7, 1003, 1, 'AZ121', 1000, 1, 0, sysdate, 'Cash');Edited by: Purvesh K on Oct 9, 2012 12:22 PM (Added Price Column and modified sample data.)

  • Is there an app that allows you to take a picture of ei: safeway card and UPC code instead of finding these cards everytime out of a wallet

    is there an app that allows a person to take a picture of ei: a safeway card and the UPC to just pull out the phone instead of looking for cards out of wallet o purse?

    I've seen a number of them that appear to do what you want. Search the app store.

  • Is there an application that allows you to read iBooks purchased from iTune

    Is there an application that allows you to read iBooks purchased from iTune. like Amazon books for Kindle ?

    Yes it is the iBooks reader that comes with the iPad.
    There are readers foe Barnes and Noble (eBook) & (nook) and Amazon (kindle).
    But iBook comes preinstalled.

  • Is there an app that allows you to write in an ipdad

    Is there an app that allows you to write like S notes with google

    There are hundreds of apps that let you write with your finger or a stylus. Penultimate and Noteshelf are two I've used.

  • In itunes 10.6, when I click to burn a cd, it takes 10 minutes for the  "Burn Settings" screen that allows me to choose which cd burner to use to be displayed. I have tried setting the UpperFilters to "GEARAspiWDM" and LowerFilters to null. Any suggestion

    In itunes 10.6, when I click to burn a cd, it takes 10 minutes for the  "Burn Settings" screen that allows me to choose which cd burner to use to be displayed. I have tried setting the UpperFilters to "GEARAspiWDM" and LowerFilters to null. Any suggestions?

    Many thanks for the diagnostics.
    Failed while scanning for CD / DVD drives, error 2380.
    Error while opening iTunes CD driver.  This could be caused by a corrupted iTunes file or a conflict with other older CD burning applications, either currently installed or previously installed and uninstalled incorrectly.
    With that one, I'd start with solution 3 from the following document:
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install

  • I am trying to save  one  picture in different versions- How do I do that- there is nothing that allows me to save as

    I am trying to save  one  picture in different versions- How do I do that- there is nothing that allows me to save as- How do I do that??

    http://www.apple.com/aperture/
    Regards
    TD

  • Is there any app that allows me to control the cell phone from the computer with the mouse?

    Is there any app that allows me to control the cell phone from the computer with the mouse?

    No this is not possible.
    But you could use the iPhone Simulator of Xcode if you have access to an Mac. Like the name explains, it simulates an iPhone on an Mac, but you cannot use all standard apps

  • Is there a setting that allows for simultaneous downloading and watching of a rental movie on ATV?

    Is there a setting that allows for simultaneous downloading and watching of a rental movie on ATV?

    Apple TV has no storage, it is caching the movie and needs to load a portion before playback starts. The time it takes is dependent on your network.
    What is your current connection via speedtest.net?
    Make sure DNS is set to auto (settings - general - network)
    If on wifi try ethernet

  • Is there an app that allows you to download and read pdf files on your ipod touch?

    Is there an app that allows you to download and read pdf file on your ipod touch (5G)?

    There are many apps that allow reading PDFs. GoodReader allows downloading some items. It all depends upon how the site handles the download. It also uses file sharing in iTunes.
    iBooks also reads and had file sharing.

  • I want to control a PowerPoint presentation on my iPad remotely from my iPhone. Is there an app that allows me to wirelessly control my iPad from my iPhone?

    I want to control a PowerPoint presentation on my iPad remotely from my iPhone. Is there an app that allows me to wirelessly control my iPad from my iPhone?

    Yes.
    The app is called Keynote Remote and is available for both iPhone and iPad from the App Store. This app can also run Keynote presentations from your Mac from either your iPad or iPhone.
    Both your iPad and iPhone need to be on the same WiFi Network. With your iPad Keynote file loaded, go to:
    iPad > Keynote > Tool Menu (wrench) > Advanced > Remote and turnon "Enable Remotes"
    on your iPhone set up the link:
    Keynote Remote > Settings > New Keynote Link and follow instructions - you will be given a set of numbers, enter those numbers on the iPad and you are all set.
    Good Luck

Maybe you are looking for

  • Invocation Target Exception while Migrating application to weblogic 10.3

    Hi All, We are currently migrating our application from weblogic 8.1 to weblogic 10.3. The deployment in wls 10.3 is successful, but while performing some operations(User Registration.. etc) we are getting SQLIntegrityConstraintViolationException. ==

  • Front Row with a G4 1.25GHz?

    I have a G4 1.25GHz that I would like to turn in to a media server, well host I guess. I know I can get an RF USB remote ... but where can I buy the software? Everything I have read here points to an Intel Mac. Certainly there is some solution I can

  • Export to iPhoto with Metadata

    I am using LR 1.4 on an iMAC with OSX 10.5 and exporting to iPhoto which streams to my Apple TV and displays the photos nicely on our Plasma in our Family Room. I have entered information such as where the shot was taken etc. in the Caption area in L

  • IMessage combining child and parent text messages

    When my child sends a text message it appears that the message comes from me, the adult. When I try to text my child she doesn't receive the message and I text myself. I've tried to find ways to untether child/parent but I can't.  my iMessage setting

  • How many discs in Adobe Creative Suite 5.5 Master Collecton?

    Hello everbody. I recently purchased Adobe CS 5.5 upgrade and had to get an exchange. On my exchanged unit, I noticed it came with three discs, the Application Disc 1, Application Disc 2 and the Content and Installaton Help disc. Now please correct m