Question
Tech Mahindra
US
Last activity: 23 Jul 2019 8:40 EDT
How to use IsInPageList function for an embedded pagelist structure
I have a pagelist structure as defined below
ABC
ABC (1). PQR
PQR (1)
XYZ
XYZ(1) . pyNote , .pyDescription
if i want to perform IsInPageList for property pyNote present in the above structure , can i do like below
IsInPageList ( pyNote , "pyNote", ABC().PQR().XYZ().pyNote)
***Edited by Moderator: Lochan to update platform capability tags***