Trying to programmatically display\hide the SC copy button in forms app, require to adjust the button name according to the code “trigger”.
in custom ajax buttons, only “clone” works:
sc_btn_display(“clone”, “off”);
in events like onLoad, only “copy” works:
sc_btn_display(“copy”, “off”);
According to the SC manual the name should be “copy” (no mentions of “clone”)
@netmake: can you please fix it?