Followed the guidance and I can get this to work on the icons but not the buttons. After a new record is created I want the Add new and Inline add buttons to be disabled. I have been through the html and tried what I believed to be the correct names to no effect. Any one give me a clue here as to what i am doing wrong.
list page after record processed
if ($data["User_Name"] = "User_Name")
{
$record["edit_link"] = false;
}
works fine... but only for the Icon not the button.
I have tried changing edit_link to add_link and inlineadd_link without success.
Thanks,
Mike.