- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2014 06:07 PM
Hi,
I have just notice that the condition builder in servicenow trims spaces off the end of strings that you enter and I don't know how to get around it. see the 3 example records below:
Telstra Bigpond
Telstra Elite Gateway
TelStrat InternationalTelstra Elite Gateway
I want my condition builder to allow be to say anything that starts with "Telstra ", which would eliminate the 3rd record. However when I enter this, it gets trimmed back to "Telstra" and therefore includes the last record.
Does anyone know of a way around this? I tried "Telstra%20" but that didn't work.
Any help help would be appreciated.
Howard Elton
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014 03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2014 07:09 PM
Possibly try Telstra* as a wildcard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2014 07:21 PM
Thanks Michael but the condition build does not support wildcards. Other wise I would use 'Telstra *'
Thanks
Howard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2014 07:42 PM
  ? I'm not really sure. When I use the condition filters it sees the space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2014 03:31 AM
Try:
Name <startswith> javascript:"Telstra "
🙂