Lookup.USR_PROCESS_TRIGGERS - Basic Information

I am a newbie. Can anybody please explain me the purpose of using "Lookup.USR_PROCESS_TRIGGERS"?
What is this related to and how can we use it at the time of provisioning or reconciliation with/from a resource?
Where can I find it in Design Console ?
Thanks for your time!

hi,
GO in design console, go to administration tab and click on lookup defn and type in code : Lookup.USR* and you
will see it .It is use to trigger, like if user changes his password,first name ,last name then it gets triggers it and changes it in target.As you can see there in the table, suppose you have field ,"USR_FIRST_NAME" so when user chages his first name. it will trigger and change it in target and process defn form , but you need to add a process task in that process form like see meatalink ID :804903.1 for an example
Thanks
IDM

Similar Messages

  • Need more basic information

    I have the opportunity to teach a bunch of students at my school Flash.  I am NOT a Flash programmer.  I am/was a C/Unix and VB programmer.  So, I have 4-5 months to LEARN everything I need to learn (of course, I will continue to learn while I am teaching but I will have more time now) by then.  So, I started with the trial products.
    I then looked at http://www.adobe.com/devnet/flex/testdrive/articles/1_build_a_flex_app.html
    and it seems they are "assuming" a certain setup and knowledge.
    1) They talked about a MYSQL database.  So, does that mean I have to install MYSQL on my computer?
    2) Then they talked about a webserver.  Does that mean I need that installed too?
    3) They talked about
    I just think they should put "prerequisites" at the beginning of it.
    I really need more information about EACH project that is related to FLASH.  What basic information do I need, what do I really need to learn this stuff quickly and easily?
    NOTE: I posted this in Flex, but I really need information about EACH product related to FLASH, since that is what I will be teaching.  I will be teaching both the programming/designing part of Flash.
    Thank you all for any help you can give me!!!

    See past threads about how to learn about Flex.
    Try asking on Flash community forums.  I think there is a FlashCoders yahoo
    group.

  • Lookup.USR_PROCESS_TRIGGERS not working

    Whenever a user's OIM attribute is modified, I want that value to be pushed to the user's AD resource. I am not able to get this to work.
    Here are the steps I took:
    In the Lookup.USR_PROCESS_TRIGGERS, I added the code key (attribute column name in usr table) and decode (Name of the process task).
    In the AD User Process Definition, I added the task (same name as the decode) attached with an out of the box adapter called "adpADIDCRETURNTEXTVALUE". Also, I created an Updated task for that attribute.
    I've validated these process tasks by manually going into a user's AD resource history and calling the process tasks. This works fine.
    My issue here is whenever I change the user's OIM attribute, my process task for that attribute does not get called. I do not see this task in the AD resource history.
    I am only able to get the "Change User Password" task to work (gets triggered whenever reset password happens). My custom ones and the other out of the box tasks doesn't work.
    What is the reason for this? Do I need to set a system property for this? Is it possible my event handlers (User) are interfering?

    Hi,
    Try creating a custom adapter and attach the adapter to the process task which you have created. This adapter should read the user profile value and populate in the AD provisioning form. Then test the flow for one attribute. As I am suspecting that there would be an issue with OOTB adapter.
    Regards
    Sai

  • Employee Basic Information Portal iViews*GRANT POINTS!!!*

    Hi,
    I am trying to find best solution how to through the  Portal iView or set of iViews to get Employee Basic Information, say
    Phone number,
    Location in the building,
    Email address
    Manager this employee report to
    Photo
    Team Viewer
    I know it is possible to have ESS Personal Data or MSS packages to use a subset of worksets and iViews.
    The question: Is there other way to to extract that data from HR Master Data in a form of iView.
    If there is not, and I have to implement ESS or MSS to do that, could you give me some advice from HR backend perspective What has to be done( we do not have ESS or/and MSS configured/installed on the backend)
    I will give point to anyone who will assist me!!
    Thanks
    Denis

    Hi Denis,
    All these info you can get from the standard ESS Whos' who (know as Employee search) & Change Own communication data services.
    Hope this help.
    Regards,
    Vincent

  • Playing video in labview with some basic information output for my program.

    I'm trying to program something similar to NI's product DIAdem CLIP in LabVIEW.  A program that synchronizes test data with video.  I'm trying to find a decent video component that gives me basic information about what is being played.
    My first thought is to use Windows Media Player 10 w/ LabVIEW ActiveX container.  I'm a little confussed as to what I'm doing with it, however.  I can't find any information about Windows Media Player 10 in the Class Browser.
    All I really need is:
    Input:
    1. The file for the embedded media player to play.
    Output:
    1. The framerate of the file being played.
    2. The current frame.
    I think with that I should be able to put a marker in my data graphs that indicates where that data correlates with the playing video.
    Thank you for your input!
    -Nic

    Your best source of information regarding the Windows Media Player object model is MSDN. I've only done a little bit of playing with Windows Media embedded in LabVIEW, but enough to know it was a pain and not worth the effort. NI has a KnowledgeBase article that indicates you will probably need LV8. In terms of your specific query regarding position, you should take a look at the "Controls" object in the object model, as that has properties I think you're going to need.

  • Basic information about RED EPIC importer software

    See this page for basic information about RED EPIC importer software:
    http://labs.adobe.com/technologies/redepic_importer/

    Guess you better change your website then    oops guess that's 5.0--my mistake
    http://help.adobe.com/en_US/premierepro/cs/using/WSd79b3ca3b623cac96dad58361274a3aab8f-800 0.html

  • Lookup.usr_process_triggers not firing

    Hello All
    I have setup an attribute in the USR table to be sent to ad. When I do the provisioning for new users, everything works. When I go to the process form for ad and update an attribute, the <attribute> update process tasks is completing just fine. But, when adding the field to the lookup.usr_process_triggers lookup, nothing is happening. in all my other environments, you would see the process task fire when making the change in the USR form in the admin console, but for some reason, I am not seeing it fire on my current system. I have verified that the code / decode values are exactly the same, but I cannot get it to trigger when making the change to the field. Any help you can give would be helpful.
    Nick

    You don't have to restart the instance, it should get picked automatically. Anyway here is what I meant form the last post:
    - You don't have to modify the existing entries in the look-up definition as OIM would not allow that
    - Instead let's say if Change XYZ is your custom task which is not getting fired then I hope the entry in the lookup would be something like
    Code Key=USR_UDF_XYZ & Decode = Change XYZ
    If this is not getting fired then try modifying the code key to say USR_FIRST_NAME and then try edit the First Name of the user. Now this task should get inserted along with Change First Name

  • Task in Lookup.USR_PROCESS_TRIGGERS not getting  called

    Hi,
    We have created a process task adapter and copied this in Lookup.USR_PROCESS_TRIGGERS. This adapter works only when some change happens in User Form in a particular field (say First name).This adapter is not getting called for the users who are created through Bulk Upload. Although it is getting called when I am creating a user manually.
    Regards,
    Shubhra

    This the issue with 11.1.1.5 version of OIM. It doesn't trigger on trusted recon. install BP02 for resolving this issue. We had resolved this by installing this patch
    --nayan                                                                                                                                                                                                                                                                                                                                                                   

  • Lookup.USR_PROCESS_TRIGGERS

    Hi All,
    I experienced a strange behavior of OIM. When I try to change OIM user profile fields (even the default one) these changes are not propagated to an AD resource form. I don't see any suspicious in logs so really stuck c/z don't know what to check.
    Do you have any ideas of what I could change/check to get an explanation/reason of this behavior?
    Thank you!

    Lookup.USR_PROCESS_TRIGGERS contains a series of OIM USER attributes and process task name mappings.
    For Example,
    USR_UDF_LOCATION - Change User Location
    So we have an user defined field "Location" for OIM profile.
    We should add a conditional process task "Change User Location" in AD User Process.
    OIM will trigger this particular task when user profile modifies.
    This should have an adapter mapped to it such that the adapter would take care of fetching the location details from OIM and putting it in AD.
    The same procedure can be followed for all the attributes whose updation should be propogated to target system.
    Hope it helps.
    Thanks,
    Shashi

  • Basic information - How retrieve it ?

    Hello,
    I need some basic information about SAP Enhancement Packages . What is ? Why is useful ?
    and some technical details....
    How is possible retrive informations ?
    Tks,

    It is
    http://service.sap.com/ehp-inst
    There's a "Must know" guide and a "SAP enhancement package technology facts" file.
    Markus

  • Setting Up Basic Information Broadcasting

    Hi All,
        I need to config for Basic Information Broadcasting, means I do not want to use portal only simple broadcasting on mail.  I tried a little bit to config settings under 'BEx Web' and 'Settings for Information Broadcasting' in SPRO but I am confused what should be proper parameters to be maintained in those settings.
    Please guide. I am using SAP BW SP19.
    Regards:
    Jitendra

    Hi Gupta,
    Add on to previous response, you need not to have Pre-calculation server for Broadcasting reports.
    Pre calculation server is required for work books only, you could make your PC as pre-calclation server for testing purpose.
    We have plenty of documents for IB configurations, please check out in forum.
    Regards,
    Venki
    Edited by: VENKAT78 on Aug 28, 2010 11:01 PM

  • Really need basic information

    i am about to change from toshiba satellite a200 to a mac (still confuse of macbook or macbook pro). i want to know and need some basic informations, because it's relly my blind spot:
    1. is macbook already enough for design usage (than macbook pro, but i want to know if macbook is already ok)?
    2. what about its bluetooth connectivity, could it connect with all kinds of bluetooth?
    3. can i install ms. office 2007 without remove its mac os program, and without installing windows program (this one really need a complete explanation i think)?
    4. what are the basic programs macbook have?
    please answer asap

    Potter:
    The macbook is enough machine for you to start with basic design and editing. But you will notice a significant difference between the quality and colors when comparing a macbook to a macbook pro. Either is a good choice but I assure you that you will not be disappointed if you spring for the pro.
    The Bluetooth capabilities are great on both machines. you can sink up with phones, other computers, mouses and keyboard, etc. It really is nice.
    You wont be able to install microsoft office 2007 since there isnt a microsoft office 2007 for macs. you would either have to go with 2004 which was written for the ppc chipset and will have a little bit of a delay from the translation of the program or go with the brand new 2008 which is written for the intel chips.
    and this site will give you a simple detail about all the software that comes installed. http://www.apple.com/macbook/software.html
    hope this helps
    Billy

  • Script to collect basic information about a database

    Hi,
    I recently started working at a new place, with lots of Oracle Databases.
    I have need for a nice script for collecting basic information about this databases. A few years ago I found some scripts at Metalink for this, but now I can´t find any....
    Anyone who could point out where to find this?
    Best Regards //Björn

    You can use Statspack. You have the most important information and you have an overview of how the database performes.
    Bye, Aron

  • PC to Mac Transition - Basic Information

    I am transitioning from a Dell XP to a Mac Pro 8 core and need some
    basic information. When I format & install Leopard on the machine (which I will later partition with Boot Camp for XP) do I do it as
    "journalled and extended"? Forgive me if I dont have the terms correct yet...just want to get started on the right foot.
    Tom
    PS I will also be installing FCP 6 on the Leopard side and CS3 on the
    XP side, in case this has any bearing on the process.

    A number of places to get you started:
    http://www.apple.com/support/bootcamp/
    http://www.apple.com/support/macpro/
    http://www.apple.com/support/switch101/
    The best book to get started and understand OS X:
    http://books.slashdot.org/books/08/02/27/1551206.shtml
    Unless you move (clone) your OS X boot drive to another (which a lot of people do, either now or later) you don't need to worry about format and in any case, just leave it as default.
    Best boot drive, WD 640GB, 1TB drives:
    http://www.barefeats.com/harper9.html
    http://www.barefeats.com/harper14.html
    http://www.barefeats.com/hard94.html
    You might want to put XP on its own drive.
    CS3 - nice to have add'l drives for scratch and data, along with more memory (3rd party), and to maximize memory bandwidth, fill all 8 DIMMs.
    http://www.barefeats.com/harper12.html
    http://eshop.macsales.com/shop/memory/Mac-Pro-Memory
    Guide to Photoshop for OS X:
    http://homepage.mac.com/boots911/.Public/PhotoshopAccelerationBasics2.4W.pdf
    If you want to use more than 2GB memory, and use both cpus I would take a close look at Vista 64-bit Ultimate personally, which runs quite nicely on Mac Pro. You can't use a Dell version of XP, most OEM XP SP2 will, but not vendor-specific such as HP, Dell, etc.
    The Help menu in Apple's Disk Utility, which you use to format, repair, create RAID, is a good start on documentation for how to use it (though it gets under-used by most).
    http://en.wikipedia.org/wiki/Disk_Utility

  • Basic information

    Hi!
    I plan start learning J2ME but I want to know some basic information first,okay?
    1.How much J2ME has differences comparated to J2EE?
    2.Can I create applications what works with Nokia's Series 30/40 and Series 60?
    Actually,do these three series have different java features?
    3.How long it might take learn J2ME,if I know J2EE already?I don't have patient to learn mobile language three months XD

    some interesting questions I will take a stab at.
    1) They are both java in syntax, but I am guessing that J2ME is stripped down, and the libraries are different or non exsistant in java J2ME as opposed to j2ee. The syntax is the same, but building and geting it to run might be slighty different (Though the netbeans 5.0 w/ mobility pack are quite nice for this stuff)
    2) Depends on the device, I am not sure with these specific ones but if u can look them up find out what MIDP version they have.
    3) Depends , again the syntax is the same but the flow and way of doing things in J2ME if using midp2.0 at least (what ive dabbled in) is different... im not sure if u ever tried sprites in j2ee stuff so that is how the learning curve is different...your not just using a different or smaller subset from one to the other, you are trying to do different things (server applications to media rich applications)
    hope this helps :)

Maybe you are looking for

  • Getting the name of the host that the forms server is running on?

    Hi I have a very simple question, but can't find a simple answer at the moment. Is there something like GET_APPLICATION_PROPERTY within forms 10g that I can use to return the hostname of the machine that the form is running on (i.e. the name of the a

  • HT4191 iphone notes sync

    I have followed all of the instructions and I STILL can't sync my notes from my iphone to my mac. Can anyone help? I went to i tunes and tried deleting duplicates, that worked on the phone but they still don't appear in my email folders.  When I dese

  • SSIS Script Component Conditional Split to Flat File Destination

    I have a flat file which needs to be split into multiple flat files based on value in RecordType column.  For example, if (RecordType == 20), then direct all rows to a new text file,  I have around 15 different record types. I have managed to write s

  • Help on cdc and pp

    1) i would like to develop application for pocket pc using cdc and personal profile for pda and i still don't how to begin even after reading the documentations that came with cdc and profile.help me please! 2) is there any IDEs and emulators availab

  • Copying Scripts from Production to Development server...

    Hi everybody, I have a script by name YRSCRIPT_INV in production server.I have a script in Development server with the same name, But i want the script in the production to be copied to the client with someother name.Is it possible to do that?