Hi,
I want to pass multiple records in arguement, therefore i have added them into container but I am getting the following error. Could not understand what's wrong. Please help.
The code-
str userNameCon,UserLicenseCon,results;container conUser,conLicense,record;Args args = new Args();record = conIns(record,1,conUser);record = conIns(record,2,role);record = conIns(record,3,field.valueStr());results = con2Str(record,',');args.parm(results);
I am getting the error in args.parm();