Hi,
I want to create a function in a script extension that will return an object, but under certain conditions, it will just not be able to return it, and I wanted it to return something like Utils.CreateStubObject which has the Exists property.
I am having issues doing this, and I think that Utils is not available in the ScriptExtensions. Is that correct?
If so, could it be made available? Or do you have any suggestion on a different solution?
Regards