i have requirement that Visibility condition for a property when pxchangestage is happed to (previous stage )
property has to visible only when stage is come to previous stage Ex: second stage- first stage
i have requirement that Visibility condition for a property when pxchangestage is happed to (previous stage )
property has to visible only when stage is come to previous stage Ex: second stage- first stage
@mudavath Hi, add visibility expression on property .PropertyinSectionChangeStage!=“”, so that that property is only visible when change stage happpens according to provided comments for Change Stage.
Thanks