Does anybody know how to do that? Thanks in advanc...
# suitescript
m
Does anybody know how to do that? Thanks in advance... Usual searches do not work.
w
Since the inboundshipment field is not available as a search column, I would suggest creating a transaction body field that defaults to the value in the inboundshipment field. You can then use that custom body field in a saved search.
m
Great Idea. Thanks!!!
I already did something similar with inboundshipment line number
that were not available...
w
that scans. I remember tying the inbound ship lines to the PO lines is a horrible faff since I dont think you can add columns to the shipments.
m
I added the field with the configuration for default value but it was not populated
I am doubtful if that field is already populated on creation
w
you may need to uncheck the store-value option
m
Ah!
I'll try it. Thanks
Just to be sure. You were thinking about a simple text field and not a "List/Record" field, weren't you?
w
either are worth a shot. If you want to output the ID of the shipment to a text field you might need to specify the ID in the default value like:
Copy code
{inboundshipment.id}
m
But even if the Inbound Shipment is not listed among the records available?
w
not sure; worth a shot tho
inboundshipment is a scriptable field on the itemreceipt
m
Ok. Let's try it. You are very kind, thanks a lot for the help
It's not so easy to find somebody knowing these topics
Ok. It worked with the ID and disabling the store value. Thanks very much!
w
non c'è problema