Skip to Content
0
Former Member
Feb 11, 2016 at 12:10 PM

Issue while fetching model data through id after saving but works when wait for some time and click again on a link

259 Views

Hi, I am new to hybris and facing below issue: I need to sync employee details from different system in hybris for which I am fetching all the employee data through a web service and sync with hybris database and show the list but when I click on the employee i am not able to find it in hybris and getting null pointer exception. At the same time when I run flexible query to search employee though HAC I am able to find that employee(I am using uid as a primary key to fetch data).

It also works if I wait for some time and then click on the employee link. Please help.