Hi, I've extended dmProfile and I've also added an array to the cfc as : <cfproperty name="aObjectIds" type="array" hint="Mixed type children objects that sit underneath this object" required="no" default="">
When I go to deploy this property or any other array for that matter I get the following error: Element aObjectIds is undefined in a CFML structure referenced as part of an expression. The error occurred in D:\Inetpub\wwwroot\FarCry\fourq\fourq.cfc: line 142 Called from D:\Inetpub\wwwroot\FarCry\farcry_core\packages\farcry\alterType.cfc: line 76 Called from D:\Inetpub\wwwroot\FarCry\farcry_core\admin\admin\coapiTypes.cfm: line 80 140 : <cfset gateway = getGateway(arguments.dsn,arguments.dbtype,arguments.dbowner) /> 141 : 142 : <cfset stResult = gateway.deployArrayTable(fields[arguments.property].fields,variables.tableMetaData.getTablename()&"_"&arguments.property,arguments.bDropTable,arguments.bTestRun) /> 143 : 144 : <cfreturn stResult> I tried changing the name etc but it made no difference. What am I doing wrong or what step am I missing? Thanks Beenish
