cancel
Showing results for 
Search instead for 
Did you mean: 

CRM - Data is not binding to table view when script tag with auto-complete .js file reference added to .htm page.

Former Member
0 Kudos

Hi All,

I am using custom component as popup in quotation with on custom button click action.

Custom component having one view and Value node created under this view with reference to z structure(No Model/BOL entity used) and also added one button to get and bind the data to value node.

Now i am calling this from quotation as popup,as below.

When i click on search button data is populated to my value node.

Now i want to add html input field with autocomplete option using Jquery. For this i have added the script tag with .js file reference in .htm page. Now when click on search button data is not biding to table view.

Note: I have just added script tag, input field not added yet. Also when custom component execute it directly in BSP_WD_CMPWB its working fine(As page is refresh happening on every action), but same is not working when i am calling as popup from Quotation.

Am i missing something here, Can you please help me on this issue. 

Thanks & Regards

Srinivas H J

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Just noticed that, if i pass anything to SRC variable in SCRIPT tag table view is not displaying any data.

In my case I have to pass the .js file path to achieve auto-complete for input field.

Please suggest, what are steps i need to follow.