Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I want to hide editing of the record after a new record is added through "Add Page"I used:if ($data["Status"]=="processed"){$record["edit_link"] = false;} but it doesnt work. Can anyone help?
try thisif ($data["Verbucht"]==1)$record["edit_link"]=false;on list page, event "List page: After record processed".Works for me.