Join Slack
Powered by
You can use the fallback behaviour of the logical ...
# suitescript
e
erictgrubaugh
02/26/2020, 3:39 PM
You can use the fallback behaviour of the logical AND operator:
Copy code
var createdFrom = (tranData.createdFrom[0] && tranData.createdFrom[0].value);
2
Views
Open in Slack
Previous
Next