cancel
Showing results for 
Search instead for 
Did you mean: 

How To Provide ValueHelp To InputFiled In Visual Composer?

Former Member
0 Kudos

Hi,

I need How To Give Value Help To InputFields.

EndUser Using ValueHelp They Select One Value From List Of Values.How To Do It In VC.

Ok,Bye

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is simple.

Go for the field for which u want to create the Value help in the configuration panel.

Click on the field at right end on the symbol ^ ,then it will give u list of options in that select the value help option.

Then Select ur data service and search for ur Service or quiery.

Then click on next and enter the input and output port then do the proper mapping sto the fields then clikc on Finish.

Regards,

Govindu

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Subbarao,

in th tab Layout, by a right-click on your input field, you can add a value help.

the next step in to provide your value help by selecting a source (query, table, and so on).

First, you have to select the type (single selection). After that, you search your query. And in this query, you select a the characteristic that you want to have in your input field.

Hope this help

Bye

former_member190457
Contributor
0 Kudos

Hi,

you could display a pushbutton next to your input field.

This pushbutton would trigger a popup.

The popup would show a table with the list you need (retrieved from bapi o WS) and a confirm button.

Define an end point within the popup to which the selected value is passed

bind the popup output to your inputfield through the popup connector link in the main iview.

Reward points if it helped