Siebel Finance Guide > Business Services for Siebel Financial Services > Financial Services Workflow User Interface Utilities >

Financial Services Workflow UI Utilities Methods


The Financial Services Workflow UI Utilities business service methods are described in Table 35.

Table 35.  Financial Services Workflow UI Utilities Methods
Method
Description / Arguments

Create Applet Record

Creates a new record and completes a set of field values in the record.

Input Arguments:

  • Applet: The name of the applet in which you want to create a record.
  • Field Name & Value Pairs (Optional): One or more pairs of field names and their associated values.

Output Arguments:

  • ObjId: The row ID of the new record.

Do Applet Method

Performs actions such as saving or copying the active record, or navigating to the next record.

Input Arguments:

  • Applet (Required): The name of the applet in which you perform this action.
  • Method (Optional): The name of the method that specifies the action. Valid values are:
  • WriteRecord. Saves the active record.
  • DeleteRecord. Deletes the active record.
  • UndoRecord. Cancels the active record.
  • CopyRecord. Copies the active record.
  • GotoNext. Navigates to the next record.
  • GotoPrevious. Navigates to the previous record.
  • GotoFirstSet. Navigates to the first record set.
  • GotoLastSet. Navigates to the last record set.

Output Arguments:

  • ObjId: The row ID of the record that is active after the action was performed. For example, if you perform the action "GotoNext," then ObjId will contain the row ID of the destination record.

Go To Applet

Navigates to an applet.

Input Arguments:

  • Applet (Required): The name of the applet to which you want to navigate.

Drill Down

Clicks on a hyperlink of the active record.

Input Arguments:

  • Applet (Required): The name of the applet that contains the hyperlink.
  • DrillDown (Required): The name of the field that contains the hyperlink.

Output Arguments:

  • ObjId: The row ID of the destination record.

Set Field Value

Updates the values of a field or fields of the active record.

Input Arguments:

  • Applet (Required): The name of the applet that contains the fields whose values you want to update.
  • Field Name & Value Pairs (Required): One or more pairs of field names and their associated values.
Siebel Finance Guide