Application Studio DataView not Targetable?

Hello all,

We are trying to create an event that runs on creating a new ShipTo in the CustomerEntry application.
In order to achieve our goal we have tried using an event that is triggered after the GetNew event, but we are trying to put in a condition that only causes our event to run if the user is inside the ShipTo dataview. We have tried putting in a condition that is true if the ‘{sysVariable.dataView}’ is equal to ‘ShipTo’ but that did not prove to work.

We have been trying things but we aren’t having much luck. Has anyone had any experience with this before ?