The variable "attributes.fuseaction" is not available or the fusebox framework could not find the circuit you requested: "retailers".
There was an error processing your request. We have been alerted and will attempt to solve the problem as quickly as possible.
In the mean time, you can either go back and attempt this again, or you can go back to our Home Page
Thank You,
Autolookout
Website Development Team
An error occurred while evaluating the expression:
FB_.rawFA = attributes.fuseaction; //preserve the original fuseaction
if (ListLen(FB_.rawFA, '.') is 2) {
//circuit.fuseaction specified, so set fusebox.fuseaction and fusebox.circuit
fusebox.fuseaction = ListLast( FB_.rawFA, '.' );
fusebox.circuit = ListFirst( FB_.rawFA, '.');
} else {
fusebox.circuit = ListFirst( FB_.rawFA, '.');
if (ListLen(FB_.rawFA, '.') is 1 and Right(FB_.rawFA,1) is '.')
//circuit only specified, no fuseaction such as "fuseaction=circuit."
fusebox.fuseaction = "fusebox.defaultfuseaction";
else
fusebox.fuseaction = ListGetAt( FB_.rawFA, 2, '.');
//throw a deliberate error
}
fusebox.targetCircuit=fusebox.circuit;
FB_.fullPath=ListRest(fusebox.Circuits[fusebox.Circuit], "/");
FB_.targetDepth=ListLen(FB_.fullPath ,"/")+1;
if (FB_.targetDepth eq 1)
fusebox.isTargetCircuit=TRUE;
Error near line 157, column 9.The member "RETAILERS" in dimension 1 of object "fusebox.Circuits" cannot be found. Please, modify the member name.