SuiteLet – Sourcing subList fields for items
Answered
‘Here , in the Sublist i have sourced the ‘item’ list as a sublist field. I wanted the other fields (to be sourced)like ‘rate’, ‘amount’ , ‘itemType’ to be sourced according to the item i chose in the ‘item’ field (from the respective item record). Please provide a Solution , thank you in advance.’
Best answer
You could apply a client script to your suitelet, and use the entry point fieldChanged to populate the other values. Basically when the item “field” is changed, source the other values and populate.
Thank you, that would be free helpful