This question has been flagged

How to restrick user to access wizard from different view of same object ?

Egs Sale.order object which has differennt views I want to restrict user to access a wizard from view say A but same user can access this wizard from view say B.

Thanks & Regards

Maulik

Avatar
Discard
Best Answer

You may use validations based on active_model of context to check the view of specific object. Hope this may help you. 

Avatar
Discard