Release Manager → Integration → Business Request and Development Task Integration → Business Request and Development Task Integration Customization → Business Request and Development Task Transition Forms → Turnover Form Actions
The actions used in this form are similar to the Application Releases Associate form actions. They are:
The Form Load: Load the two Relationship Service REST Grids action invokes the enableRelationshipServices("<gridname>"); JavaScript function to load both REST Grid Controls. This allows for the saving of the results from both lists for adding and removing to and from the TurnoverDevTasks.
The On Click: Add Dev Tasks to Relate action invokes the addRelatedDevTasks("<sourceGridname">, "<targetGridName>"); function to copy selected items from the source Grid (AppReleaseDevTasks) to the target Grid (TurnoverDevTasks).
The On Click: Remove Dev Tasks to Relate action invokes the removeDevTasks("<sourceGridname>"); function to remove selected items from the TurnoverDevTasks Grid.
The On Submit: Save Dev Task Changes action invokes the handleRelatedExistingSubmit(); function to process the items added and removed from the TurnoverDevTasks Grid.
Copyright © 2012–2013 Serena Software, Inc. All rights reserved.