saseow
Posts: 744
|
| Posted: 12/15/2008, 12:10 PM |
|
At Login, I create a session variable based on the branch that the user works for. This is called "user_branch" and echos correctly in the data form.
I want to restrict the data to only those users who are employed by the branch.
I have tried putting CCGetSession("user_branch") in the default field for the branch_id field but is still returns all records.
I have tried adding branch_id={user_branch} to the select clause for the editable grid with no luck either.... it returns all the rows.
Any suggestions MOST welcome!
Thanks,
Trevor
|
 |
 |
|