Hello, I have a series of 10 boolean attributes. I would like "true" to be inferred if another property has a value.
As an example if *systemOwner* has any value, then *sponsoredInvestment* is *true* An additional example if *hostedOn* matches *NIFC eNet* or *Denver Federal Center* or *WRCC,* then *enterpriseArchitectureSupportedDevelopmentEnvironment* is true, but if *hostedOn* is *AWS* or *Desktop* or *ESRI Cloud* or null, then *enterpriseArchitectureSupportedDevelopmentEnvironment* is *false* Is this a legitimate use of inferrencing or should I handle this a different way? Do you have any recommendations on courses or resources I can use to write these? Thanks in advance! -- 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/0cdd2f9d-85dc-43e9-ac81-5f6382513f28n%40googlegroups.com.
