Visual Phonebook Context

I saw in the 2.10 announcement some phonebook context mentioned but have not been able to find documentation. What I want to do is have three different departments use it and populate it with entries that apply to them, so a user will only see entries from their department, is this possible?

Comments

  • Hi Jason,

    If you use panel context, the phonebook will inherit them. In fop2.cfg you have to create the contexts like:

    [departmentA]
    user=100:1234:all
    buttonfile=depta.cfg

    [departmentB]
    user=200:1234:all
    buttonfile=deptb.cfg

    And load the panel like:

    http://x.x.x.x/fop2/?context=departmentA

    Whend doing so, each context will have its own phonebook. If departments share the button and user configuration, just use the same for both, but you must log with the correct context in the url.
Sign In or Register to comment.