C# NetSuite WebServices: Get value from custom field in saved search (ItemSearchAdvanced)

后端 未结 2 1489
南旧
南旧 2021-01-23 15:18

I\'m using C# MVC to connect to NetSuite using their WebServices API. I have some current code that calls a saved search of inventory items. Here is the current code that is w

2条回答
  •  不思量自难忘°
    2021-01-23 16:17

    Try setting scriptId with the ID of the field ("custitem_xyz"). That should work.

    Before 2013 one would use internalId, but since then it changed to scriptId.

提交回复
热议问题