Hi All,
Am facing an issue in Rollup Field
Entity A
Entity B
Entity A have 1:N RelationShip of Entity B
in Entity B i have Total Amount Field
in Entity A i have Rollup Field from Entity B(Total Amount Field)
if i logged in as Admin i can see Sum(Total Amount from Entity B)
if i logged in As User they have only Read/Write Access to their records only i cannot see the Records but the Rollup field is showing same as Admin
(Eg)
Entity A --> Record Name --> TESTING FOR CALCULATIONS
Entity B --> Record Name --> Child 1 (Amount : 100) (Created By USER A)
Entity B --> Record Name --> Child 2 (Amount : 100)(Created By USER A)
If i logged in as System Administrator then in Entity A User A can see Rollup Field Showing Value as 200
if i logged in as User (with Create and Read User Access) User B Should see the value as ZERO(0) But still i can see 200
can any one help me here?
Thanks in Advance