|
|
Sergey Kornilov admin 11/18/2008 |
|
Try the following: return $data["Status"]!="Requires Protocol"; |
|
|
|
buddy author 11/18/2008 |
Try the following: return $data["Status"]!="Requires Protocol";
|
|
|
|
Sergey Kornilov admin 11/18/2008 |
|
You need to copy and paste my code as is. There is no need to edit it or add something else. |
|
|
|
buddy author 11/18/2008 |
return $data["Status"]!="Requires Protocol";
|
|
|
|
buddy author 11/18/2008 |
You need to copy and paste my code as is. There is no need to edit it or add something else.
|
|
|
|
Sergey Kornilov admin 11/18/2008 |
|
BeforeProcess event is called once when page is loaded. It doesn't make sense to use this event to hide a record. |
|
|
|
buddy author 11/18/2008 |
BeforeProcess event is called once when page is loaded. It doesn't make sense to use this event to hide a record. Put this code to Before record processed event.
|
|
|
J
|
Jane 11/19/2008 |
|
Yes. |
|
|
|
buddy author 11/19/2008 |
Yes. All values are in the $data array.
|
|
|
|
Sergey Kornilov admin 11/19/2008 |
|
Buddy, return ($data["Status"]!="Requires Protocol" && $data["Status"]!="New Driver" && $data["Status"]!="Update Driver Requirements Checklist");
|
|