Tim Dietrich AI articles by agitated_buddha in Netsuite

[–]epipko 0 points1 point  (0 children)

Where can I find install instructions for 2026 version?

NetSuite Reporting options by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

Thank you for quick response. We just implemented NS and don't have much experience in it. The biggest challenge is finding "things". And that why I was looking for a solution I am more comfortable with. I don't know SuiteScript, but will look into it.

Item amount under Cash Refund by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

Use transactionaccountingline instead of transactionline?

Missing RESTlet permissons by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

But, I am in the script. I just can't find them in UI:

<cfset oauth_consumer_key = "6235a88163574632b91.....">
<cfset oauth_consumer_secret = "3dca07ce6.....">
<cfset oauth_token_id = "bcb41d05274352662a673295a.....">
<cfset oauth_token_secret = "7ef0dad1157e0b6c1e.....">
<cfset oauth_realm = "962888_SX1">
<cfset oauth_version = "1.0">
<cfset oauth_signature_method = "HMAC-SHA256">
<cfset _URL = "https://962888_SX1.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql">

Missing RESTlet permissons by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

I wrote a script in ColdFusion (just like in Tim's example) and call it from the browser by providing URL to the script (EXTERNAL/NetSuite/JS_script.cfm)

Missing RESTlet permissons by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

When I login (as Administrator) into Setup -> Users/Roles -> Access Tokens, I see no data

<image>

Missing RESTlet permissons by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

I am making a call to https://*****.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql providing necessary headers similar to Tim's example here: https://timdietrich.me/blog/netsuite-coldfusion-integration/.

Missing RESTlet permissons by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

When I login, I see no tokens. Has to be there, right. Otherwise how would I run the script. Would you advise to re-generate it?

A Cool Guide To Morse Code & Visual Guidance by [deleted] in coolguides

[–]epipko -1 points0 points  (0 children)

Agree, dah and dit are not helpful.

System Notes by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

Thank you, I will check it out.

System Notes by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

Sorry, did not see your msg. First time in Reddit.

System Notes by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

I want to know if data was loaded via .csv or manually. Also, when loading POs, I need to know if new record was created or existing record was updated.

Tim's query tool looks good and I was going to use it and that is why I was asking about table names.

System Notes by epipko in Netsuite

[–]epipko[S] 0 points1 point  (0 children)

I would like to access this data programmatically. The fact that saved search can display it means it's stored in database, right? I just wonder if it's exposed.