Populating the Lookup values in AD Child Form based logged in user

HI,
Below is the Lookup code(AD Groups) format.
Codekey , Decodekey
IT-Development , IT-Development
IT-Testing , IT-Testing
IT-Production , IT-Production
HR-system , HR-system
HR-Finance , HR-Finance
My requirement is I need to filter the data being presented in the lookup according to the logged in user in ad child form,
If i am logged in as xelsysadm the lookup presents all groups.
If i am logged in as IT administroter the lookup presents only the IT Related groups(EX:IT-Development,IT-Testing....).
If i am logged in as HR administroter the lookup presents only the HR Related groups(EX:HR-System,HR-Finance...).
like this we have contains so many administrators.
We are desiding the administrators based on user form field.
The Field contains the value like HR-Related,IT-Information Technology.....
How can i achive this?
Thanks in advance.
Edited by: 790561 on 4/12/2011 17:48
Edited by: 790561 on 5/12/2011 12:02

Hi Rajiv,
Thank you for quick reply,
When i am login as IT administrator and i provisioned user to AD it showing the IT Related groups in ad child form based on your Suggestion.
If i logout and login as a HR administrator and i edit the child process form of the same user still its showing IT Related Groups only.If I revoke and provision user to ad again with HR administrator this time its showing HR Related groups in AD Child form.
I think based on the requester its showing the values.
But i want to filter groups based on logged in user.
EX:If i login as IT administrator and provision the user to AD in Child form its showing the IT Related groups only its correct.
If I logout and login as HR administrator and i edit the same user AD Child form its showing the IT related groups only its not correct.this time it shows only HR Related.
Any solution....
Thanks in advance.

Similar Messages

  • Populating the Lookup values in AD Child Form

    HI,
    Below is the Lookup code format.
    Codekey , Decodekey
    IT-Development , IT-Development
    IT-Testing , IT-Testing
    IT-Production , IT-Production
    HR-system , HR-system
    HR-...... , HR-......
    HR-...... , HR-.......
    In AD Process Form one of the field containing the valuee like " IT","HR".
    My requirement is if I select the "IT" in My AD peocess form field value.....In AD child form lookup field Shows values only Starts with "IT".Below is the sample.
    IT-Development , IT-Development
    IT-Testing , IT-Testing
    IT-Production , IT-Production
    If I select the "HR" in My peocess form field value.....In AD child form lookup field Shows values only Starts with "HR".Below is the sample.
    HR-...... , HR-......
    HR-...... , HR-.......
    How can i achive this?
    Thanks in Advance.
    Edited by: 790561 on 18/09/2011 19:52
    Edited by: 790561 on 18/09/2011 21:34
    Edited by: 790561 on 19/09/2011 14:22

    Hi,
    Thanks for Reply,
    my exact requirement is as followes,
    In my environment for each department(IT,HR) having one administrator(IT Administrator,HR Administrator).
    If login as a IT Administrator and at the time of provisioning user to "AD" in Child form lookup code only shows IT Related data as below...
    IT-Development , IT-Development
    IT-Testing , IT-Testing
    IT-Production , IT-Production
    If login as a HR Administrator and at the time of provisioning user to "AD" in Child form lookup code only shows HR Related data as below...
    HR-...... , HR-......
    HR-...... , HR-.......
    How can i achive this?
    Thanks in advance.
    Edited by: 790561 on 19/09/2011 19:20
    Edited by: 790561 on 19/09/2011 21:20

  • Default value type - validation option form based on stored procedure

    Please could somebody explain and provide an example of what the option :-
    default value type - in the validation options for a field in the editor for a form based on a stored procedure ?
    Thanks in anticipation.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Dmitry Nonkin([email protected]):
    Absolutely, you can use SQL query to return the value like in the example above:
    Default Value = select 5 from dual
    Default Value Type = 'SQL query returns number'
    or
    Thanks,
    Dmitry<HR></BLOCKQUOTE>
    Hi,
    and what about:
    Default Value = select max(salary) from emp_salaries
    Default Value Type = 'SQL query returns number'
    Will it work? We go some troubles with this.
    Thanx
    Marcin

  • How to get the Multiplied value between measure and a dimension base on user selection using dynamically

    Hi Experts,
    We had developed a cube with the Measures and Dimensions.
    I had a requirment as the measures should be muliplied by the currency value of different countries and get me the results.
    For Example.
    In SSRS report, the user will select "EUR" then the measures should multiply with the EUR based value for the particular month and get the result in the SSRS report. If the user select any other currency value, that should multiply with the measure
    value and get the result in SSRS report.
    How to do that in SSAS Cube.
    Thanks
    Shashi

    Hi ,
    If I understand your requirement  correctly , then you need currency Conversion.
    you can refer this links.
    http://consultingblogs.emc.com/christianwade/archive/2006/08/24/Currency-Conversion-in-Analysis-Services-2005.aspx
    http://www.ssas-info.com/analysis-services-faq/27-mdx/244-how-change-currency-symbol-based-on-selected-currency-dimension-member
    http://social.technet.microsoft.com/wiki/contents/articles/18672.currency-conversion-in-ssas-2012-multidimensional-tabular.aspx
    May I know , You Require all this using MDX and SSRS Parameter ?
    Thanks

  • Populating the request attributes in Application Instance forms of OIM11gR2

    Hi,
    We have configured request based provisioning for the 3 target applications. As a process
    1) Manager is log in to OIM Identity console and selects the one user and provision the application Instance after selecting the required roles in the Application instance forms of Catologue page.
    2)With in the same login session, if manager selects another user and tried to provision the same application instance,details of first user is displaying in the application Instance forms.
    Actually differrent data need to populate in the application instance forms for each user.
    Please let us know the the solution for this issue.
    Thanks,
    RBM

    Hi,
    Whats  your exact version of OIM and BP? It can be issue with particular version.
    Also, it looks like your request form pre-pop may not be working properly. Can you put some sysout and try to check in your logs about what value is getting printed when you are selecting another user?
    We have used this scenario in OIM 11.1.2.0 + BP7 and it was working.
    ~J

  • Coloring the changed values  in a tabular form

    Hi,
    I have a tabular form (Sql query updatable report) which displays the data from table1, in this I need to color code the fields whose value is different from a similar column in table2. In simple how can I add color tag in the sql query. I tried using the below
    select <&ltdiv style="background:red;color:red">||LAST_NAME||<&lt/div> LAST_NAME, first_name from table1
    but it sets the div tag part as LAST_NAME input field's value.
    Any suggestions please ?
    Thanks,
    Pourush
    Edited by: Pourush Gopal on Apr 1, 2009 10:41 AM
    Edited by: Pourush Gopal on Apr 1, 2009 10:41 AM
    Edited by: Pourush Gopal on Apr 1, 2009 10:41 AM

    Try this (with quotes around the div tags):
    select '&lt;div style="background:red;color:red">'||LAST_NAME||'&lt;/div>' LAST_NAME, first_name from table1

  • Populating the field value onto a field

    Hi,
    I have a field in the selection screen by which a date value is entered by a selecting the variant.
    There is another field(which contains an server path) this needs to this we need to concatenate the date that is entered in the selection screen
    If field  Date field contains u201C15th SEP 2008 u201C then field Server directory  should contain u201C/usr/sap/interfaces/dynevo/20080915.TXTu201D .
    this should happen before executing the program.
    Please needs some suggestions in this.
    Thanks

    Hi,
    Use 'DYNP_VALUES_READ' Function module to read the value entered on the selection screen
    refer this thread
    Re: After F4IF_INT_TABLE_VALUE_REQUEST Enter Required?
    You can also refer this thread
    Error in FM 'DYNP_VaLUEs_READ'
    then populate filename.
    Regards
    Manasa
    Edited by: Manasa Bhaskaruni on Nov 14, 2008 12:27 PM

  • As the creator of an interactive PDF form, can I block users from opening it in Preview or web?

    I have created a number of interactive PDF application forms which are downloaded from our website and completed by individuals and organisations who wish to apply for funding.
    Increasingly we are being contacted by people who are having trouble completing, saving and printing the forms. In almost every case it turns out that they have opened/filled in the form in Preview or in their web browser and the form has been corrupted. As Macs become more and more popular this is going to become a bigger issue, to the point where we may not be able to use interactive PDFs anymore. 
    We do have a warning at the top of the first page of each form telling people that they need to complete their form using Adobe Reader or Acrobat, with a hyper-link to the web page to download Adobe Reader for free. But this obviously isn't sufficient given the number of people who are still trying to access and complete the forms in Preview.
    What I want to know is if there is any way, as the creator of the form, that I can stop it from being opened in Preview in the first place? Or failing that, if it is possible to create a warning that pops up if the form in opened in Preview or a web browser?
    If this can't be done I will need to include a detailed technical help page in the form. Rather than starting from scratch, if anyone has already pulled this information together and would be happy to share it would be greatly appreciated.
    Thanks for your help (in advance)
    Rachel

    You can't prevent it from opening, but you can active the form only if it's being used in a JavaScript-capable viewer. You could show a message (e.g., button, layer) by default, and get rid of it if a script that runs when the form is opened is executed. The script could also enable the fields if everything checks out.

  • Can I Increase the time EBS can be idle before it logs a user out?

    I've searched the forums, but haven't found a method, although I figure it's probably easy to do. Any insight would be appreciated.
    Thanks,
    -Adam

    Hi Adam,
    Please review the following note:
    Note: 269884.1 - How To Fix The Forms Timeout Issue In Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=269884.1
    Regards,
    Hussein

  • Lookups and Child forms

    Hi,
    I have two child forms for a parent form. Each child form is attached to a lookup. Is it possible to display details of the second child form based on the values selected in the first child form? If I select values A and B from child form 1 then in the lookup of child form 2 I should show the values related to A and B. Could you tell me how can I achieve this?
    Thanks,

    Based on previous SR's i have submitted, i do not believe this is possible. Even getting parent form information to the child form is not possible.
    -Kevin

  • Comparing and picking the right value form one of the line item in a doc.

    Hi Gurus,
    I have requirement such that I have to show the tax jurisdiction code of only one item. That is if there are 5 line items with in a document and each one has diffeerent tax jurisdiction code, then we should be showing only one tax jurisdiction code for a document. Line items are not displayed in report. The condition to pick up tax jurisdiction code is the one which has least ending zeros.
    Supppose
    Doc1          Item          Tax Jurisdiction code
    1800000002       1          CNQC00000000000
    1800000002       2          CNQC00000000000
    1800000002       3          CN0000000000000
    1800000002       4          CNQC00000000000
    1800000002       5          TXJOHNCLEBUR000
    I have to display  the value of tax jurisdiction code corresponding to item 5  as its has least  zeros in it.
    So what I am trying to do is add another custom z object tax jurisdiction code and the value for this is populated using a routine in the update rules, such that comparing all the tax jurisdiction code for all the corresponding items in a document.
    Now the question is if I am reading all values of document no. line item and tax jurisdiction code into an internal table form communication structure for a data package. And in the update rule I will be writing a routine comparing the values of tax jurisdiction code from internal table and populating the desired value. Now the big question for me is if there are two line items of a document in one data package and another 3 line items of the corresponding same document in data package 2 then how can we compare the values of Tax jurisdiction code of all the 5 line items of a document.
    If this can be achieved using customer exit on the front end let me know and just inputs how the abap code would be or if not do I have to write abap in updates rules. I just want to know how to compare different values of Tax Jurisdiction code and select the one with has least ending zeros. For information the tax jurisdiction code is of type character and length 15.
    Any help is really appreciated.
    Thanks,
    Raj

    Yes, it's possible. Just use a regular text item. Create an LOV using the LOV wizard. When you define the query for the LOV's record group, enter a statement that selects from the other database table. Set the return value of the appropriate LOV column to be the text item on the form. Finally, assign the LOV to that text item, so that the LOV pops up when the user presses the LOV key with the cursor in that text item. You can also set the LOV so that it automatically displays when the cursor enters the text item.
    Just look up LOV in online help if you need more info.

  • Lookup value not getting populated...

    I am using following xml code (copy.asmx > method CopyIntoItems). Per Microsoft
    http://msdn.microsoft.com/en-us/library/websvccopy.copy.copyintoitems(v=office.14).aspx I should be able to update lookup fields value as well because Lookup list is on the same subsite and both source and target libraries are on the same sub-site as well.
    Any idea? Item gets copies and all the columns get populated except the lookup column. I verified that the ID and value matches for the lookup value.
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap="htthttschemas.xmlsoap.org/soap/envelope/" xmlns:m="schemas.microsoft.com/sharepoint/soap/">
    <soap:Header>
    </soap:Header>
    <soap:Body>
    <m:CopyIntoItems>
    <m:SourceUrl>http://internal.col.com/sales/bymonth/Active/0973410.pdf</m:SourceUrl>
    <m:DestinationUrls>
    <m:string>http://internal.col.com/sales/bymonth/NonActive/0973410.pdf</m:string>
    </m:DestinationUrls>
    <m:Fields>
    <m:FieldInformation Type="Text" DisplayName="Sales Code" InternalName="SalesID" Value="99999"></m:FieldInformation>
    <m:FieldInformation Type="Text" DisplayName="Sales Person Name" InternalName="FullName" Value="TEST, John S."></m:FieldInformation>
    <m:FieldInformation Type="Choice" DisplayName="FileSection" InternalName="PersonnelFileSection" Value="1- New Hire Paperwork, ECA, Termination, LOA"></m:FieldInformation>
    <m:FieldInformation Type="Choice" DisplayName="FileCategory" InternalName="PersonnelFileCategory" Value="Termination Paperwork"></m:FieldInformation>
    <m:FieldInformation Type="Text" DisplayName="Year" InternalName="Record_x0020_Year" Value="2014"></m:FieldInformation>
    <m:FieldInformation Type="DateTime" DisplayName="Effective Date" InternalName="Anniversary" Value="04/22/2014 00:00:00"> </m:FieldInformation>
    <m:FieldInformation Type="Choice" DisplayName="Status" InternalName="Current_x0020_Status" Value="Terminated"></m:FieldInformation>
    <m:FieldInformation Type="Lookup" DisplayName="AreaCode" InternalName="AreaCode" Id="cdae6ca0-d49c-4971-a580-2adcd7a282f1" Value="4;#1795004"></m:FieldInformation>
    <m:FieldInformation Type="Text" DisplayName="Title" InternalName="Title" Value="TEST"></m:FieldInformation>
    </m:Fields>
    <m:Stream>base64Binary</m:Stream>
    </m:CopyIntoItems>
    </soap:Body>
    </soap:Envelope>

    How many values are pulled in the lookup column?
    Also thourgh UI are you able to see values for the lookup column.
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • UIX LOV: How to Design an LOV that provides lookup value to multiple field

    Hi,
    I've have an input form which has following fields.
    1) Task Name1: (input lookup field. invokes LookupTask.uix)
    2) Task Name2: (input lookup field. invokes LookupTask.uix)
    3) Task Name3: (input lookup field. invokes LookupTask.uix)
    4) TaskId1 (hidden form field. tied to field Task Name1)
    5) TaskId2 (hidden form field. tied to field Task Name2)
    6) TaskId3 (hidden form field. tied to field Task Name3)
    the way I intend to have the LOV work is as follows:
    The three Task Name input fields are populated by using the same LOV page LookupTask.uix. The user will select a task name from the LOV page.
    When the user invokes the LoV against the TaskName1 field, and selects a value from the LoV and closes it, then it should transfer the task name from the LoV to the Task Name1 field and the corresponding task id to TaskId1 hidden field on the input page. If the LoV was invoked from the TaskName2 field, then the lookup values should be transferred to the TaskName2 and TaskId2 fields correspondingly.
    I am able to make it work if there is just one pair of field, i.e. TaskName1 and TaskId1. I'm not able to make it work with multiple fields served by the LOV window.
    any suggestions on making this work will be greatly appreciated.
    thanks
    Lalit Agarwal

    Lalit -
    Have you tried setting the onLovSelect attribute on the lovInput to a javascript callback function that populates the hidden form fields?
    Matt Lee
    UIX Team

  • OIM dynamically loading lookup values

    hi.
    we have extended the Create User form with som additional attributes. these are defined as lookup fields. what we want to accomplish is to dynamically populate the lookup values based on the value of the previous lookup field. e.g. if we choose "Car" in lookup A a set of car manufacturers will be populated in lookup B, but if we choose "Boat" in lookup A a set of boat manufacturers will be populated in lookup B.
    any ideas?
    //tb

    You would have to use a pre-update entity adapter to populate the rest of the values based on an initial selection. It won't be a dynamic looking like on a request if you use a Lookup SQL Query using the different fields that have already been selected.
    -Kevin

  • Oracle HR - lookup values

    Hi,
    Could you tell me where the lookup values for domainValues_Employee_Ethnic_Group_Code_ora11i come from.  The documentation says to 'SELECT DISTINCT PER_INFORMATION1 FROM PER_ALL_PEOPLE_F' - but where does this get populated from?
    Thanks in advance

    Duncan,
    Thanks for your reply. I successfully udpated the table validation and this does apply date-tracking functionality in the professional forms. I have not come across any errors, although an error message might actually be helpful. For instance. if the user updates an HR record with a value that has a future end-date, then date-tracks forward to a date after the value's end-date, the value is still there on the HR record and there is no error message - presumably because the validation is only envoked when the user tries to update the record again. Not sure what I would need to change here..
    thanks,
    Darryl

Maybe you are looking for

  • Disc image file & CSS encoding?

    I originally exported a project with CSS encoding from DVDSP to a DLT tape for replication. (DDP 2.0 with CSS) I then created a disc image file of this project and don't remember if I had checked CSS format. Is there a way to determine this by lookin

  • My camera is not showing up anywhere. How do I fix this?

    I went to skype to call a friend in spain and I no longer have the option to turn on the camera. Then, I checked photo booth and it says no camera connected. I then went to system information and looked under the USB tab for the internal site camera

  • Receipt of FG in to stocks where no PP not implemented

    Hi Experts For a manufacturing industry (who has production process), we need to implement MM, SD and FICO only. So, raw material consumption can be expensed to cost centers belong to production dept, But how to bring the finished goods (that are pro

  • ITouch Mail Question

    How do I create a folder on my iTouch while in email, so I can save the email to a different folder(s)? Or is this possible?

  • Mail Preview Function is not good as Tiger Mail!

    Hi, I have currently upgraded to Leopard found that the system is much more powerful. As I received many emails everyday and mail program is one of the programs that I used most. I found that the preview function in Leopard mail is not good as tiger