UNPKG
netsuite-suitescript-mocks
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Netsute mock
github.com/mycsHQ/ns-suitescript-mocks
mycsHQ/ns-suitescript-mocks
netsuite-suitescript-mocks
/
nsobjects
/
emailModule.jsx
13 lines
(10 loc)
•
209 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * Return a Netsuite Email Module * *
@classDescription
Email object *
@constructor
*
@returns
{
N/email
} */
module
.
exports
= {
send
:
(
obj
) =>
nlapiLogExecution
(
'Email'
,
'Sent'
, obj.
toString
()) };