Effective Date in a flow/form

Author
Messages
weeoooohhhh
Basic Member
Posts: 6
Basic Member

    Hey guys, so I need to obtain the Effective Date within the Transfer Flow.  There is a caveat to this though.  I have the node looking up the Effective Date variable from the PFIWorkUnitVariable table which works great.   However, once the flow gets into the HROPs inbasket, they may end up changing the Effective Date at this point within the flow.  Once that happens the PFIWorkUnitVariable table does not get updated with the new Effective Date so I can't re-look it back up using that.   Where is it captured for someone changing the Effective Date of the form after it's hit an inbasket?  Does anyone have any idea?

    Thanks,
    Alex

    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      If you're talking about an Action Request in GHR, the field values are stored in the ActionRequest business class in the ParameterView field. It's XML so you'd have to parse it out.
      David Williams
      weeoooohhhh
      Basic Member
      Posts: 6
      Basic Member
        Thanks David!

        Was hoping it would be easier than that but I had a feeling that is where it might have been buried. Def sounds like I will need to parse it out. Thank you!
        ---