Name
sn_anon_rc.ARCReportKey
Description
No description available
Script
var ARCReportKey = Class.create();
ARCReportKey.prototype = Object.extendsObject(sn_anon_rc.ARCReportKeyBase, {
type: 'ARCReportKey'
});
// Object.extendsObject only clones prototype from parent class
// Clone missing non-prototype properties from parent class
(function() {
for (var property in sn_anon_rc.ARCReportKeyBase)
if (!ARCReportKey.hasOwnProperty(property))
ARCReportKey[property] = sn_anon_rc.ARCReportKeyBase[property];
})();
Sys ID
234a7468c32230102920b8889d40ddcd