Event workflow Criteria. Detecting change in Criteria

Hi All,
I need to detect if the Assigned user has changed by using a workflow
Is using "is not empty" a suitable configuration for this?
Thanks
Jason

The thing that you're looking for is the RelationshipSubscription criteria. Take a look at http://blogs.technet.com/b/servicemanager/archive/2013/05/13/how-to-configure-notifications-for-assignment-re-assignment-as-well-as-action-log-and-user-comment-updates-for-incidents-and-service-requests-in-scsm.aspx

Similar Messages

  • Event structure to detect value change of a control within a cluster in an array

    I have 1D array that contains a cluster. The cluster contains a numeric and a boolean control.
    If the user starts to edit the numeric control value i would like to call one subVI, and if the boolean control value is changed, call a different subVI.
    The array control on the front panel allows the user to edit a number of the array elements. 
    I would like to use an event structure to detect a value change in the cluster. When editing the Events, in the Event Sources panel i get the option to select only the array, not the cluster within the array or the controls within the cluster. Can the Event structure be opened up to show controls within clusters and arrays?
    The solution i am using is to detect a mouse up event on the array and then use property nodes to  determine if the key focus is on the numeric, and  a case structure to determine which subVI to call. This works, but is there a better (simpler) way?
    Thanks, Blue.

    Thanks for the responses guys.
    The tricky bit was that i wanted the numeric control values to flag they were going to be edited, so i could call a subVI, before their values were changed by the user. This is done by using the key focus property node, - i need to detect changes on the fly rather than post the event.  Probably didn't make this clear enough in my original post. 
    The array is of variable size depending on if the user decides to insert or delete elements. The user also has the option to click and edit the array without having to do to much scrolling through the array index, as the FP shows several elements at a time. The Event Structure does a good job of automatically determining which element in the array is being edited, and returning those values to the property nodes. Turned out simpler than i thought it might be at one point!
    Cheers, Blue. 
    Message Edited by BlueTwo on 01-15-2009 06:52 AM
    Attachments:
    evstrct1.jpg ‏63 KB

  • Event Structure's value change, not detecting changes when tabbing thru array of clusters

    Hi!  I have an array of clusters (int, int, string, int) control, and want to detecting changes made to the it.  I used the Event Structure's value change case on the array, it works excellent except that it'll only detect the changes when you click out of the element or press the enter key (the one by the numbers, not carriage return).  I want it to detect the changes when I tab thru the cluster or array too, but I can't figure it out... Does anyone have any ideas?
    Thanks!

    mfitzsimons wrote:
    altenbach
    Tried Value Change with my example done in 7.1 and it doesn't trgger an event.  That is why I suggested Mouse Down.
    Curious. I did a few minor edits in 8.0 before saving as 7.1, but the simple value change event got triggered just fine when the value vas terminated with a tab in 7.1. Every time.  Strange....
    Are you on 7.1 or 7.1.1? Maybe there's a difference (I am using 7.1.1).
    LabVIEW Champion . Do more with less code and in less time .

  • Workflow Criteria for external domain

    HI 
    I would like to route all incidents came from lab.com (external Domain) to particular analyst.
    Please let us know workflow criteria.
    Thanks
    Krish
    Regards, H@ri

    To get started with PowerShell and SMLets maybe these two blog posts are helpful:
    Using SMLets Beta 3 Post #1 – Using Get-SCSMObject, Get-SCSMClass to Dump Data
    from SCSM
    Using SMLets Beta 3 Post #3–Using Set-SCSMObject to Bulk Update Properties on
    Objects
    Both are refering to the Beta 3 of the SMLets but still valid for the current version of SMLets.
    To get started with SCSM and Orchestrator this might be helpful:
    System Center 2012 Self-Study Guide (Part 6 - Orchestrator and Service Manager)
    Hope this helps.
    Andreas Baumgarten | H&D International Group

  • XY-Graph / Plot legend: How to detect changes in 2nd/3rd/4th ... legend position

    Hello,
    I have an XY-Graph with 4 plots. How can I detect, for example, the color change of the second plot in the legend. The active plot, using a property node, is always plot 0. So I am not able to detect changes in the 2nd/3rd ... plot.
    Any ideas?
    Thanks a lot.
    Best regards,
    Michael
    Solved!
    Go to Solution.

    You can do it with an event sturcture.
    Attachments:
    Plot detect.vi ‏25 KB

  • Trigger workflow when PR changed and copmlete activ workflow for same PR

    Hi,
    i am triggering the workflow for all line item of PR when PR is created. now i want to create workflow when PR change also.
    but before triggering the workflow i have to check the any in process workflow for the same and if then complete is and delete all its work item.
    for Ex.
    PR -4500000001 created with item 10 workflow triggerd ,
    suppose i changed it and agan save next workflow trigged now before triggerin this workflow we have to complete the 1 instance of workflow , delete all workitem of that instant
    Please suggest how can i achive this .
    Thanks in Advance
    Deepanker Dwivedi

    Hello,
    We have already implemented this in our old  project.Please find below the solution.
    No config change is required.
    1.Go to tcode SWETYPV
    2. Double click on your linkage.
    3. You will see there check function module.
    4. MAke a custom custom function module of yours and it will have CDPOS and CDHDR as its component.
    5. When so pr is changed or created this function module will be triggered there you can identify whether pr is changed or not using cdpos and cdhdr.
    6. If it is change raise two events one for completeion of old worklfows which are in process second for creation of new workflow instance.
    7. Create a wait step in your workflow which will wait for the completion event to be raised.
    Hope it helps.
    Regards,
    Nabheet Madan

  • Workflow through status change

    I have a Customer quotation which has different statuses in the system.
    When a quote is 'approved/rejected' i need to send a mail to distributor though workflow. Quote user status is written to change documents.
    status management --> customer settings
    I maninted the statusOT as 'VBK', status profile xxx, bo 'zbus2031' and event 'statuschange'.
    status restrictions maintained the user status codes 'zapp' n 'zrej'.
    Delegated the object zbus2031 and created an event, this event is the triggering event for my workflow.
    When i try to change the status to rejected or approved, event 'statuschange' is not triggered checked in the trace.
    Quote changes are stored in jcds,jcdo,jest tables.
    This change doc key field value is different from zbus2031-objectkey.
    Am i missing anything? Inputs will be appreciated.

    Hi Indira,
    In this case you may want to break the problem down to see where the issue actually is.  First I would set up the status management to trigger one of the existing simple events - such as bus2031 CHANGED and see if your status restrictions work.  If this fails then the issue is with the restrictions. 
    If so pare the restrictions back until it publishes and see what you needed to do to get there.  Then it is a case of adding each part and testing at each point so you nail where the issue lies.  I have had to use this approach as once ALL the config is done, analysing where or what is not correct is impossible.
    Regards
    Gareth

  • Detecting changes

    hi folks,
    I have a swing application that has a functionality to save the input. I want to know what is the common way to detect modification of input. If there's modification, i want to prompt the user to save if he/she is closing down the app. I'm thinking about using a listener on all input components(JTextField, JList, JComboBox,JTable,JButton). But the listener would be different for each type of component, ActionListener for JButton, CaretListener for JTextField, ListSelectionListener for JList, ect. So I want to write a class that implements all these Listeners, and if any of those events is triggered, then I know there's modification been made.
    My question is: is there a better/more efficient/more elegant way of detecting changes in my app?
    If not, any comments on my approach?
    thanks!!

    You can write an unique class implementing DocumentListener, ActionListener, ItemListener, etc..
    But you still have to add the listener to all the components.
    I'm thinking you can write a method void register(JComponent pane) Depending on the class JTextField,JCheckBox, etc... you add the class as a DocumentListener,
    as an ActionListener, etc. If the component is a container, you can recursively invoke the method
    for all the children

  • Detecting changes in database

    Hi,
    I connected to MySQL database using JDBC, displayed all data I need. But now I would like to detect changes in database (for example when somebody in network insert new row, I need get an event and then read data from database again).
    Did any body know how to detect changes in database???
    Thank you.
    Petr

    your question is too general, there are many ways of doing this. what is it you're doing?

  • Workflow query for change contract - VA42

    Hi,
    Has anybody worked on workflow for contract changes VA42. I have a requirement as when we change the contract, data is not updated properly for some line items. Can anybody please tell me how workflow is getting trigger once we change something in VA42. Any userexit or any configuration ?
    Many Thanks,
    Niki

    Try using change documents to trigger a workflow event - transaction SWEC.

  • Workflow for material changed

    Hi Gurus,
    I would like to implement a workflow with a mail which wil be triggered whenever a material is changed.
    I have created a workflow using SWDD..How can I link this workflow to Material change transaction(MM02)..
    I am new to this workflow...Pls help me...
    Thanks in advance...
    Regards,
    Saj

    Hi,
    you need to create an event for your change document  BOR 1001006 thru SWEC.
    create a similar event in your BOR Event and use this event in the Basic Data of your WF.
    So whenever a material is changed your event would trigger your WF.
    Hope I am clear,
    any issues reply back to this thread.
    Aditya.
    P.S
    just a suggestion, could you put in your name instead F1 (as I like referring to names, though I just address all by initials) offcourse no hard n fast rule,
    but since its a <b>wonderful Forum</b>, lets know each other .
    Well my friend I still have no issues with your Display Name, it was just a thought.

  • 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

  • Tutorial: Event Creation During Status Changes

    Hello,
    I tried to create the tutorial: event creation during status changes.
    My problem is now, that I never get a mail in my Business workplace when I start the workflow. The systems says "Workflow started" and that was it.
    Has anyone an idea where the mistake could be?
    Message was edited by: Kirsten Schroeder

    In the workflow header you can write text under the notification tab.
    Also assign the message recipient.
    Message was edited by: Amandeep  Singh

  • Help using app_standard.event(when-tab-page-changed')

    Hello ,
    I need to create a form with the following requirements . There is one content canvas which contains a tabbed canvas and on this there are two stacked canvases .
    The problem is that when I compile my form and ftp to oebs , I cannot view the tab pages on the canvas .
    I see only my the fields displayed in the first tab page without the 'tab pages'.
    How do I solve this issue please ?
    My when-page-page-trigger contains the following :
    BEGIN
         APP_STANDARD.EVENT('WHEN-TAB-PAGE-CHANGED');
    if name_in('system.cursor_block') = 'XX_ERROR_MANAGEMENT' then
    if not form_success then
    -- Revert tab to prior value and exit
    set_canvas_property('CAN_INT',topmost_tab_page,name_in('system.tab_previous_page'));
    return;
    end if;
    -- Move to first item on each tab
    if target_canvas_name = 'CAN_INT' then
         SHOW_VIEW('CAN_ONG1');
    go_item('XX_ERROR_MANAGEMENT.INTERFACE_TYPE');
    else
    show_view(target_canvas_name);
    end if;
    END IF;
    END;
    Any help will be much appreciated . Thanks .

    bump

  • How can I import photo to computer if my photo were save in event instead of saved photo for ipad1?  Why Photo in event are not detected ?

    How can I import photo to computer if my photo were save in event instead of saved photo for ipad? Photo in event are not detected.

    Importing Personal Photos and videos from your iOS device to your computer.
    http://support.apple.com/kb/HT4083
     Cheers, Tom

Maybe you are looking for