Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

<TBD>

Use Case: Show custom field based on the site or site code selected in the CP site dropdown.

  1. Show field when the site 'TPC' is added in the CP sites

<showWhen><![CDATA[$extendedObj.cpSites.siteName= "TPC"]]></showWhen>

  1. The field display can also be configured based on the site code like below

<showWhen><![CDATA[$extendedObj.cpSites.code= "TPC-code"]]></showWhen>

  • No labels