Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
strip special characters
Hey, Hi, Fellow NetSuite Coders,
We have a slick little field added to our CRM forms that let's us click to see our internal wiki page for that record. Works great, except when the record has a name on it that has special characters in it.
Example would be "Some Corporation!, Inc."
Our formula currently looks like this:
CONCAT('https://www.example.net/wiki/index.php/', {companyname})
Does any one out there have a way for us to improve upon this formula to strip out any character that is not "A-Z" or "0-9"? We only want those letters & numbers only.