Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
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

...