This is my first rodeo using File Creation Utility. I'm configuring a HIPAA834 5010 interface file. Mapping field E_REF: Policy Number (Row 41) is complex because its constructed by the concatenation of three fields: GroupID, BenefitID, & CategoryID.
GroupID + BenefitID are stored in a Cross Reference table indexed by the BenefitPlan code.
CategoryID is indexed by EmployeeBenefit derived field BenefitStatusCode which describes the insured ( Active Employee | Retired | Cobra ).
It was a bit involved to customize BenefitsHIPAA834 using Infor Process Designer, involving nodes for gleaning the business class & cross reference fields and then adding javascript to assemble the finished value.
Looking at Mapping options in FCU, I'm at a loss for how all that code will translate. Hopeful a seasoned FCU wizard can provide some tips …