Prior Recon Status Attribute
Summary:
From last nights event there was a nice item on Copy Transaction rule. In there it was required to setup a Prior Recon Status attribute using:
IF_THEN_ELSE(
PRIOR({Status}, 1) = 'Closed',
‘Closed',
'Not Closed'
)
However, what should be the attribute property as this calculation seem to fail on every property I try.
Content (required):
Version (include the version you are using, if applicable):
21.10.67
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0