I have a saved search for Sales Order. I've added ...
# general
s
I have a saved search for Sales Order. I've added a parameter for Document. in the Document parameter field, is there's a way to put to SO, like SO110256, SO110456 ?
b
hi I dont have a definite answer but I would like to direct you to a Suiteanswer that might help you SuiteID 41229. Saw there a part where you can use a REPLACE formula which I think is similar to the one used in Excel. Hope it works out
@Simon hey I dunno if you have solved this problem but I just wanna share I found the solution to your problem. Make a saved search for sales orders then in the results tab, include a Formula (Text) field then use the CONCAT formula. Try this: CONCAT('SO', {number}) . It worked perfectly for me.
s
Good idea but it's not exactly what I'm looking for. In the parameter screen that is SAles Order, the user want to enter 2 sales Orders. He want to get the saved search for SO1 as well as SO45. Possible to enter 2 values in the parameter screen ?
b
Do you mean that in addition to adding the "SO", you want the saved search to only show those two specific transactions and not ALL sales orders?