Hi all,
In order to normalize data in the contact form, I want to suggest the country code a blank space for the "phone" field.
I used this command in order to set the value :
formContext.getAttribute(PhoneAttribute).setValue(country_code ' ');
However, the white space at the end is automatically removed and the field is only populate with the country code.
Did Dynamics implement an automatic "strip" method ? Is it still possible to keep the white space ?
Thank you