Lock down ability to re-open a closed period

SOLVED

What is the best way to set up permissions so once a period is locked, only specific people can re-open?  I've been told I have to restrict access (or modify) to Set up Options. So I'd have to restrict/ modify Set up Options for GL, AP, and AR.  Is this the only way?  Thanks for your help!!

Parents
  • +1
    verified answer

    Limiting access to the Options screen would certainly do it.

    A UI script might also work.  It would be a tricky script to write though... making a Sage field to be read-only is something I've had mixed success with.  After that, using an IsMember check could filter permissions by a named Role.

Reply
  • +1
    verified answer

    Limiting access to the Options screen would certainly do it.

    A UI script might also work.  It would be a tricky script to write though... making a Sage field to be read-only is something I've had mixed success with.  After that, using an IsMember check could filter permissions by a named Role.

Children