I am inserting in the field in the client script ...
# suitescript
r
I am inserting in the field in the client script
Copy code
subProjectId.insertSelectOption({
                value:subProjectInternalId,//"Option"+index++,
                text: subprojectName,
              });