For repeating import group of group view name LIST for procedure step EMPLOYEE_ADD containing attributes ID and NAME of entity view name IMPORT and entity EMPLOYEE:
For i = 1 to EmployeeAddListMax Op.ImportEmployeeId(i) = i Op.ImportEmployeeName(i) = "Name" & CStr(i) Next i ` number of rows in repeating group Dim integer size = op.ListCount
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|