03-19-2020 10:35 PM
In creating user event, the name seems to be fixed by giving the label of data.
But I got to know the name is not the same with the label.
The label of data is just 'data' but the name is 'sys.Stop Application' in event structure.
I can guess a effect of file structure in the source code.
Can you let me know where to find the naming in effect or possible cases?
labmaster.
Solved! Go to Solution.
03-20-2020 01:00 AM
It depends on the name of the label you set to the data connected in the "user event data type" input of the Create User Event function and in your case, on the label of the refnum indicator in your action engine (Stop Application). If you make changes to the event name, you might have to re-create this indicator to see the correct names in the event structure. If you don't connect this directly to the Register For Events function but as part of a cluster, then the name of the cluster also appears in the Event Structure.
I think issue is related to this post.
03-20-2020 08:42 PM
You can wrap the data in a cluster to distinguish the event name from the data name.