Declare Expression on page other than pyWorkPage
Hi,
I have a page structure like A.B.C.D where
A - Top Level Page of work class other than pyWorkPage
B is page property inside A
C is page property inside B
D is single value text property inside C.
I want to define expression on D by giving page context as .B.C. So, the expression works if A is pyWorkPage but it doesn't work if A is some other page.
Is it possible to calculate expression on top level page other than pyWorkPage?
TIA