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

Not able to default and get the options on oj-select-one

edited May 7, 2021 10:04AM in Visual Builder 3 comments

Content

We have a requirement to display list of values once it is saved, need to retrive and provide the option to update it.
seperationApprovalSignedByName is assigned on the load of the page.
Have set filterCriterion for mIREmployeeDetailsBOListSDP
{
 "op": "$co",
 "attribute": "displayName",
 "value": "{{ $variables.Separationapproval.seperationApprovalSignedByName }}"
}


<oj-select-one label-hint="[[ $application.translations.app.select_one_label_hint_9fab ]]"
   value-option.value="{{ $variables.Separationapproval.seperationApprovalSignedByName }}"
   options="[[$page.variables.mIREmployeeDetailsBOListSDP]]" options-keys.value="displayName"
   options-keys.label="displayName" on-value-changed="[[$listeners.ojSelectOneValue2]]"
   value="{{ $variables.Separationapproval.seperationApprovalSignedByName }}">
</oj-select-one>


Not able to get values other than the one stored at the first time when tried to update. Please suggest the way to display all the values and default the existing value stored.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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