ePages 6.12.0 - DE_EPAGES/ProductPortal/API/TLE/PortalHandler.pm

Package DE_EPAGES::ProductPortal::API::TLE::PortalHandler

Implements the TLE function "ShopPortalConfigs".

Functions

ShopPortalConfigs
ShopPortalSites

ShopPortalConfigs

Returns the configs of the portal at the given shop.

Syntax
#ShopPortalConfigs(#Shop, #Portal)
Example
#LOOP( #ShopPortalConfigs(#Shop.Object, #Portal.Object) ) ... #ENDLOOP
Input
#Shop (sobject)
shop
#Portal (object)
product portal

ShopPortalSites

Returns the possible portal sites for shop (shop locales maps to portal site locale).

Syntax
#ShopPortalSites(#Shop, #Portal)
Example
#LOOP( #ShopPortalSites(#Shop.Object, #Portal.Object) ) ... #ENDLOOP
Input
#Shop (sobject)
shop
#Portal (object)
product portal