Testing Siebel Business Applications > Keywords Reference > Keywords Description >

SelectFromPickApplet


You use the SelectFromPickApplet keyword to query and select the first record from a drop-down list applet.

Signature

The SelectFromPickApplet keyword supports the following signature:

SelectFromPickApplet(AppletRN|FieldRN|[RowNum]/[Active_Record],Query:FieldRN(1...N)|Value(1...Nt),RN(OK/CANCEL))

Note the following about the SelectFromPickApplet keyword signature:

  • RowNum is an optional value. If RowNum is not specified, then RowNum defaults to the first row.
  • Active_Record obtains the row number of the active record during execution.

Desktop Examples

The following table describes how to use the SelectFromPickApplet keyword to query and select the first record from a drop-down list applet in desktop applications.

Target Object
Inputs
Closing Action
Comments

Opportunity Form Applet - Child|Account2

Query:City|Berkeley

Idcancel

Queries and cancels the first value in a drop-down list applet form.

Account Profile Applet|Price List

Query:Name |ACR764 Price List,Start Date|7/16/2007 05:00:00

PMPopupQueryPick

Queries and selects the first value in a drop-down list applet.

Contact List Applet|Account|1

Query:Name|Hibbing

PopupQueryPick

Queries and selects the first value in a drop-down list applet form.

Contact List Applet|Account|Active_Record

Query:Name|Hibbing

PopupQueryPick

Queries and selects the first value in a drop-down list applet (in active record).

NULL|Currency Code

Query:Currency Code|USD

PopupQueryPick

Queries and selects the first value in a drop-down list applet form.

Mobile Examples

The following table describes how to use the SelectFromPickApplet keyword to query and select the first record from a drop-down list applet in mobile applications (on mobile devices).

Target Object
Inputs
Closing Action
Comments

SHCE Sales Account List Applet - Mobile|Parent Account Name

Query:Name|abc

PopupQueryPick

Queries and selects the first value in a drop-down list applet form.

SHCE Sales Contact List Applet - Mobile|NewRecord

Query:Last Name|abc

AddRecord

Queries and selects the first value in a drop-down list applet form (having clicked the plus (+) icon in the list applet).

Testing Siebel Business Applications Copyright © 2017, Oracle and/or its affiliates. All rights reserved. Legal Notices.