hi,
I want to make certain task visible to certain users without using the function
frappe.share.add
or the share button . . In the role permission manager i have made all the project user to be not able to see any task they don’t have any read , write permission . . Basically the scenario is that i have made a custom child table in project which has a link type field called users . while creating a task after i select the project for that task and save i want only those users in that project’s child table to be able to see that task . Is there any alternative way without using
frappe.share.add
function or the share button