Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
Join the largest gathering of the NetSuite Community at SuiteWorld in Las Vegas, September 9-12! Discover cutting-edge innovations, attend insightful sessions, network with industry leaders, and elevate your business to new heights. Register here!
Script is generating a leading space, what is wrong?
I am combining the contents of two fields to create a URL Component. The problem is that the script seems to yield a leading space in the result. I don't really understand what I have done wrong and I don't understand the logic of the syntax. I have tried the tutorials but they don't seem to help.
This is my script
LOWER(REPLACE(REPLACE({parent}|| '/' || {name},' : ','/'),' ','-'))
For example:
"parent" might contain "Lighting Components" "name" might contain "Commercial Bulkheads"
Expected result "lighting-components/commercial-bulkheads"
Actual result " lighting-components/commercial-bulkheads"
Tagged:
0