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

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 12

  • @omegasp
    @omegasp 3 วันที่ผ่านมา

    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 ปีที่แล้ว

    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

  • @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

  • @prasantpant9483
    @prasantpant9483 2 หลายเดือนก่อน

    How to restore all doctypes permission?

  • @bala859
    @bala859 ปีที่แล้ว

    What version is used in this tutorial