Page History
...
SrvRoutine Name(UpdateEmployee)
Group_Map For(*input) Group(#Employee)
Parameter_Name(EmployeeDetails)
Field_Map For(*output) Field(#io$sts) Parameter_Name(Status)
Update Fields(#Employee) In_File(xEmployee) With_Key (#xEmployeeIdentification)
Endroutine
...