Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: Barrie Treloar on April 28, 2016, 12:23:17 pm

Title: Custom Query for "Run State" details of Object instances?
Post by: Barrie Treloar on April 28, 2016, 12:23:17 pm
I've been through every table "t_*" in the "Find in Project" custom search using the SQL Scracth Pad.
I was unable to find which table stored the Run State details of Object instances.

Does anyone know where I find that information please?
Title: Re: Custom Query for "Run State" details of Object instances?
Post by: KP on April 28, 2016, 01:11:51 pm
t_object.RunState
Title: Re: Custom Query for "Run State" details of Object instances?
Post by: Barrie Treloar on April 28, 2016, 01:54:53 pm
My apologies, clearly I didn't scroll far enough to notice that one.

Thanks.