--
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To post to this group, send email to erpnext-dev...@googlegroups.com.
To unsubscribe from this group, send email to erpnext-developer...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/erpnext-developer-forum/-/FnlRMhi9t0wJ.
For more options, visit https://groups.google.com/groups/opt_out.
HI RushabhIs there any option to stop loading a particular doctype from cache.. ie whenever i request for a particular doctype it should not be loaded from cache.. And it should execute cur_frm.cscript.onload??
time i load a particular doctype i ll call the onload function and check whether the logged in user can access the data or not. If he is restricted i have to redirect it to some other pages.If i load the page for the first time this logic will work.. But from