All About Roles and Permissions Management in Frappe Framework/ERPNext!

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

Комментарии • 12

  • @omegasp
    @omegasp 8 дней назад

    Hello! Is there a way to assign a permission to ALL users? When I try to add a permission, the "All" role doesn't show up...

  • @ShahayTalks
    @ShahayTalks Год назад

    Urgent.
    Hi, i want to understand how dynamic link works and what is the use of dynamic link. Please please explain this.
    I want to create a state field and then district field. Then i wan interdependency between states and city.

    • @BuildWithHussain
      @BuildWithHussain  Год назад +1

      Hi 👋
      Basically, you have to use the set_query API in client script to achieve this:
      frm.set_query(“district”, () => {
      return {
      filters: {“state”: frm.doc.state}
      }
      })
      Please post your question here: discuss.frappe.io if this doesn’t help.

    • @ShahayTalks
      @ShahayTalks Год назад

      @@BuildWithHussain hi, thank you.
      We want same dependency in the child table also. How can we do it? Please explain

  • @nirajregmi6843
    @nirajregmi6843 Год назад +1

    @hussain suppose i have 100 employee and what i want is i have 10 project managers and under those 10 manager i want to split those 100 employees timesheet. 15 employees' timesheet should shown under 1 manager and soo on.. i can i do that? There is user permission doctype from where we can give permission of employee but doing so for more employee is very tideous process.. could you please suggest proper way to implement this

  • @nirajregmi6843
    @nirajregmi6843 Год назад

    Is there any implementation of role permission for attachments and files? What if we want to give access of attachments to some users only

    • @BuildWithHussain
      @BuildWithHussain  Год назад

      Hi 👋
      AFAIK no, maybe you can raise a Feature request here: GitHub.com/frappe/frappe

  • @prasantpant9483
    @prasantpant9483 2 месяца назад

    How to restore all doctypes permission?

  • @bala859
    @bala859 Год назад

    What version is used in this tutorial