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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
URL search strings
We'll be using alot of custom html on our site. We often include URLs which submit searches. I know I can submit a search in a URL like this:
<a href="http://watchprince.explorewebdev.com/s.nl/sc.2/.f?search=black">black</a>
(finds all black items on our website)
I want, however, to narrow that search. For instance, if I want to find only black leather items, I can add +leather, like this
<a href="http://watchprince.explorewebdev.com/s.nl/sc.2/.f?search=black+leather">black leather</a>
Problem is, this searches the entire website and I end up with black leather watch boxes, watch winders, watch bands, etc. Let's say I only want Watch Bands. If I add +watch+bands to my search string, I still get boxes and actually lose some watch bands.