Repeating export group of group view name OUT_LIST containing attributes ID and NAME of entity view name OUT and entity EMPLOYEE:
for (int i = 1; i < oper.getOutListCount; i++)
{
int id = oper.getOutEmployeeId(i);
String name - oper.getOutEmployeeName(i);
}
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|