Yes place the following code in the BO and it should work.
If Me.CurrentRow.RowState = DataRowState.Added Then '-- do your thing End If
Steve