OIM11gR2 DBAT User recon - custom UDF value not visible in User detail page

Hi,
I have configured DBAT connector for OIM11gR2 for user recon.
Have created and mapped few custom UDFs in the GTC.
User is created successfully in OIM, and has all the values correctly in USR table for all the custom UDFS.
But when i search a user in OIM, i can not see the value of custom UDF, even though it is in the database.
I have created and activated a sandbox and also added the custom UDF in the user details page using the Design option of ADF.
Is there something I am missing related to display of custom attribute and its value on the USer details page.
Kindly suggest.
Regards

Yes, your UDF should be available under Manage Users->UserVo1. It is working fine with our env. make sure you have the latest version of R2 release, because Beta release had an issue for same. You can create aonther UDF and and try gain.
verify same with below doc
http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#BABEGECJ

Similar Messages

  • Added Custom Tab is not visible in Menu in Delivery

    Hi,
    We have added a custom tab in delivery using Badi 'LE_SHP_TAB_CUST_HEAD' .
    The Custom Tab is not visible in Menu , Can you please suggest How I can get this tab in
    Menu Under 'GOTO' .
    Thanks & Regards,
    Murali Krishnan

    Please check table T130P
    That table stores configuration related to fields in MM01. It holds information if a perticular field needs to be displayed or should not be displayed at all.based on the value which that field holds.
    can control the display, the material master
    Please check

  • My Custom repositories are not visible under content tab of ACC

    Hi,
    My Custom repositories are not visible under content tab of ACC ,eventhough i had appended my custom repository in /atg/registry/ContentRepositories.properties to the property
    initialRepositories+=/myCustomRepository.PLEASE HELP ME.

    Kindly make sure,
    initialRepositories+=/com/training/club/tools/myCustomRepository
    I assume you have config/com/training/club/tools/myCustomRepository.properties component. /com/training/club/tools/ is your path of component from config.
    -RMisihra

  • I purchased premiere elements 13. I followed the instructions. Loged into my account. Located my order number, but can not find the order detail page to download my product

    I purchased premiere elements 13. I followed the instructions. Logged in to my account. Located mu order number but could not find the order detail page to click the download your product button. I was also asked to download the Akamai download manager which i don't understand why. Also It said that once the manager was installed the download would appear in the browser which it never did. So, I have no idea if it did download or not. Not sure what else I can try. Would love some help.

    The Akamai download manager is used to download the software you purchased.  Try the download resources below.  The second one does not use the download manager.
    PE 10, 11, 12,13 - http://helpx.adobe.com/premiere-elements/kb/premiere-elements-10-11-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 13: http://prodesigntools.com/photoshop-elements-13-direct-download-links-premiere.html

  • Custom udf is not shown in USR table

    hi all,
    i have created 3 custom udf in oim 11g r2 system console in usr form. and then
    got them displayed in my create, modify and view user page in identity console.
    but i cannot find my custom udf's in the database USR TABLE.
    i followed the following to add in create/modify user page
    ogin->identity url->users->create user->enter values for mandatory fields->click customize->leftTopcorner->View->Source->select area->edit->Click Add Content (on left top)->Data Component catalog->scroll down and select User VO->Refresh dialogue box->select the field and click 'Add'->on dropdown select 'ADF Input test w/label->close that window->Check if it added to create user form->save and close customization
    NOTE: hey mine is a clone environment. I have teseted the above on our original envrionment and there i am able to see the udf created in USR TABLE TOO..
    but not in my cloned evnironment of oim.
    do i need to configure some changes in files.???
    please help.
    thank
    Edited by: 972117 on Jan 29, 2013 5:53 AM
    Edited by: 972117 on Jan 29, 2013 5:54 AM

    login to sysadmin console. click on export option. select metadata and export it. save it at your local machine. now agian login sysadmin at cloned machine and select import option finally select this xml and import it.

  • Return results from custom dialog box not visibly updating field value

    I have a form with custom dialog boxes (execDialog) for data entry. The dialog box is being called from the Entry event successfully. I also have it called from the Click event. So, here's what I get:
    1. On entering the field, I get the dialog box pop up, I select a value, it visibly changes the field raw value and leaves focus in the field.
    2. If I exit the field and re-enter, it also works as in point 1 (as expected)
    3. If, while focus is already in the field, I click in the field, I get the dialog box, as expected, but after selecting a value from the dialog, the field raw value DOES NOT VISIBLY change until I exit the field! It's kind of like the click event is working in conjunction with the Exit event. This is totally counter-intuitive for a production form that is being designed for the general populace.
    Anyone had any experience with this?
    Cheers,
    Marty.

    Thom Parker answered this here: http://forums.adobe.com/message/2614570#2614570
    Answer copied below:
    "The problem is that when the focus is on the text box
    it's in edit mode. It's only displaying the value interactively entered by
    the user, or as a consequence of the change event.  What you need to do is
    force the focus off of the text box in code.  You can do a little trick
    where you bounce it to a tiny transparent field, which then bounds the focus
    back so it doesn't look like the focus changed."
    What I ended up doing was calling up the dialog box, then using setfocus with no parameters to remove focus from the field, as follows:
    this.rawValue = this.dialogBoxFunction(this.rawValue); // passing current value so dialog box defaults to that value
    xfa.host.setFocus();
    Cheers,
    Marty.

  • UDF Value not getting refreshed

    Hi,
    In the following scenario, the value of UDF value displayed in UDF screen, is not same as the DB value of that UDF.
    I have a user defined field in Item Master form.
    I need to update it under specific conditions.
    I'm checking for those conditions in 'Form Data Load' Event (Before Action = true), and updating the UDF value in the DB.
    If I open the item master data thro' links in the SO, the value of UDF value displayed in UDF screen is not same as the new value of that UDF in DB (It has the prev. DB value). But, if I close the item master screen, and click on that link again, the UDF is getting refreshed.
    Is there any caching in SAP side?
    Thanks for your help.
    Regards,
    Geetha

    Hi Geetha,
    well,
    when you Update the DB in FORM_DATA_LOAD
    it is too late for the Form to get the correcting info.
    that's why it shows the old value the first time, the 2nd time the value is already taken correct from Database.
    i think you should try the following:
    change the Value in DB when you click the Link ! than you have a good chance that the value is always taken correct
    lg David

  • Custom fields values not saved in AUFK using bapi_alm_order_maintain

    Hi ,
        We have a requirement where we have to update the custom fields in enhancement tab of IW31 using bapi_alm_order_maintain.
    We are able to get the successful creation of work order ,but the custom fields are not updated in enhancement tab aswell in aufk table. We are passing values in below table of bapi.
    EXTENSION_IN
                STRUCTURE           =  CI_AUFK
                VALUEPART1        =  '20091223' .
    Please provide the solution.

    Hi Phani,
    May be these links are helpful:
    BAPI extention to work order aiming AUFK custom field filling
    Update custom fields in MARA (BAPI_MATERIAL_SAVEDATA)
    Also search sdn using the BAPI function module, you may get some idea.
    Regards,
    Swarna Munukoti

  • PO service item - custom field value not copied to GR

    Hi All,
    I have a custom field in SC,PO and GR. For a sevice and limit items, the value in custom field in PO is not copied to GR. For goods, it is copied.
    When I debugged, I found that the system tries to match PO item internal number with that of backend item internal number. If this is matched, the custom field values are copied.
    But here it is not matched. What can be the possible reason. Is there any configuration for item internal numbers?
    I found a note 848797 for transfer. But exactly at the corrected code in note, program is failing.
    Have anyone faced this issue before?
    Thanks
    Nandalal

    Yes Disha, the notes are correctly implemented.
    I am confused on whether the internal number generated for the item is copied from some configured internal range, because when I enter two service items, the items shows backend internal numbers like 0000000010 and 0000000020 (increment by 10). But in SRM it is 0000000001 and 0000000002.
    When the code tries to match the respective numbers, it fails and skips the logic to copy custom fields.
    I dont have access to r/3 data.
    Please help.
    Have anyone tried to create a GR with service item and has custom field?
    Thanks
    Nandalal

  • UDF Value not showing in SQL

    Dear Experts...
    Here is a strange situation in my DB. I have some UDF on A/P Invoice for TAX details print preview.
    UDF Values are properly showing in SAP but not in SQL in same table, Same document they are blank in SQL.
    I can't understand why SQL does not showing me Value of UDF.
    Regards,
    Ravi

    Hi Ravi,
    Run below query in query generator for specific document number and check if udf values are shown or not?
    SELECT T0.DocNum, T0.CardCode As 'Vendor Code',T0.CardName As 'Vendor Name', T0.NumAtCard As 'Vendor Ref. No.', T0.DocDate, T0.TaxDate, T0.DocTotal - T0.VatSum As 'Basic Value of Goods', T0.U_CENVAT As 'CENVAT', T0.U_ECess, T0.U_HSCess, T0.U_VAT_4, T0.U_Add_VAT1, T0.U_VAT_12,
    T0.U_Add_VAT2, T0.U_CST2, T0.U_CST4, T0.U_CST5, T0.U_Service_Tax, T0.U_ST_ECess, T0.U_ST_HSCess,T0.TotalExpns As 'Others',T0.DocTotal - T0.VATSUM As 'Total' FROM OPCH T0 WHERE T0.docType = 'I' and T0.DocNum=[%0]
    Thanks,
    Neetu

  • Value not visible in combo box

    Hi all,
    I have a control bar with 5 combo boxes.
    As the user set the value on a box the others are refined to
    include only those items that are relative to the user selection.
    All works well with one exception in one list the value is
    present bu not visible.
    Has anyone encountered this before and does anyone know how
    to correct it?
    Thanks in advance for any help.

    Duh.
    In the one case where the item fails to show I was not
    casting the value as a string.
    Casting solved the issue.

  • Custom Timer Jobs not visible in Central Admin Job Definitions

    I have multiple custom timer jobs which I was using on old farm, and it was successfully working and was visible in the Central Admin Job Definitions.
    But ever since I moved to new farm, by restoring the site collections from old to new farm, and deployed the custom timer jobs on new farm, they are not visible in Central Admin Job Definitions.
    I tried to change the scope of the solution to "Web Application", and deployed it's wsp in new farm, then also they are not visible in Job Definitions. But I can see them in "Farm Solutions", they have been successfully deployed.
    Please suggest what should I do.

    public override void FeatureActivated(SPFeatureReceiverProperties properties)
    SPWeb wb = properties.Feature.Parent as SPWeb;
    if (wb == null)
    throw new SPException("Error obtaining reference to context Site ");
    // make sure the job isn't already registered
    foreach (SPJobDefinition job in wb.Site.WebApplication.JobDefinitions)
    if (job.Name == List_JOB_NAME)
    job.Delete();
    RSS listLoggerJob = new RSS(List_JOB_NAME, wb.Site.WebApplication);
    SPHourlySchedule schedule = new SPHourlySchedule();
    schedule.BeginMinute = 0;
    schedule.EndMinute = 59;
    listLoggerJob.Schedule = schedule;
    listLoggerJob.Update();
    public override void FeatureDeactivating(SPFeatureReceiverProperties properties)
    SPWeb wb = properties.Feature.Parent as SPWeb;
    // delete the job
    foreach (SPJobDefinition job in wb.Site.WebApplication.JobDefinitions)
    if (job.Name == List_JOB_NAME)
    job.Delete();

  • Item value NOT useful out of the page where it's been declared.

    Hi all...
    I'm using Apex 2.1 (version embedded on 10gXE)
    I'm developing an application where, on page 1 i define a hidden item named
    P1_CLIENTCODE. The source value for that item comes out from a query like: "select clientcode from clients where username=:P101_USERNAME". On the same page (page1) i have a report region that
    displays the client daba based on P1_CLIENTCODE "select...where clientcode = :P1_CLIENTCODE" and works ok.
    But, when in a report region on page 2, i want to use a similar query "select...where clientcode = P1_CLIENTCODE", it doesn't work. There is no value stored on :P1_CLIENTCODE.
    So, what i noticed is that :P1_CLIENTCODE value can be used only on page 1, BUT another thing i've noticed is that :P101_USERNAME is useful on everypage.
    Why is it that P101_USERNAME value is useful on every page of the application and P1_CLIENTCODE only for page one? All attributes are the same for both items.....
    Thnx all of you for your help.
    fernando

    Fernando,
    But, when in a report region on page 2, i want to use a similar query "select...where clientcode = P1_CLIENTCODE", it doesn't work.
    I assume you typed that wrong in this post and that your query references :P1_CLIENTCODE with the colon prefix on the item name. Even so, the query does not return the results you want.
    1. The login page (101) generated by the create application wizard contains an after submit process named "clear" that clears session state for all items on page 101. So referencing P101_USERNAME on other pages will not work if this clear process is in place. But maybe you don't have that process. In that case, P101_USERNAME could be referenced throughout the application.
    2. You may be having trouble referencing P1_CLIENTCODE on page 2 because page 1 was never submitted. Page 1 would have to be submitted (or you would have to take other measures) in order for P1_CLIENTCODE to be saved into session state for reference on pages other than during the rendering phase of page 1 (where it can be referenced).
    Scott

  • OAF - Values not getting displayed in Search Page

    Hi all,
    I have developed a search page with the search citeria mapped to the search panel. I have created VO for this attribute and selected the value from View in this VO(Viewobject). I have created the Query region and set the property of Construction mode as autocustimazationcrietria.
    Now my problem is when am running this page and search through any value or simply if i pressed the Go button,no value is being displayed in the page.
    I have checked the value and same view and the query is returning value in Toad.
    If someone can helpout this issue,it would be great help for me.
    Thanks,
    Renu.

    Hi Renu ,
    Since its working perfect for other query , it should also work for the query you have mentioned above .
    Please make sure that you have shuttle the VO to the AM , and check the View Instance name and View attribute
    for every field that are there in the query region is appropriate .
    You can also run the below query with the search criteria parameter by passing it in where clause  (run it from sql developer / toad ) , and check
    whether you are able to get the result set in back end .
    SELECT hca.attribute1 division, acac.customer_name,
    hca.account_number customer_number, acac.collector_name collector,
    NVL (acac.overall_credit_limit, 0) credit_limit,
    NVL (acac.credit_available, 0) available_credit,
    NVL (acac.balance, 0) open_balance,
    acac.customer_status customer_status
    FROM hz_cust_accounts hca, ar_customer_accounts_ce acac
    WHERE 1 = 1
    AND acac.customer_number = hca.account_number
    AND acac.currency_code = 'USD'.
    Keerthi

  • BC Next API call not working on webapp detail page

    Hi all
    I'm trying to get the CRM data for a specific record using the front end API call...here's the code (fields minimal for posting here)
    {module_data resource="customers" version="v3" fields="id,firstName,lastName,email1" skip="0" limit="10" where="\{'id':'10734478'\}" order="id" collection="myData"}
    <pre>{{myData|json}}</pre>
    This code works fine on a normal page, rendering the expected JSON output, but the exact same code does not work on a webapp detail page, instead I get this result rendered on the page, obviously failing on the where clause for some reason.
    {'id':'10734478'\}" order="id" collection="myData"}
    Anyone know how to make this work? or is it a BCNext bug?
    Thanks
    Dave

    Hi Dave, if you make this as an Idea so BC can track - its a bug.
    It has happened with other things as well where it is not render properly, I thought they had fixed it, but looks to be back
    As a side note...
    <script>console.log({{myData|json}});</script> Is a lot nicer to manage

Maybe you are looking for

  • BADI for MIGO Goods receipt

    Hi, I want to update profit center while doing goods receipt in MIGO transaction. I tried using method LINE_MODIFY from BADI, MB_MIGO_BADI but profit center field is not getting updated because it is not inputable field. Also, I checked BADI, MB_MIGO

  • Graphic styles

    Is is possible to make a graphic style that includes a 3D effect and a drop shadow? I tried to make one of a rule that was outlined, 3D effect added and a drop shadow applied and all that showed up in the graphic style window was a white box.

  • Error when initiating Application Server Jdeveloper

    Gentlemen, He forgives for the English, he is of Brazil and alone I say Portuguese. I go to try to explain my problem, more I do not know the Jdeveloper very, I am beginning. What this happening is following, when I set in motion the RUN in the page

  • Number Ranges-The data is locked by user ... and can be displayed only

    I wanted ti define number ranges - Transaction CXEG in Consolidation, and somehow i blocked the data (message: The data is locked by user ... and can be displayed only). How i can unlock the data so i can define new number ranges for this year. Pleas

  • I Photo Crashing

    Hi I'm having problems with iphoto 09. The application crashes usually within 1 minute of launching. I have 1. moved iphoto to an external drive 2. Deleted the plist file 3. Rebuilt the database Below is a copy of the crash report Any advice apprecia