Document Properties
Kbid
29C764
Last Modified
21-Jan-2021
Added to KB
19-Jan-2021
Public Access
Everyone
Status
Online
Doc Type
References
Product
  • ICM 7.10
  • ICM 11
ISML Function - effectiveConfigurationParameter()

Name

effectiveConfigurationParameter()

Short Description

gets a specific configuration parameter from a pagelet; with sharing and overriding

Table of Contents

Product Version

7.10

Product To Version


Status

Info

This function is available from ICM 7.10.24.

Introduction

The function effectiveConfigurationParameter() is used to get a specific configuration parameter from a pagelet. The sharing path is taken into account, so if it has been overwritten, the effective configuration parameter is returned.

However, in most cases, the business Logic of the ICM already resolves these parameters when returning Pagelets, Slots and so on. This function is only required in corner cases, where the specific views can not be generated and/or accessed.

References

Syntax

effectiveConfigurationParameter(<configurationParameterCtnr>,<parameterName>),
effectiveConfigurationParameter(<configurationParameterCtnr>,<parameterName>,[<domain>])

Example

The following example shows how to get the title of a Pagelet including sharing and overriding lookup in a specific Domain domain.

#effectiveConfigurationParameter(Pagelet, "Title", domain)#

For this example, it is assumed that the pagelet is created in a parent domain of domain with a title "Foo". In this case #Pagelet:Title# would be "Foo".

The pagelet is shared into domain, and there the title is overwritten with "Bar". If requested in this domain, #Pagelet:Title# would be still "Foo", but with the code above, "Bar" will be printed.

Parameters

configurationParameterCtnr

The object holding the configuration parameter, e.g. a pagelet, slot, pagelet entry point or view context.

parameterName

The name of a parameter which should be resolved.

domain

The domain, in which the parameter should be resolved. It is optional, if not present, the requests current domain will be used.

Disclaimer
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.
The Intershop Knowledge Portal uses only technically necessary cookies. We do not track visitors or have visitors tracked by 3rd parties. Please find further information on privacy in the Intershop Privacy Policy and Legal Notice.
Home
Knowledge Base
Product Releases
Log on to continue
This Knowledge Base document is reserved for registered customers.
Log on with your Intershop Entra ID to continue.
Write an email to supportadmin@intershop.de if you experience login issues,
or if you want to register as customer.