Netsuite Object

22 views
Skip to first unread message

muyideen animashaun

unread,
Apr 14, 2023, 1:13:15 PM4/14/23
to COZYROC
I connected to Netsuite using the token succesfully but I cant see object like sales order, I have changed the role id to different roles including the default. please what could be the issue

David Cohen

unread,
Apr 14, 2023, 1:21:01 PM4/14/23
to COZYROC
the sales orders should be in the NS transaction object.
try exporting the transactions, and then look at the transaction type.  SOs should be in there.

Ivan Peev

unread,
Apr 14, 2023, 8:32:33 PM4/14/23
to COZYROC
Please check the KB article here.

On Friday, April 14, 2023 at 1:13:15 PM UTC-4 muyideen animashaun wrote:

muyideen animashaun

unread,
Apr 17, 2023, 2:26:18 AM4/17/23
to COZYROC
Good Morning Ivan, 

Thank you for the message. When I try to use the search value from the article for the xml as below

<TransactionSearchBasic>
  <type operator="anyOf">
    <searchValue>_salesOrder</searchValue>
  </type>
</TransactionSearchBasic>

it defaults to
 
<TransactionSearchBasic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />

image.png

All attempts to build the xml from the GUI was not successful is there a further documentation on this that can help with building the GUI 

Thank you

muyideen animashaun

unread,
Apr 17, 2023, 2:29:49 AM4/17/23
to COZYROC
Hi David, there is no transaction object showing on the list of objects
nso.png

muyideen animashaun

unread,
Apr 17, 2023, 1:01:37 PM4/17/23
to COZYROC

Hi Ivan, I was able to exract the salesorder using the xml below

<TransactionSearchBasic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <type operator="anyOf" xmlns="urn:common_2019_2.platform.webservices.netsuite.com">
    <searchValue xmlns="urn:core_2019_2.platform.webservices.netsuite.com">_salesOrder</searchValue>
  </type>
</TransactionSearchBasic>

is there a documentation that can give more information on the xml building
Thanks
Reply all
Reply to author
Forward
0 new messages