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

Anchor
Anch2
Anch2
Passing a List of Data

A GROUP_MAP only includes a single instance of each field, to pass multiple instances of data a LIST_MAP can be used. 

...