AddKeyListItem
Mon 01 January 2018Syntax
AddKeyListItem(field, value)
Description
Use the AddKeyListItem to add a new key field and its value to the current list of keys. It enables PeopleCode to help users navigate through related pages without being prompted for key values. A common use of AddKeyListItem is to add a field to a key list and then transfer to a page which uses that field as a key.
Parameters
Field or Control |
Definition |
---|---|
field |
The field to add to the key list. |
value |
The value of the added key field used in the search. |
Returns
Returns a Boolean value indicating whether it completed successfully.