SitesSvcPage::lookupPage Method
Opens up custom lookup form for looking up for SitesSvcPage records, which later be used together with the media type of the campaing provided.
It allows to filter out the records based on the list of solutions the pages belong to.
Syntax
client public static void lookupPage(
FormStringControl _callingControl,
RecId _pageId,
RecId _smmCampaignMediaTypeRecId,
Array _solutionIds)
Run On
Client
Parameters
- _callingControl
Type: FormStringControl Class
The form or another control that requested the look-up
- _pageId
Type: RecId Extended Data Type
The Id of the record to select by default
- _smmCampaignMediaTypeRecId
Type: RecId Extended Data Type
The Id of the record from the smmCampaingMediaType table the sought-for SitesSvcPage record will be used with.
- _solutionIds
Type: Array Class
The list of solution Ids to display the records of.