Lovs Issue
Summary
I am trying to show the items in the lov which is not working as expectedContent
Hi,
I am trying to show the Items As an Lov in my table. i am storing inventory item id and showing the item number(options-keys.label="ItemNumber" options-keys.value="InventoryItemId").
i have 2 pages one is create and other is search. i am searching the record on clicking on edit button in search i am navigating back to create page which is on edit mode with the data. that time i am setting the array (options="[[ $variables.currentIndexArr.itemDetailsArray ]]") before setting InventoryItemId to the value. Even then i am seeing the InventoryItemId not the ItemNumber. when i double click click on the cell and goes to edit mode that time i am seeing item number.