<@U5TF1GQ20> Hi Battk, Could you please help me w...
# suitetalkapi
a
@battk Hi Battk, Could you please help me with the following question? My client asks me to integrate from NetSuite to our application the Item field from Cash Sale. And he provided an example of the Item field. For example, FN810 Black W1000 But in NetSuite, on UI, in Cash Sale, I see only the Item description and Item code. For example, ACC00009. Maybe the client means that the Item in the Cash Sale is the Inventory Item. How to add the Inventory Item field to Cash Sale to see the field ID?
b
use the standard cash sale transaction form
you should have a column named item
a
Do you mean this field?
b
that is the item field
a
I see only this field
with name Item
Could you please clarify the Field ID for the column named item?
b
item
a
I found
Do you have an example how this field looks like on Ui? My test account doesn't include this field
b
what are you pointing to in your first image?
a
Item. I thought you mean that this is not one field Item
b
no, im saying thats the item field
a
okay, thank you.
@battk The Item field has the type 'select'. We need the Item field with the type 'string'
What value then take with the type string?
b
you wont be doing that via soap
do a search for the matching item to get its internal id
a
The search returned only this
The appropriate Item field with the string type I didn't find.
{item.item.text} should return the user friendly name of the item.
is it correct?
b
as in do an item search
do a search for the item that you want to set
use the internal id of the matching result
a
Thank you!