good evening,
I have this in my in my OnRecord event
$licDetailIcon = “<IMG SRC=’…/_lib/img/scriptcase__NM__ico__NM__sc_menu_home_e.png’>”;
{licDetail}= “<button class=‘scButton_default’>”.$licDetailIcon." Detail</button>";
sc_link(licDetail,BETAform_custCont_license.php , idsoftware=gloswID,"_self");
it works but the idsoftware value being passed just seems to be the first record in the database no matter what row I click on. that being said how do I pass the idsoftware value for that specific row?