Hello
I'm making a query in a new CustomEntity and need get one field status,
Example ,in my CustomEntity01 Field Name : Props and i need get the status field in props something like: IP , WTG
Im using the following code:
sg.find("CustomEntity01", [['project.Project.name', 'is', project_name]],
['code','description','sg_sequence.Sequence.sg_status_list'])
and need the code for the query using dots like, props.Props.status , someone have idea?
Many Thanks