limiting the use of the employee

can I have an employee access only 1 website, and also how to make it so on their log in page which is the only the icon that is displayed? help

You should be able to do this through Group Policy and for the icons just remove any other icon on the desktop (or move, given that the person has given there or something) and put a shortcut to this site, so the single icon is the shortcut.

Tags: Windows

Similar Questions

  • 6008 OR increase the resolution by limiting the beach?

    Hello

    I wonder it is possible to increase the resolution of the 6008 OR by limiting the range in the labview software?  For example, if I put it at 04:55 V instead of-10 to 10 V I then get 10 /(2^12) increments as opposed to resolution 20 /(2^12)?

    Thank you

    Yes, but you must use one of the beaches that is supported by the hardware.  You can find the complete list in the specifications.

    If you use differential measures, you can use ±5V.  If asymmetrical, you only have the possibility to ±10V.

    Best regards

  • Mystery calls the client with a company in the cell of the employee.

    My client reports that customer, calls are forwarded to his cell phone from the business telephony system. He describes what he believes to be the process as follows:

    1. visitors enter the main number of the company, which is associated with a script of the Unified Contact Center Express (UCCX).

    2. customers select form in the menu tree option.

    3. the customers are transferred SMS on the cell phone of the employee.

    The employee does not know which option to customers of the selection. When I look to the top of each DN in CUCM that is configured in the script UCCX, none of them are configured with a destination of the call forward. The problem does occur only a few times a week, but the employee becomes very frustrated. The only piece of information that I know for sure is the employee's cell phone number. Then maybe I could use it to search traces or logs. How would you suggest that I start to try to isolate the cause of this problem?

    Thank you

    ------------------

    CUCM 7.1.3

    UCCX 7.0 (1)

    ID start by watching CDR and the search for his mobile phone number

    Sent by Cisco Support technique iPad App

  • Are you limited the number of subfolders that can be added to a current folder within the document library?

    Original title: new folders

    Are you limited the number of subfolders that can be added to a current folder within the document library? I tried to add folders using the new folder tab and it will create not one. I hope I make this clear enough question. I'm not computer savy.  Thanks for your help.

    If you cannot create a new folder anywhere, this could apply.
     
     
    Do, or you have installed Chrome? It appears that an update of Chrome, (mid April 2013), is responsible for the loss of the option new folder. Even if Chrome has not been installed, here are two patches.
     

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html
     
     
    If for any reason, the zip file doesn't work for you, check out the 'response' by Linda Yan in this thread.
    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/thread/97de8a2a-12f2-4381-A409-a78f4ae551cf/#99395761-56de-4a76-8C2A-eab498ad735a
     
     
    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.

     
  • Can I set up a guest account which limits the access to my computer at home.

    I'm going to do a home Exchange next month and want to leave a computer for guests to use.  Can I set up a guest account which limits the access to my computer at home. Specifically, I want to limit the client's access to Internet Explorer so that they can check your e-mails and surf the web.  Is this possible?

    Do NOT enable the guest account. The guest account is NOT designed for occasional access, it is a special system account. It is a security risk because it allows anonymous access on your machine, apart from anything else. This is why it is disabled by default.

    Just create an account user Standard, called 'Visitor', or something like.

    Make sure that the Admin account has a password and tell them it.

    Also, make sure that all users on the computer ALSO have a strong password.

    That's all you need to do.

  • How to display the information in the employee table based on the salary in different ranges.

    I have a table that is used with the details of the employee. I want that employees on the basis of the order of the salary range for the list. For eg., list of employees that are there, I first list salary range 1000-3000 and 3000-5000, then 5000-10000. How to write sql queries to solve this problem? your answers are appreciated.

    something like that

    select t.*,
          case
            when sal between 1000 and  3000 then 1
            when sal between 3000 and  5000 then 2
            when sal between 5000 and 10000 then 3
            else 99
          end range
      from scott.emp t
      order by range, 1, 2;
    
  • How to import metadata from the employee of the area of the interface

    Hi-

    I need to import the metadata used in my area of interface.  I have configured the areas of the interface via the workspace (I'm on the new version: 11.1.2.3), after to create all the tables of the interface, I will return to create the loading profile, but there is no employee dimension available as below img:-can I go back to the database, create similar views in another dimension , but still do not see the employee dimension to the area of the interface.


    What should I do?

    1.png

    Thank you very much!

    I found my answer of EPMA guide:

    "

    In addition to the dimension tables created by the model script interface, you can add tables of the interface for an extra dimension. For example, the model script contains a set of tables for the entity dimension. You can add more dimensions entity according to the needs. For each dimension, added to the interface tables, you must also include the dimension of the system IM_Dimension table so that the dimension is available when the profile was created.

    "

  • Suppose I have a table emp that has thousands of lines of data. In this table, I have to get only the employees whose salary is equal.

    Hello world

    Suppose I have a table emp that has thousands of lines of data. In this table of employees receive wages between 1000-10000.

    Now I have to get only the employees whose salary is equal.

    for example

    empNo empName sal

    -----------     -------------      ---------

    1 ram 5000

    2 5000 Shyam

    3 1000 Dilip

    4 deepak 2000

    5 sisi 1000

    6 1000 Priya

    so now...

    Now without using ' select * from emp where Sal IN (5000,1000). "How can I get these employees with the same salary?

    SELECT *.

    EMP e1

    WHERE EXISTS (SELECT 99 FROM emp e2 WHERE e2.sal = e1.sal AND e2.empno! = e1.empno)

    or maybe

    SELECT *.

    WCP

    WHERE sal IN (SELECT sal FROM emp GROUP BY sal HAVING COUNT (*) > 1)

  • Extending from VO on the employee self-service page

    All,

    I want to thank PhoneNumbersVO VO on the employee self-service > my personal information page

    Here's what I've done so now

    1. copy everything under JAVA_TOP > oracle/apps/by/self-service/personal information / * on my desktop under files Myclasses and MyProject.

    2. scope of the VO and added my new columns to the query. This view is not attached to any EO.

    3. copy the class under myclasses to JAVA_TOP files > xx > folder/apps/by/self-service/personal information/server oracle

    4 imported .jpx file using jpximport

    5 .bounced apache

    6. in the Applications, customized phone to add 2 columns newly created in the custom t section.

    View instance serves as my extended VO

    7. now, when I go back to the page I get error

    Not found message. Application: DNF, Message name: FND_VIEWOBJECT_NOT_FOUND.

    Chips: VONAME is XXPhoneNumbersVOEx;. APPLICATION_MODULE = oracle.apps.per.selfservice.personalinformation.server.OverviewAM;

    To me, it seems that I need to join extended VO to seeded AM (OverviewAM)

    The question is when I seeded DoubleClick on this AM I get error

    WARNING: There are errors java errors for this file object. The wuizard is open in read-only mode

    File < Path/OverviewAMImpl.java

    What could be wrong here?

    If I give the name of view seeded in 6 above, I get no error, but it does not display the values for newly added coulmns.

    Did you create the substitution on jDeveloper? Otherwise, the jpx download the news saying Oracle to use the VO scope:

    3.5 project components/properties/Business Substitutions. Select a seeded on left, extended one to the right and click Add, it should appear on the substitutions.

    Now, you can import the jpx.

    To confirm, verify the jpx, it should have a section of substitutes at the end:

    for example

    To confirm that the substitution, he was transferred to the DB, check customizations for your seeded VO, for example

    Set serveroutput on

    jdr_utils.listCustomizations exec (' / oracle/apps/ap/goose/Server/ProjectsLovVO ");

    (notice the site/customizations/0) result in the path from the seeded VO:

    / Oracle/Apps/AP/GOOSE/Server/customizations/site/0/ProjectsLovVO

  • Supplement for smoker &amp; more the employee's contribution

    Part of open registration, if the employee is using tobacco at higher rates should be applied.
    Employee of the mentions or not on the use of tobacco in SSBEN

    It is that we could only use of tobacco of the employee during the OE.

    If the employee is using tobacco, he or she need to get the highest rates

    Any of you encounter this scenario and done everything after the elections change rules to solve? or any other approach, you could have put in place. ?

    Please kindly share your thoughts. Thanks in advance.

    Kind regards.

    Hi, the best place to search for questions as is the OTN, Oracle Technology Network. If you have any questions about the CLOUDS and in partnership with Oracle, we will be more than happy to help! Thank you for your time!

  • For the employee


    Hello

    We are currently implementing Oracle HR & Payroll. For some forms of pay that I have to read the employee schedule, noting that her dosent customer have a license for the OTL.

    My question is: can we still use travel and annexes screen in the menu structure of employment and that the screen to use for the employee having-right/setting collective up-to-date schedule

    Thanks in advance

    Elijah

    Thank you Vignesh, it s now show under any other button. but I still have one more question pls.  Calendar field did not appear in the assignment employee mass update.

    Is there a way to mass update annex?

    Thank you

  • When the employee what happens in an InDesign library if the person shares the library leaves creative cloud?

    When the employee what happens in an InDesign library if the person shares the library leaves creative cloud?

    Disappeared from the library, or you can still access it? And is it possible to export libraries?

    Example: We have a general account of creative cloud for freelancers or employees to use on a workstation. We have created several libraries that we then fall to the members of the team. If we close this g/l account, what happens to all the libraries? Can we change ownership, or export or what? Any ideas? Thoughts?

    Thank you!

    Found the work around on my own. Everything you have to do is to copy a library someone has shared with you and add it to your library and makes you the owner also.

  • question for the assignment of the employee

    When I try to do the assignment of an employee, the position / jobs list does not appear for me! I defined the flexfield and all value games are made.

    Hello

    Check if the following security profiles are assigned to your group of companies.

    (1) after having assigned all key flex fields to a group of companies

    (2) you must assign three security profiles to display flex fields to appear in an assignment

    Security profiles: -.

    Group hr:Business

    Profile of HR:Security

    Type of HR: User

    Also, check the Group of companies that you should add the HR organization to affect the employees of this group of companies.

    It may be useful

  • I want to store the id of the employee who logs and editing the details.

    Hello

    I am very new to the adf.

    I want to store employee id in the table that has a column updated_by in which the id of the user who logs and editing the details.

    I don't know how to connect the users session bean. Please explain to me step by step of creating login page to store the id of the employee who connect and edit details.

    If you use the adf security, you can use it as

    Immerse yourself in Oracle: ADF: get name of connected user

    http://blog.Amr-gawish.com/7842/using-Groovy-to-retrieve-current-logged-in-user-name/

  • Impossible to update the details of the employee

    Hi friends,

    I developed a page request. The results of the employee are shown in the table and a column of the table that has empid is a command link. By clicking on this link, I am able to go to a page containing the details of the employee. However when I try to update the details of the employee, I get the following error

    ORA-42399: impossible to perform a DML operation on a view read-only ORA-06512

    I checked the view object. It is editable. No idea where I am going wrong.

    Thank you

    The ViewObject (VO) you use for the query is not based on an EntiryObject (EO). Only your EOs based are able to update the data. You can do two things:

    (1) base you VO on an EO

    (2) use the retail ID to open a form in a different VO, inspired by the EO and modify the data here. An example for this can be found here http://tompeez.wordpress.com/2011/07/31/using-diferent-vos-for-master-detail-navigation/

    Timo

  • How can I get information about the employee transfers and promotions in HRMS

    Hello dear colleagues,

    I will be grateful if someone could show me the way to get into the transfers of employees and promotions within the HRMS module. My company uses oracle Release 11i applications and we would like to migrate our historical data on the employee transfers and promotions. These historical data are currently held in Microsoft Access. So, for example, an employee named John James has the history of following Promotion:

    Grade , Start_date , End_date
    Agent II, June 1, 1995, 31 December 1999
    Agent I, January 1, 2000, 31 December 2003
    Asst. Mgr, January 1, 2004, December 31, 2007
    January 1, 2008, Bishop DEP., so far

    Similarly, Mr. John James was transferred to different departments within the Organization in accordance with the following table:

    Dept , Start_date , End_date
    I.T. dept, 1 June 1995, 30 August 2004
    Research dept, August 31, 2004, December 12, 2004
    Finance dept, August 13, 2004, 9-Sep-2008
    I.T. dept, 10-Sep-2008, 31 March 2011
    Dept of Habay, April 1, 2011, to date

    How can get us these historical data on Mr. John James. If we can do that and also to determine the name of the table/tables oracle used to store the information, write to us and use Microsoft Access queries with odbc to migrate data in oracle.

    I'll be very grateful if someone could make a little time to show me how to do this. Thank you in advance.

    -Emmanuel Lawson

    Published by: user6417506 on January 10, 2012 03:17

    You can download employee assignment of data to aid allocation API backend (HR_ASSIGNMENTS_API).
    Here are ways to assignment data (job, Position, Department, Grade).

    You convert your data to the format assignment

    As
    Rank of Dept
    June 1, 1995 to December 31, 1999, IT Officer II
    January 1, 2000 to December 31, 2003 IT OfficerI
    January 1, 2004 to August 31, 2004 research officer I have

    You must first configure all these data in sttucture of work as Department and grades in the system before loading the responsibilities of the employee.

    The data stored in the PER_ALL_ASSIGNMENTS_F table.

    Thank you

Maybe you are looking for

  • new installation of memory

    I want to install the new memory (increase) (I have a Mid 2011 Mac Mini). I'm getting mixed information about the amount of RAM I can install. There are currently 2 Ram in Slots 2... some sites say the max is 4 minutes each, others 8 each... everybod

  • 5.6.1 pages simultaneous display of mutiple docs

    Sorry new here thought that simple question would be - forgive me I am 100% frustrated. I have several questions- I help people who are mostly terminal for free because they have for the most part too zero dollars and increased stress. I try to write

  • internet window does not

    window internet is not an answer, it stopped

  • External javascript file in the page login.html Campus Mobile

    HelloWe try to load an external javascript file of Mobile Campus of Oracle application login.html page.  The code works in the Android app, but not the IOS app.  Here is a code snippet:Can you offer any help on how we can get the javascript code to l

  • Cropping and resizing in Acrobat Pro ms

    I have a .pdf file that was parsed correctly and I need to crop all pages of the same, and then resize the document to 8 1/2 x 11. Is there an easy way to do this with Acrobat Pro DC?