Photon Transform View Not Syncing The Values

I am facing an issue regarding Photon Transform View,

I have an enemy which attacks on player after some time, I am using Unity Navmesh agent for Enemy AI, I disable navmesh agent for all other enemies except from master clients enemy and on switching maser client i simply disable old master's agent and enable and reassign enemy's target

The problem is sometimes my enemy fail to sync its position accross devices and I can't find out specific scenario of this case, I want to understand in which cases photon transform do not sync object's positions.