What is the reason for not able to pass the salesorder document number as URL parameter when we pass it from a drop down list in suitelet that sources salesorder

The reason for that is the salesorder document number in the sourced dropdownlist list contains “#”. When we try topass that as URL it gets trimmed at #.

The solution is to pass the internal id or remove the # symbol before passing it as a parameter.

Leave a comment

Your email address will not be published. Required fields are marked *