06-14-2016 03:54 AM
Hi,
I want to display a form with details of the single feature selected on the map.
So I want to select single feature on the map and then to open a workflow form with its details.
I have form prepared and browse Workflow action defined with tab as elementcontext active feature defined.
But the problem is with form data. The form is empty or if I have first another form opened with details of another object from the same table I have details not of my object selected from the map but object previously displayed.
Solved! Go to Solution.
06-14-2016 06:31 AM
Hi Piotr,
please be sure you click on the object with left mouse button first, and then activate the element context with right click. Looks like you are getting the last object selected. Please check also the layername, tablename and primary key information are set in the right way.
Stefano
06-15-2016 07:34 AM
Hi Stefano,
It works. I put as a table in the form defition name not entity. It should be entity (in case of oracle - Schema.TableName).
Thanks.