Discussions
SS2.0 equivalent functions to remove and add selectOptions in Client Script
Hey guys. with SS1.0, we had access to nlapiRemoveSelectOption, nlapiRemoveLineItemOption, nlapiInsertSelectOption and nlapiInsertLineItemOption. For line item select field, it didn't work so you did have to use DOM hack. But for main level fields, you did have the option to use removeselectoption and insertselectoption.
I haven't been able to find equivalent function that will allow me to do this. I don't see any function sunder Record object for me to use.
Anyone experience the same thing in SS2.0?