Hello!
I am trying to query line data of NetSuite Contract (native transaction type = estimate). I am querying all three line Ids using saved search
- Line
- Line Sequence Number
- Line Unique Key
In a later step I am trying to update these NetSuite Contrace lines in a NetSuite Import.
In the import I see following Line Id fields for Contract Items - Line ID
- Line Number (fieldid: linenum)
- Line Number (fieldid: linenumber)
Which Line ID from Transaction Saved Search should be mapped to which NS Import Line ID so that it will successfully update the lines without getting following errors:
- “Failed to save record because Please enter a value for amount.“ I am using following mapping
![]()
Thanks!