canRecordNavigate
Description
Fires before a Data Bound UX Component navigates to a new record (including the new record). If the code returns false, then the navigation is cancelled. Typically, your code will check to see if e.isDataDirty and then return false if e.isDataDirty is true.
Parameters
isDirty, isDataDirty target