Hi,
I am trying to create a script for my Object named WebAddress. This object is inheriting WEBNODE:WebNode Root:WebNode object.
Within this WebAddress object, i am trying to override the value of feature .fParentApplTypes
I am trying to do so by creating a function within this object named Setup1() which looks like below :
public function Void Setup1()
.fParentApplTypes = { $ApplTypeFolder }
end
But even after clicking on Build Ospace() or restarting my CSIDE , when I am trying to inspect the value for this feature .fParentApplTypes , It keeps displaying it as '?'
Can anyone please explain what I am doing wrong or suggest a workaround for this ??
Thank You,
Nemish Nigam