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
| Anchor | ||||
|---|---|---|---|---|
|
A GROUP_MAP only includes a single instance of each field, to pass multiple instances of data a LIST_MAP can be used.
...