1758
Points
Questions
7
Answers
382
-
Have you made any changes recently, for example to subsidiaries, etc?
- 89 views
- 2 answers
- 0 votes
-
Hi,
What happens if you omit line from the line to be added?
Thanks,
Chris
This answer accepted by brian_formatexception. on March 7, 2023 Earned 15 points.
- 44 views
- 1 answers
- 0 votes
-
Copying and pasting from here can be a bit odd. Please make sure it is copying a single quote character:
function updateApprovalStatus(rec_type, rec_id) { nlapiSubmitField(rec_type, rec_id, 'approvalstatus', 1); }
- 121 views
- 17 answers
- 0 votes
-
Hi,
I believe mush of the NetSuite documentation is also reproduced here:
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-helpThanks,
Chris
- 67 views
- 1 answers
- 0 votes
-
Hi,
You are missing a comma after your first “AND”.
Thanks,
Chris
- 80 views
- 2 answers
- 0 votes
-
Hi,
What type of field is “custrecord_apd_pcm_sequence”?
Thanks,
Chris
- 69 views
- 1 answers
- 0 votes
-
There was a typo in my code:
function updateApprovalStstus(rec_type, rec_id) {
nlapiSubmitField(rec_type, rec_id, ‘approvalstatus’, 1);
}should be:
function updateApprovalStatus(rec_type, rec_id) {
nlapiSubmitField(rec_type, rec_id, ‘approvalstatus’, 1);
}Thanks,
Chris
- 121 views
- 17 answers
- 0 votes
-
- 121 views
- 17 answers
- 0 votes
-
Hi Daria,
You’d typically create a text document on your PC, change the extension to .js, then upload to File Cabinet > SuiteScripts.
Thanks,
Chris
- 121 views
- 17 answers
- 0 votes
-
Then you can’t do that with saved searches.
SuiteAnalytics however allows you to join two datasets.
- 65 views
- 3 answers
- 0 votes