95
Points
Questions
12
Answers
20
-
var headerObj ={};
headerObj[‘Content-type’] = ‘application/json’;
var response = https.post({
url: endPointURL,
body: JSON.stringify(obj),
headers: headerObj
});- 312 views
- 1 answers
- 0 votes
-
- Create a custom field
- trigger client script from suitlet as per your criteria
- In the client script refer the field change function
- 241 views
- 2 answers
- 0 votes
-
var fieldgroup = form.addFieldGroup({ id : 'fieldgroupid', label : 'Field Group' })
.isBorderHidden = true;
- 247 views
- 3 answers
- 0 votes
-
- 633 views
- 1 answers
- 0 votes
-
Use nlapiCopyRecord api
- 910 views
- 1 answers
- 0 votes
-
1) use after submit, load the record
2) get item line count
3) inside a looping get item id and set to the current line custom field.
4) final submit record.- 544 views
- 1 answers
- 0 votes
-
- 928 views
- 2 answers
- 0 votes
-
is it check the RUN UNRESTRICTED checkbox under the result subtab in the saved search?
- 489 views
- 1 answers
- 0 votes
-
You have to use the client script for the pop-up and create fields and buttons. once click the button have to use pure Javascript functions(like onclick etc.. ) gettting those field values and set the data in sales order custom fields.
- 445 views
- 2 answers
- 0 votes
-
Once click the button, you have to create a suitelet inside suitelet write download functionality.
- 1178 views
- 1 answers
- 0 votes