You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not possible to use the get_list command to fetch child table records. In the Frappe API, the get_all function is normally used to ignore permissions for child tables. However, Frappe client does not have such a function.