The popup and picker functions have the following calling sequences:
Popup('title','name','major','minor','lookup field', 'nameflag', 'popflag', 'concsep');
PopupWithHiddenField('title','name','major','minor','lookup field', 'hidden', 'nameflag', 'popflag', 'concsep');
Picker('title','name','major','minor','lookup field','multi','filter','nameflag');
where:
Specifies the title to be displayed on the popup dialog.
Specifies the name of the lookup search to call.
Specifies the major version number of the lookup search.
Specifies the minor version number of the lookup search.
Specifies the parameter field that will receive the selected items.
Specifies the parameter field that will receive the hidden IDs of the selected items
Optional. When true, specifies that multiple selections are permitted (default is false).
Optional. When true, specifies that results can be filtered by specifying a search string (default is false).
Optional. When false (default), specifies that the name argument is the SP name (this is to support previous versions of the iConsole); when true, name is the search name.
Optional. When true (default false), the picker is pre-populated by running the associated search.
Optional. When not blank (default ''), multiple column values are concatenated using this separator.
Note: When the filter option is specified, the search should accept a string parameter to be used as the filter text. The search can return multiple columns and these are displayed in the picker; the filter is applied to all columns
Copyright © 2014 CA.
All rights reserved.
|
|