Hello
I created a select dynamic field in free mode with a $uri->getValue('id') in the where statement. This select dynamic field is used in the ADMIN FORM.
it works if we EDIT an existing content but CRASHES with create a new one (since the id hasn't been created yet).
So I added a Workflow restrinction plugin on the select dynamic so that the field is only active when we edit the content.
However at the creation time the field still crashes because the SQL query is interpreted anyway BEFORE the restriction plugin !
How can I deactivate the field so that the SQL query is ignored when we first create the content please ?
thanks
cyril