Our users are putting in incorrect RelationshipToOrganization and RelationshipStatus combinations and are causing downstream impacts. I'm defined a relation from Employee to the PfiXRefValue business class to ensure the combination exists and now would like to write a constraint in the Parameter Rules of the Terminate request
I've configured an ActionOverride of the Terminate action request.
The issue I'm having is when I use the values RelationshipToOrganization and RelationshipStatus it pulls the values currently assigned to the employee and not what is entered on the Terminate Action Request screen. I've also tried creating Transient user fields and assigning the values of RelationshipToOrganization and RelationshipStatus right before the constraint is called but that does not work either. It seems when Infor does this within their LPL they often use Local Fields, however, I am unable to define local fields within an ActionOverride. Any suggestions?