E
|
electromotive 11/5/2010 |
This a relatively common requirement. |
A
|
almeida author 11/5/2010 |
This a relatively common requirement. Let's say you had a binary field in your record called "LockIt". In the List Page: After Record Processed event, add the following snippet: if ($data["LockIt"]==1) { $record["edit_link"] = false; }
|