EventHandler for Organization

Can we have event handlers attached at Organization level.
When an organization is created/deleted in OIM, I need to perform some operations.
Can someone suggest if its possible?? If yes, what is the entity-type I have to use.
Thanks in advance.

like mentioned above:
get the user key and then get the organization name.
you can get the modifed params using:
HashMap orchVal = orch.getParameters();
you can use this to get the fileds which u can further use for your validation.
Note: if u modify a attribute and do not send any value it still gets added to the map with null value.
hope it helps

Similar Messages

  • How to use single eventhandler for all menuitems...

    Hi all,
    I have a tray with a popup.
    Currently I have an eventhandler for every single menuitem.
    Is it also possible to provide only a single eventhandler for all of the menuitems and determine the clicked entry  with the event??
    Tried to use parameter mapping but onAction doesn't provide any parameters... Or am i wrong?!
    Additionally, is there a list populated where I can find  provided parameters for mapping?!
    Thanks in advance for replies.
    Bastian
    Message was edited by: Bastian Schnorbus

    Bastian,
    This is possible via parameter mapping.
    1. Set same action for every menu item;
    2. Add parameter, say "id" of type string to action;
    3. In wdDoModifyView write the following:
    if (firstTime)
      IWDMenuActionItem itm;
      itm = (IWDMenuActionItem)view.getElementById("<id-of-menu-item>");
      itm.mappingOfOnAction.addParameter( "id", itm.getId() );
      /* repeat for all items */
    4. In view handler you now can dispatch by "id" parameter received;
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • What are the two different rules for organizational data determination

    What are the two different rules for organizational data determination???

    Hi
    1) Rule type Responsibilities
    want to determine organizational data for individual responsibilities
    have not created an organizational model but want to create one
    have a lot of organizational units and must only assign a few attributes
    2) Rule type Organizational Model
    You would use rule resolution using organizational model if you
    have created an organizational model or have distributed a plan to SAP CRM and also want to use this for determining organizational data
    assign a lot of attributes to the organizational units and these are to be evaluated
    Regards
    Manohar

  • Creation of Unique Number Ranges for Organizational Objects

    Hi Gurus,
    As per our client's requirements, We need to create unique number ranges for Organizational Objects such as O,S,P to distinguish based on the Object ID. Could you please help me out to create the same.
    And also to create unique number ranges for Personnel Development Objects such as QK & Q.
    Thanks in Advance
    Regards
    Vinoth Kumar.R

    Hi,
    To maintain object specific number ranges, go to customising node Personnel management --> Org. management --> Basic settings --> Number range manitenance --> Maintain Number ranges
    Here there will already be a default entry as $$$$.
    To create different range for object say O you can use the following options:
    Create entry as $$O - number range applicable to all Org units across all plan versions.
    Create entry as 01O - number range applicable to all Org units under plan version "01"
    Then under Interval maintenance create the desired number ranges under IN for internal or EX for external (check the external tick box for external number ranges)
    In the similar manner you can create the number ranges for objects C, S , Q & QK.
    Hope this is helpful.
    Regards,
    Shreyasi.

  • Could I please have feedback on adding Aperture, mainly for organization and storage.

    I have Iphoto and Adobe Photoshop already.  In my iPhoto I have 30K photos.  Could I please have feedback on adding Aperture, mainly for organization and storage.

    You wouldn't be adding it, you'd be replacing iPhoto with it.
    It does all the jobs that iPhoto does, and then some. You'll also find yourself using Photoshop less.
    Regards
    TD

  • Enhanced backend integration version for Organizational management

    Hello everybody,
    We are thinking about enhacing backend integration for Organizational management   because we have Sales office in ERP sales  assigned to several sales organizations.
    Reading  the library information  we understand that several offices can be assigned to the same organizational unit as well as the text sais:"enhances the Function tab page in the ppoma_crm  transaction to include a grid table, in which you maintain multiple assignments of organizational units "
    Example:
    CRM Org Unit 50000--->Sales Office 1000
                                    --->Sales Office 1001
    What we need is to Know if  Several CRMOrganizational Units can have the same  Sales office or sales Gruoup.
    Example:
    CRM Org Unit 50000--->Sales Org 1000
    CRM Org Unit 50001--->Sales Office 1000
    CRM Org Unit 50010--->Sales Org 2000
    CRM Org Unit 50011--->Sales Office 1000
    Is this second example  possible with the enhacement?
    Thanks in advance
    Marga Ribes

    Hi Marga,
    we have the same problem. The sales office is assigned multiple in ERP - the download of the common used sales areas (Report: CRM_ORGMAN_SALES_BUND_DOWNLOAD) doesn't create any datarecords in the table SMOTVKBZ.
    Which report do we have to execute in order to download the valid assignments maintained in ERP?
    Thanks in advance
    Reini

  • No value found for Organizational Unit BILL_ORG

    Hi Experts,
    I am creating a Service transaction - Incident and then creating a follow up document (RFC). Upon saving the follow up document the system shows the following error:
    An error occurred in system FEDCLNT200 during account assignment
    Message no. CRM_ORDER_MISC 060
    Orgfinder: No value found for Organizational Unit BILL_ORG (Notification E CRM_OFI 002)
    I am not using any billing unit and do not even require one - also made settings for billing unit in Master data>Organization Management> Cross-system assignment of Org.Units... but still facing the same error
    Kindly help.
    Regards.

    Hi Amit,
    It has been a long time since I have seen this issue. As far as I remember, and also mentioned in my answer, if distributing the document to another system is not part of your process / requirement, then simply switch off the distribution via status management and transaction control.
    Select the status profile and add transaction control to the status on which the error shows up.
    Hope it helps !
    Haseeb.

  • Prepopulate adapter for organization - OIM

    Dear All,
    I am trying to create pre-populate adapter for organization field.
    End users should be able to see all organizations.
    Administrators should see only the organizations they belong to.
    What API will allow me to check whether user administrator? (belongs to certains group)
    How to filter the organizations and determine which ones to show to adminstrator?
    If you can provide an example this will be very helpful.
    thank you for your time

    Hi! Do you find any solution for this problem?
    Thanks
    Maxi

  • Tables for organizational unit

    Hello!
    I created an organizational unit including position and user id's.
    In which tables this information is avaliable?
    regards
    yifat

    Hi,
    If you want to see the Organizational unit assigned to an employee, check PA0001 for that PERNR(Employee ID) and pick the ORGEH (Organizational Unit) and PLANS(Position).
    If you just want to see the existence of org unit and position goto HRP1000 table and pick OTYPE = 'O' for organizational Unit and OTYPE = 'S' for positions.
    If you want to see the relationship between them then goto table HRP1001. OTYPE = 'O' for org unit, OTYPE = 'S' for position and Check their relationship with OTYPE = 'P' for Person.
    Regards,
    Amit
    Reward all helpful replies.

  • How can I customize Workflow for Organizational Change (WS01000014)

    Hi ti all!
    Let me know please, How can I customize Workflow for Organizational Change (WS01000014)?
    What steps must I do?
    Thank!

    Oracle Workflow home page is basically static HTML content rendered by Mod PLSQL code written in WFA_HTML.HOME procedure. There is no supported way of customizing this page.
    Thanks

  • Workflow for organization change request

    Hi all,
    I need to develop a workflow for all changes done to organization structure.Whenever any change is done in the organization structure,a notification should go to the highest node user that what changes have been done to the nodes below.Is it possible to develop a workflow for this?
    If so,can some one explain me the tasks that will be involved and the Business Object type to be used?
    Thanks!

    Hi,
    Please check Alert customizing.
    Event Control for Organizational Management
    Use
    In this IMG activity, you can define whether the events of the event schema for the employee (DEPARTMENT_CHANGED and ADRESS_CHANGED) are to be used. These events are then triggered when the organizational unit or the address data of an employee is changed. Then, depending on the settings in the associated event schema, SRM Alert Management is used to trigger an alert, provided that you have entered the schema.
    You maintain this in the IMG activity Define Event Schema.
    You can change the event text under Define Events.
    Activities
    If you want to activate the event schema for the employee, enter the value for the business object Employee (BUS1006003) in the Event Schema field. The default value is MA.
    To deactivate it, leave the field empty.
    Regards,
    Masa

  • How do I use an external hard drive for Organizer

    I have backed up 60,000 from Organizer to an external hard-drive.  I have installed Elements on another laptop and wonder how if and how I can connect Organizer to this external hard-drive, so I do not have to put the pictures into this secondary laptop's C drive.  Thanks.

    I don't know why the restore to 'original' location did not work.
    IAN JULIAN wrote:
    I am nort sure whaat you mean by a 'Custom location'.
    When you restore, you are asked if you want to restore to original location or somewhere else. If you choose original location, the catalog itself will be restored in the default location -- the catalog is a whole folder containing the database : catalog.psexxdb and other files and subfolders -- whereas if you choose another location, for instance a new master folder, the catalog will be restored there together with the restored pictures files. To find this catalog in the catalog manager, you'll have to choose the option 'custom location' and browse to the restored catalog folder.
    When you want to restore to a new location, create the master folder (give it a new name which will be the new catalog name). Then be sure to give access to all users so that you have no problem with read/write permissions. You can choose to keep the original folder structure or not -- I would keep it myself.
    Once the catalog is restored, you can choose to move it back to the default location instead of custom location, that moves only the catalog, not the picture files. To move a catalog, it must not be active, so select another one or create an empty new one.
    By the way, which is your version of PSE ?

  • How do I use iPhoto vs. Pictures folder for organization and viewing?

    I have a high level question as to how to use, in general not specific functions, iPhoto on my new iMac.  I imported all of my PC files from an external drive into the appropriate Folders (Pictures, Documents, Music, Movies) successfully.    So my large collection of photos resides in many sub folders under Pictures (like ‘2012 Mom Visit’ or “Christmas 2008’).
    My question is should I be using iPhoto as my primary app for viewing and organizing my full inventory of pictures, along with obviously editing/creating? Or do I use the default Pictures folder, and dig through with Finder or some search mechanisms if I only want to look at a photo and save iPhoto for editing and creating tasks?  If iPhoto should be my primary photo browsing and organizing tool, and I hope so because I would like a tool to just organize/view/search all my photos rather than thumbing through the folder structure, how to I “import” or tell iPhoto where all my photos are (there are a lot under a lot of subfolders)?  Will iPhoto then keep duplicate copies of these or do all my photo files remain in the Folder structure?
    Bottom line: is iPhoto supposed to be my go-to place for all my photo browsing, viewing, searching as well as editing and creating?  Should every photo I add to this iMac somehow be linked or imported through iPhoto?
    I also have pictures in the cloud and on an iPad (since my PC died I dumped camera photos directly to the ipad) but I’ll deal with these after I understand the appropriate use for iPhoto.
    Thanks for any input.

    The important thing to remember is there is no "supposed to" or "best way". There's what works for you and you photos. This may be iPhoto or some other app.
    Couple of thoughts: iPhoto is not an editor. It's a Manager - like Contacts for your Addresses or iTunes for your Music, it offers powerful and easy to use tools that will help you manage and share your photos in the various ways you might need it. It will also enhance and crop and edit photos as well, but if you're not using it as a manager then forget about it for editing as it will be just too complex. There are loads of editors out there.
    If you use iPhoto then it's your "go-to" for anything to do with your Photos. Viewing, Organising, sharing, Uploading, Printing, whatever. All of these things can be done either with or via iPhoto. Put another way, you never access your files via the Finder.
    For more on this see this User tip:
    https://discussions.apple.com/docs/DOC-4491
    There are two ways to set up your iPhoto Library. Managed and Referenced
    A Managed Library, is the default setting, and iPhoto copies files into the iPhoto Library when Importing. The files are then stored in the Library package
    A Referenced Library is when iPhoto is NOT copying the files into the iPhoto Library when importing because you made a change at iPhoto -> Preferences -> Advanced. (You unchecked the option to copy files into the Library on import) The files are then stored where ever you put them and not in the Library package. In this scenario you are responsible for the File Management. 
    As you are new to iPhoto I strongly urge you to run a Managed Library. There are many pitfalls with a Referenced one - see here for instance
    https://discussions.apple.com/thread/3062728?tstart=0
    and for someone new to iPhoto and The Mac you can lose data very easily with a Referenced Library.
    However you store the files, importing is the same: easiest way: drag a folder of images to the iPhoto Window and iPhoto will import it and create an Event from it.
    If you have a managed library then it will copy the files into its own Library. You filing structure is then pointless. You can trash it - but don't do it immediately. iPhoto is a great app, but it's not necessarily for everyone. When you've lived with it for a few weeks and are sure it's for you, that's when you can trash your own filing structure.
    The problem with what you have now - files-in-folders-and-subfolders - is that it is limited. Searching is trcky as you don't have a whole lot of things to search on. I append the following to show you some of the options available in iPhoto.
    I use Events simply as big buckets of Photos: Spring 08, July - Nov 06 are typical Events in my Library. I use keywords and Smart Albums extensively. I title the pics broadly.
    I keyword on a
    Who
    What
    Where basis (The When is in the photos's Exif metadata). I also rate the pics on a 1 - 5 star basis.
    Using this system I can find pretty much find any pic in my 44k library in a couple of seconds.
    So, for example, I have a batch of pics titled 'Seattle 08' and a  typical keywording might include: John, Anne, Landscape, mountain, trees, snow. With a rating included it's so very easy to find the best pics we took at Mount Rainier.
    File -> New Smart Album
    set it to 'All"
    title contains Seattle
    keyword is mountain
    keyword is snow
    rating is 5 stars
    Or, want a chronological album of John from birth to today?
    New Smart Album
    Keyword is John
    Set the View options to Sort By Date Ascending
    Want only the best pics?
    add Rating is greater than 4 stars
    The best thing about this system is that it's dynamic. If I add 50 more pics of John  to the Library tomorrow, as I keyword and rate them they are added to the Smart Album.
    In the end, organisation is about finding the pics. The point is to make locating that pic or batch of pics findable fast. This system works for me.

  • Not able to create index for organization

    in transaction ses_admin, i created an index for business object BAS_BUPA of type 1,ie individual account.
    However, i am not able to create index for BAS_BUPA of type 2
    It says "No entry in table SIC_INDEX_MAIN for index object BAS_BUPA and index 2"

    hi,
    The index is for Business Partner, so it includes both Persons and Organizations. So, only one index needs to be created for both.
    The functioning is correct, just that i missed it.

  • Any tips for organizational best practices?

    Hello Community,
    I'm an amateur CC user, digital art dllettante and Adobe fangirl, who is trying to delve deeper into the software and learn to work at a more professional level ( or at least some facsimile thereof).
    Like lots (I hope) of amateurs,  I have a scattered collection of digital image files haphazardly organized, and have grown tired of scrolling through Aperture  when I want to find some inadequately-labeled image added at some forgotten date.
    The vast usefulness of Bridge is obvious.  There is so much that can be done  -- when one knows how -- that I'm  overwhelmed and intimidated by it.  
    There are likely some optimal ways of using it that are obvious to the pros, but that an amateur might not realize the value of.  I knos this myriad of options is here because professionals find them  useful for specific reasons,  but I'm too ignorant to realize the why's and wherefore's. 
    I'd like to find some resources that address the optimal ways of organizing with Bridge, so I don't spend hours assigning keywords and creating galleries and collections that will turn out to be completely bassackwards.
    Does anyone know of any books, tutorials, etc that cover How to (Effectively) use Bridge?  Not as in, "here's how to find the menu that will allow you to do x,y,z"  but as in,  "Here's why it's a good idea to do x,y,z rather than a, b, c"?
    Thanks for any advice!

    You might want to look into the books and videos by Peter Krogh, a recognized expert in organizing digital photos (DAM or Digital Asset Management for photographers). Most of the materials out there have to do with Lightroom, but you should be able to recognize enough of the features that also appear in Bridge and Aperture. The basic principles of photo tagging and organization are the same no matter what software you use to do it. Since you mentioned Aperture, you should also look into its organizational features because chances are it can do a lot of it as well or better than Bridge.
    Link to: Peter Krogh's recent videos and books

Maybe you are looking for

  • Why did I have to fire BT at my inconvenience beca...

    I logged a complaint in March 2011 and was told BT would respond within 10-14 days. To date(June 2011) I have still had no correspondence. I dug my heals in and refused to pay the amount that the dispute is over. Ater several disruptions to my intern

  • Migrating Crystal Reports Server R2 / Server Migration

    I apologize if this question has been asked and answered before, but a search didn't find me what I'm looking for. Our current CRS box has become unstable and the decision has been made to move CRS to a new server. We are simply looking for the best

  • Pages panel: Option-drag to duplicate broken in CS6

    For some reason, the ability to quickly duplicate a page or spread in the Page panel via an Option-drag doesn't work in CS6. If I try to, say, Option-drag page 3 to insert a duplicate of it between pages 8 and 9, all it does is move page 3 there. To

  • Oracle Cross Tabs

    Hi peers, i am really stack on how to do the following using Oracle SQL. I want to build a cross tab query where my columns are current year& next year months ( i.e 24 columns will be built).. any thoughts on how to do that ? thank you

  • How do I prevent losing work when down saving from CC to CS6?

    I'm working on a design and I have CC. I need to share it with a coworker, but they only have CS6. Will we have any problems working on the design on both platforms?