Remove the space between the numbers in a phone number

Hi everyone,

do you think using DELCHR is a good idea?

i want to remove the spaces between a phone No. numbers for ex : +251 514 5546 to +2515145546.

SalesInvoiceHeader.“Ship-to Phone No.” := DELCHR(SalesInvoiceHeader.“Ship-to Name”,’=’,’ ');

is this correct?

thank you in advance.

yes, correct.
you can try this in test db first.