Good Moornig all,
I have enhanced the component ICCMP_BTPARTNER creating a new view.
Now in this view I would like to create an input field usingtag and with a button submit the value of the input to the server.
Usually in BSP programming to do that you define a code like that:
You declare a <form> and when you press a submit button you transfer the input value from the HTML page to the server.
In my CRM BSP view istead, if I declare a <form> statement and i try to open the view, the view will be in a loop, it remain with the loading image..
So I would ask, if I want add an input field, how i can declare it and how I can read the value from the server?
Many thanks
Regards