OIM: How do you have one task trigger another

When there is no response code...
For example, we're all familiar with the common Copy Data adapter we use to copy the input to the output. Very simple adapter, but there is no Response it gives that I can use to trigger another task.
Specifically, I want to time stamp whenever a user changes his/her password by updating a UDF. The task works fine when manually launched, but I want it to trigger based on the Change User Password task... which has no response codes.
I know I could do it on the Password Updated task, but I want to note even if the task fails (there are other RO's whose password change will succeed), and I don't want to attach the task to both the C and R in case of failure.
Is this possible?

You could change your code that does the "Change" to use APIs instead of just passing it to the form. Create an adapter that has like Resource Name, User Key, and Form Field Name, and using the APIs, find the user's active instance, and update that field with the setProcessFormData instead, and then you get both a response code, and you have triggered the field to be updated.
-Kevin

Similar Messages

  • Event structure: have one event trigger another event

    I have an event structure with two events. I want the finalization of the first event to trigger the second event. Both events are triggered by a boolean value change, say "boolean 1" and "boolean 2". Can I have a local variable of boolean 2 inside event 1. By changing its value, it should trigger event 2. However, this doesn't seem to be working. (see attached example)
    any help?
    Solved!
    Go to Solution.
    Attachments:
    test.vi ‏9 KB

    Tim's reply is the answer you are looking for.
    I would like suggest that you create a sub-VI that doesw the work in the second event you want to fire so tht rather than resorting to having one event trigger another, you can simply use the sub-VI that does the work in event_2 after the sub-VI that does the work for event_1.
    If you decide to stick one event triggering another, please clearly document the sceme in BOTH events. What you want to avoid is latter deciding event_1 should be triggered by Event_2 and the next thing you know, your app hangs.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How do you replace one image with another

    I have a page that displays the results of a search for information about a club. One of the items is the club's logo. It is displayed using the following code
    <img src="<?php echo $row_clubedit['club_logo_url']; ?>" alt="The Club's Logo"  class="logo" title="The Club's Logo">
    This works fine, except when no club has been selected, in which case it shows the default question mark in a blue box.
    It would be nice if I could display the Federation Logo, to which all the clubs belong, until a club is picked.
    Is there a simple way to set a default image that would be replaced from a data set.
    $row_clubedit['club_logo_url'] holds the url to the log in the format http://www.club.org/clublogo.png
    <img src="<?php echo ( 'federation_logo_url'); ?>" alt="The Club's Logo"  class="logo" title="The Club'c Logo">
    The logic I suppose would be
    if club_logo_url does not exist,
              then print the  federation logo,
         else print the club logo.
    How do you code that in php?
    I'm only a beginner at PHP.

    <img src="<?php echo $row_clubedit['club_logo_url'] == "" ? "http://www.club.org/clublogo.png" : $row_clubedit['club_logo_url']; ?>" alt="The Club's Logo"  class="logo" title="The Club's Logo">
    should do it

  • How do you copy one page into another pages 5.2 doc

    Working in version 5.2 and want to add (copy) one page from one pages document into another pages document. (both documents are made w 5.2)
    Thanks!

    You could copy and paste pages from one document to another in Pages '09, but Apple removed this from Pages 5.
    Best you can do is copy the content.
    Peter

  • How do you 'overlay' one graph onto another in Numbers?

    I'm working on a survey and I want to show that the composition of my sample is representative of national trends in terms of gender, occupation, religious affiliation, etc. And I want to represent this graphically by, e.g., displaying the proportion of males and females in the UK population in a bar chart (49% and 51%), and then overlaying onto that the proportion of males and females in my survey (which is more like 40% and 60%), so that the two sets of figures are on top of one another and the reader can judge from that how representative my group is.
    How do I do that in Numbers?

    The problem with just dragging one on top of the other is that they still act as 2 different graphs. It's also difficult to make the one underneath visible.
    A stacked column graph doesn't work either because that puts one column on top of the other. I want them laying on top of one another so that it's easier to compare their relative size. The best near solution I've found so far is to simply use a standard column graph, but with two series (one with the population data, one with my sample data). That puts the two columns for each category (male and female) side-by-side so you can compare easily, but it's not quite what I want.
    I want something more like this:
    http://i.stack.imgur.com/0YGFD.png
    It doesn't have to look exactly like that but hopefully you can see what I mean.

  • How do I make one function trigger another one.

         The best way I can describe what I am looking for is to say that I am working on a project that once you click the button at the begining it plays a movieclip and has a few different scenes throughout the project. So what I need is when you click the button the first mc plays and when the first mc is done it triggers a second one to play without needing to hit a button. I hope this is just something simple I am missing.
    Thanks!
    --Logan
    F-CS6

    Putting all together I now came up with two issues. The original one with the trigger and now the button decided to stop working after it worked fine. 
       public class maythe4thfinal extends MovieClip
            public function maythe4thfinal()
                opening.buttonMode = true;
                opening.addEventListener(MouseEvent.CLICK, moveIt);
            private function moveIt(evt:MouseEvent):void
                opening.visible = false;
                this.swbg.gotoAndPlay(2);
                this.farfar.gotoAndPlay(2);
                this.swbg.addEventListener(Event.ENTER_FRAME, scroller2);
            private function scroller2(evt:Event):void
                if (this.farfar.currentFrame == 55)
                    this.scroller2.gotoAndPlay(2);

  • How do you have multiple apple id's with one itunes

    how do you have multiple apple id's with one itunes

    I have multiple IDs and use the single computer sharing itunes. By 'sharing' I mean we open the pc, open itunes and log in with our individual ID as required.
    While Im logged in I plug in  my device. I transfer my purchases from my device as per the file menu (not the check for auto downloads). I move them as required to whichever playlist I like.
    Then when my son wants to use itunes or update his device, he logs in, plugs in his device, transfers purchases from his device, puts whatever music he wants into his playlist and/or drags direct to the device regardless of who purchased it and then syncs.
    Im not sure how it works associating the pc with only one ID or all that other business- I know I don't fiddle with any of that.

  • How can you make one button preform different actions in Xcode?

    How can you make one button "preform a click" and "orderfront"? Is that possible? Because what I am doing is making a welcome window to my application for Mac OS X 10.6, and I have two buttons in that window, one says "Connect" which connects a a WebView to a url and the other button opens up the main window. So how can I a make a button do multiple things at once??

    Ah - If you are just using bindings between various objects from Interface Builder, you can reduce your application code a bit (sometimes quite a bit), but there is only so far you can go. Typically variables and routines are defined in your application that Interface Builder hooks into, so that your application code (usually Objective-C, but can be others) can use these variables and routines to determine what is happening in the user interface.
    I'm not sure how up-to-date the project code is (or what programming code you are familiar with), but you can take a look at Apple's Cocoa Application Tutorial to see what is (usually) involved in creating an application.

  • How do you have more than 1 ipod in your family and only 1 computer to be able to each have a separate account?

    HOw do you have more than 1 ipod int he family and be able to have your own itunes on 1 computer?

    Did you read the support document at the other end of the link? What additional information do you desire?
    The Apple support document How to use multiple iPods with one computer (n.b. same link as above!) suggests a number of ways for managing the media content. I use method two (Sync with selected playlists) with a slight twist. Rather than regular playlists I set the grouping field to indicate which users should receive which tracks and create smart playlists based on the content of this field.
    e.g.
    "Alice's Tracks" is "Grouping contains Alice" + "Kind contains audio"
    "Bob's Videos" is "Grouping contains Bob" + "Kind does not contain audio"
    Tracks that both Alice & Bob want on their iPods have the grouping set to "Alice/Bob"
    etc.
    I currently manage our family's five iDevices using this system, each getting a different selection to suit their tastes and the capacity of their device. An advantage of using the grouping field is that it is stored in file tags (for non-wav audio files anyway) so that it is relatively easy to recreate the playlists should the iTunes library get trashed and need rebuilding. Also useful if you move files about manually as playlist membership is preserved when you delete & re-import the tracks.
    tt2

  • How do you have a file automatically open in mail, like a Constant Contact email?

    How do you have a file automatically open in mail, like a Constant Contact email?
    Thanks,
    Lauren

    If there is a way to automatically open an attached file in a Mail item, it is not one that I would use, because I want to stay in control of my Mac!  Who is it from, whats in it and so on... To me bad idea but then the choice is yours.

  • How can I have one "family" Apple ID and two icloud accounts one for me and one for the wife?

    MacVirgin!Just got new Air and iMac (iphones on the way). How can I have one Apple ID but two iCloud accounts (one for me and one for my wife)? I have set up one iCloud account and am attempting to share contacts between iMac, iCloud and Air, however iMac and iCloud are not in sync? I must be missing something very simple.

    ok. I set up the imac and Air with one user account. this was used to activae iCloud on both machines and I have now se up one iCloud account and managed to share calander and contacts between the two. Ultimately both me and my wife will have an iphone and we wish to share calenders and contacts. We both also use the imac and air on one user account. It looks like I need to set another user account then activate iCloud in my wifes Apple ID

  • How do you use one managed session bean from another?

    Hello -
    I am a complete newbie to JSF coming from Struts 1. My question is how do you use one managed bean from the method of another one? I think this would be a common senario. For example I put a bean in session scope when a user logs in and in a different method within a different bean I want to get some of this user's information. What is the correct way to retireve one bean from a method in another with session scope?
    Also what would the code look like to retieve another bean from the method of a managed bean where the bean you want to retrieve has application scope?
    Thank you in advance.

    Sinplicity wrote:
    Could you be a bit more specific? If a bean is configured in the faces config file then all of it's properties are managed, correct?Not necessarily.
    What would the code look like to retireve the bean?You don't retrieve it, it has been injected.
    Can I retrieve the whole bean or just a property of the bean. I would be really interested in seeing how this is done in code? And would really love a bit more information on what it means to be a managed property?Time to consult a JSF tutorial.

  • How can i have my tasks in order by date like outlook on my iphone 4

    how can i have my tasks in order by date like outlook on my iphone 4

    Use a task management app that sorts by date? There are lots of options in the App Store.

  • How do you have the bottom stroke of a table show up using Table Styles and Cell Styles only?

    I am using InDesign CS6, and I want to create a Table Style that has the bottom stroke show up, but does not have a table border, such as:
    However, whenever I try to change the Table or Cell strokes so that the last stroke shows up, I get the entire table border, or some strange combination of borders:
    Does anyone have any insight on how I can get the bottom stroke to show up while preserving my other stroke properties? Since I work with long documents, it's necessary to be able to control all of my tables through Table Styles and Cell Styles, and not by manually changing each and every table with the Stroke palette.
    For reference, here are the my current Table Style properties and the resulting table:

    Michael Murphy is the InDesign style-meister. He wrote "Adobe InDesign Styles" for Adobe Press, and did a great Lynda.com title on InDesign styling. Here's what he says in the book:
    "As mentioned at the beginning of this chapter, with all the power of table and cell styles, it is important to understand not only how they work and what they can do for you, but also to understand their limitations.
    "Two formatting features missing in table and cell styles have already been discussed: You will always have to set the column width and row height of cells when applying a table style for the first time, and you will always have to convert body rows to header and/or footer rows every time you apply a table style for first time or update the table's data....
    "But there's another kind of limitation that's important to keep in mind as you are designing tables: It is very easy to design a table that cannot be completely defined by a table style. In many cases, you'll need to define an extra cell style or two that lets you complete for formatting. [my emphasis]."
    So I think that's what you have to do: Apply another cell style on top of the cells at the bottom of the table after applying the table style.

  • How do you end a task that won't open

    How do you end a task that won't complete?

    Assuming that it doesn't show in Force Quit under the Apple menu - can you see it in Activity Monitor (/Applications/Utilities)

Maybe you are looking for

  • Is there a way to open a chat window with lookout?

    I know there is a windows-chat embeded in Windows but our IT department has it blocked in all the machines. So I created, using a run object, a wordpad window to chat remotelly with the operator of the system using VNC4.0. Problem is that as soon as

  • I've lost my menu bar and command bar. How do I get them back?

    Now that they're gone, right clicking does not bring up an option to re-enable them. By "command bar" I mean the edit box where you enter a new website. Maybe it's called the address bar.

  • Auto open Macro

    Hi there,               Do you know of a way or an OSS nte available that can help us with the auto open macro function in DMS. We have  created a spreadsheet and added a macro which pops up when you open the spread sheet and prompts you to make a se

  • Zero Balancing Account for PCA in ECC6.00

    Hi All,         I would like to create the Zero Balancing account in ECC 6.00 as Balance sheet account.         could you please tell me the what are the implications if i create this zero balancing account as balance sheet.         but as per the be

  • Manipulating several windows in javafx (Window inside Window)

    Hello everybody , i am new to javafx i start using it instead of swing i used the scene builder for my forms the problem i faced i don't know how to have main screen with menu bar at top and depending the select from the menu it will open other windo