Forum Discussion
jorgesimoes1983
12 years agoRegular Contributor
You can always try to find the object.
var obj = Sys.your object.("ObjectIdentifier","your object id", "depth").
then obj.method (you want to use)
http://support.smartbear.com/viewarticle/55436/
var obj = Sys.your object.("ObjectIdentifier","your object id", "depth").
then obj.method (you want to use)
http://support.smartbear.com/viewarticle/55436/