Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
i got table master and detail,in master list page ,it can show detail in pop window,i want to hide the link by condiction,how to do?
In the "After record processed" event, enter the following code:
$record['yourtablename_dtable_link'] = false;
Replace yourtablename with the real name of the details table.