Hello, I have a rule that references a pv in a newer version of a mod

Hello,

I have a rule that references a pv in a newer version of a model, but when process dashboards that use this rule are viewed for instances that use the older version of the model, I'm getting errors, seemingly because that pv doesn't exist. Do I have any recourse other than to add that pv manually to older instances?

The rule in question is:

=if(isnull(pv!jobcreator_txt),"No Associated Pathfinder User",if(and(not(isnull(pv!jobcreator_txt)),isuseractive('pv!jobcreator_txt')="True"),(user('pv!jobcreator_txt',"firstName")&" "&user('pv!jobcreator_txt',"lastName")),"No Associated Pathfinder User - "&pv!jobcreator_txt))

Thanks....

OriginalPostID-63681

OriginalPostID-63681

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data