I am trying to access these fields in a saved tran...
# suitescript
c
I am trying to access these fields in a saved transaction search. But i cant seem to find them in the search, i tried to use formula's and the NS field explorer to access them but without any luck. I need them for my script code
b
basic approach should be to make a transaction search in the ui that only returns the transaction you are looking at
then add every single quantity related column to the search to find what you are looking for
keep in mind that search columns and record fields dont need to have the same id to refer to the same data
c
I want to filter on manufacturing workcenter, but aparently i cant make multiple joins. When i set the mainline to false, i can accesss the values on the above picture easily. But whenever the mainline is false i cant get the manufacturing workcenter joined. And Vice Versa.
I want to look at a lot of transactions, the reason why im using a search, to see multiple transactions, not just one
b
you can make your search return multiple transactions, its just that its easier to identify which columns match fields when you are only looking at one transaction
dont expect to be able to do multiple joins
graduate to N/query to get that functionality