Gotheallblacks
Programmer
Is there a way to execute a property ? eg a property of a custom object which has a property called "qty" and it is the child of a parent custom object which also has a property called "qty" with a numeric value of say 5.
The child object property "qty" has a char value of "this.parent.qty*3" (char expression) and by executing the child property it returns the result of the "this.parent.qty*3" ie 15 to the childs.qty.value.
The child object property "qty" has a char value of "this.parent.qty*3" (char expression) and by executing the child property it returns the result of the "this.parent.qty*3" ie 15 to the childs.qty.value.