Dear all,

I would like to have a state added to a uri. I use ADS for this as follows:

I have extended the class with:

class extends workitemonto_Workitem {
set_state(){
    if (this.Budget > 0 && this.ResourcePlanningOK == true){
        this.State = '1_OK' ;
        }
    else {
        this.State = 'NOK2' ;
    }
    }
}

And set focusNode.set_state() on the attribute inferences values

The State attribute is not recalculated when I change the data. What is 
wrong?

Kind regards, Richard

-- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/5d76d937-ce91-46ea-a953-ac56b31de87bo%40googlegroups.com.

Reply via email to