cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CRM WEBUI - Enhanced Component ITEM..INSSERT Button does not work

0 Likes
294

We have recently upgraded from CRM 7.0 to CRM 7.2, we are facing a wierd issue.

We have enhancement done on Quotation item level. Now in the upgraded system, the INSERT button does not append any new lines to the item. The same works perfectly fine on Sales order.

Is there any activity I need to do or any specific checks.

PS: I am new to WEBUI so need help here.

Can you please help me on this.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member307372
Discoverer
0 Likes

i have faced the same problem, anybody help

tanaya_das
Explorer
0 Likes

Hello Abhaykumar,

In Web UI, each button triggers an event associated with it. The expected functionalities of the button is written in that corresponding event. Please check the event associated with the button.

In order to know which event is triggered, go to the view implementation class ( class ending with IMPL ) --> go to the method 'DO_HANDLE_EVENT' and put a debugger there. You will get to know the event and the method that is getting called for that event.

In the meantime, can you please tell me which BSP element you are using ? IUICQUOT ?

Thanks and Regards,

Tanaya