Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
Generally, you only have to URL Encode fields or literal strings that contain the following characters:
! * ' ( ) ; : @ & = + $ , / ? # [ ]
So you never have to URLEncode a [Record ID#] as it contains only digits.
! * ' ( ) ; : @ & = + $ , / ? # [ ]
So you never have to URLEncode a [Record ID#] as it contains only digits.