Another question is that how to search item by "it...
# suitescript
z
Another question is that how to search item by "itemid" in saved search if the itemid contains forward slash? (e.g. Test New-BLK-EU / UK)
n
Shouldn't that be simple like in filters use: Name contains /
z
but no result is found after passing above keyword(with slash) in filter.
n
okay. try using //. It might be parsing it as a escape character.
z
didn't work
I also tired to replace / with _ using formula in filter and search "Test New-BLK-EU _ UK" but it also didn't work.
n
Instead of using this in saved search, can you try this in a dynamic search? Just give it a shot and if it works, we can do something about this.
Hey! I just ran this in my account and it runs fine. Gives me records correctly where SKU has '/' in their name. The catch here is I am using Name (internal)
Here is an image for reference
The Name internal looks up for the NAme field on Item record where as Name field looks up teh Display Name. Of course. netsuite
z
Thanks. I tried it but still no row is found. I believe that something is wrong with the item setup. FYI: I am searching matrix sub-item.
message has been deleted
n
Why giving is. Give Contains and don't give the whole thing just a part of it and see if it returns anything for you
I'll try and let you know if I find anything