Share via


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

  • _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.

See Also

Reference

SitesSvcPage Table