I was trying to hide display of menu item in custom form so I used below property on the main form
SET_MENU_ITEM_PROPERTY('OTHER_DATA_ENTRY_MENU.BASELINE_CURRENT_YEAR',DISPLAYED,PROPERTY_FALSE);
It is working fine on my windows dev environment
But when we deployed the forms on Test environment on Linux it started giving below error
frm-47023 no such parameter named XXXX in form YYY
we tried to compile the form in Linux env and then deployed it but same issue
Its high urgency issue.
Please help asap.