I just downloaded SC update ( as of Friday December 18th/2015) and it seems like this bug was fixed. I haven’t have enough time to test all parameters but one I needed
Here is the code
if ({sc_menu_item} == "item_15")
{
sc_apl_conf ("form_t_ticket_4co", "start", "new");
}
and now it works as expected.
Thank you all for your time.
I also replaced called form with another form (actually almost the same functionality but different name). This could be also the reason that not the macro works. Similar scenario is encountered when switching forms called from grid (when all of the sudden the ADD NEW button is gone). To be hones I’m not sure which of the two helped (an update or replacing called form).
Arthur