Hi AXperts,
My requirement is to Pass the Parameter named - “ABCD” from List Page form to a Controller class which is MenuItem.
For that in List Page interaction class, in SELECTIONCHANGED method, I added the following code -
this.listpage().actionpanecontrolparameters(formcontrolstr(, ), “ABCD”);
IN MAIN method of the controller class, I wrote the following -
info(element.args().parm());
But the Value is not coming. Please help.