Thanks Fred helping me..
now the code is being executed but Position.Retrive( ); does not return any value.
So my question is how to get the position of an Employee when we query the Employee BO?
Position node is associated to Employee BO in the repository.
I am getting UUID of the employee in the event and using Employee query QuerybyIdentification on Employee and it returns Status & UUID.
But how to get the position of this Employeed through Position node associated to Employee.
Can you please help m to retrieve position of Employee, as we can see in the repository the position of an employee is coming through navaigation by association Button in the query builder.
Thanks
Asaad