How to get the related records from any transactio...
# suitescript
a
How to get the related records from any transaction record using script ?
r
Have you tried using either the Applied To or Applying To field on a search?
a
Yes - I am about to do the same
I was thinking if we could access the related record tab items
as we do with line items for items tab
r
I don think that tab is part of the record object
a
using api salesRec.nlapiGetFieldValue('item',id)
ohh - yes maybe the case it is not part of record
Thanks