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

LOV to show the code on edit

edited May 6, 2020 10:39AM in Visual Builder 1 comment

Summary

Combo-one issue

Content

Hi ,

I am facing issue to show the data in LOV.

I have 2 pages one is create and other is search. in the create page we have some LOV's. for that i am using 'oj-combobox-one' lets take Organization. i am showing organizationCode and storing  OrganizationId in page variable inventoryOrgId . options="[[ $application.variables.inventoryOrganizationsArray ]]" options-keys.label="OrganizationCode" options-keys.value="OrganizationId" value="{{ $variables.inventoryOrgId }}". on click of save i am saving the data in DB. inventoryOrgId is getting saved.

I am going into search screen and i have the option to edit. on edit button click i am getting data from DB on page load and coming back to create screen. On page load when i get the data i am getting organizationId when i assign that OrganizationId to the inventoryOrgId on the UI i am seeing OrganizationId but i need to show the OrganizationCode.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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