How to Convert or Replace Characters from String by using CONVERTSTR Function in BC D365

Replace Characters from String by using CONVERTSTR Function: (1) In this blog, we will get to know about the use of the CONVERTSTR function in BC D365. Replaces all characters in the source found in FromCharacters with the corresponding character in ToCharacters and returns the converted string. (2) Note: The length of the FromCharacters parameter and …

How to Get Substring from Comma-Separated String by using SELECTSTR Function in D365 BC

Get Substring from Comma-Separated String by using SELECTSTR Function: (1) In this blog, we will get to know about the use of the SELECTSTR function in D365 BC. It retrieves a substring from a comma-separated string. (2) Syntax of SELECTSTR: NewString := SELECTSTR(Number, CommaString) (3) Note: It only uses when the comma “,” is in a …