Evaluating SC prior to purchase and I have two questions

PHP/Mysql.

1 . Can it distinguish between two different security levels and filter a grid accordingly.

For example a grid of students. If the user has security level of Admin: Show All,
If user has security level of Teacher: show only that teachers kids.
So the Where statement would be altered depending on the security level.

  1. Am I able to create a function(in PHP) that assigns students to their nearest site location, and then call that function off a button or link?

Simple Yes or No… am not expecting a walk through :slight_smile:
Thanks!

Yes. You can do it.

Simple yes

I will still give a try to be more specific. There are no limits what you can do. But locating students to their nearest site location is not a function that comes out of the box of scriptcase. I mean you have to program that part by yourself. But you could put that code behind a button, yes.