Hi All,
i want to know about the this best practice error.
“TwC: Validate access to return from display/edit method”
If any one know tell me the answer.
Regards,
Smiley
Hi All,
i want to know about the this best practice error.
“TwC: Validate access to return from display/edit method”
If any one know tell me the answer.
Regards,
Smiley
this was addressed here
Display methods can return data which user is not normally allowed to see. BP check forces you to consider this risk, make explicit security checks if needed (e.g. by hasFieldAccess()) and declare an issue as resolved using //BP Deviation decoumented.
Hi Martin,
now i cleared the best practice error.
Thanks u so much…