Hi team, I am trying to access the 'Inbound Shipme...
# general
c
Hi team, I am trying to access the 'Inbound Shipment' field that is added to Item Receipts when using Inbound Shipments/Ownership Transfers however I am unable to source it through custom searches or even Analytics. Is there a trick to accessing this field that I am missing?
c
That field’s a bit sneaky, as it’s system-linked and doesn’t fully surface in saved searches or Analytics. You can usually get to it through a SuiteQL query instead (check the transaction table for joins to inboundshipment). If you need it in a saved search, your best bet is a custom field sourcing the shipment ID via script or workflow, so native tools won’t expose it directly.
c
Hey Christian, thanks for the response! Just confirming - your suggestion would be to eg run an aftersubmit on create to grab the value and save it into a custom field that then is accessible to saved searches? Assuming that the field is visible for scripting...
b
I think he's actually saying run an aftersubmit that uses n/query to find the previousTranasctionLink and then populate your custom field with that value but potato.
c
Okay great, thanks for the help everyone 🙂
👍 1