Sc_btn_display with "update button" doesn't work in mobile sub-menu

Hi,
I have a sub-menu for my options (update, progA, ProgB). If i put in onload event a sc_btn_display(“update”,“off”), all menu options disappear.

send to bugstracker

Guy
v9.6.011

Try
sc_btn_display(“Update”,“off”); // case sensitive?
Or…
try renaming the button to something else… SC may have that as a reserved button name.

Hi,
Yes case sensitive. Menu appears but update too ( sc_btn_display(“Update”,“off”). Doesn’t work finally

Hello

if ({tp_customeri} == “personal”)
{
sc_btn_display(“Update”,“off”);
}
else
{
sc_btn_display(“Update”,“on”);
}

Validate true is off and false is on

I hope it works