You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

SelectSingle new biz

edited Jan 29, 2021 9:41PM in Visual Builder 19 comments

Content


Have an ADP based editable table. Inside editable table, have a editable SelectSingle.
On this editable SelectSingle have created getSuppliersListSDP variable. It has

Key Attributes =  SupplierId


     <oj-select-single   placeholder="Select" value="{{ $variables.myRow.supplierId }}" data="[[$page.variables.getSuppliersListSDP]]" item-text="Supplier" disabled="[[ $current.row.linkedFlag === 'linked' ]]"></oj-select-single>

When user selects Supplier say ABC, then SupplierId ( 4567889 ) gets submitted. We really need SupplierId submitted as we need this 
a> id to be passed on to OIC and 
b> also we want to save this submitted id in the VBCS BO. 
We have already accomplished both a and b and is working perfect.

Issue : When this happens, 4567889 is shown in the SelectSingle. Now biz has come back say - they want to see Supplier ( ABC ) to showup in SelectSingle after the selection instead of current 4567889. 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!