Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Is it possible to programmatically create 'gift certificate' record?
Hi, All!
Is it possible to programmatically create 'giftcertificate' record?
I do it this way:
var giftCertificateRecord = nlapiCreateRecord('giftcertificate', {giftcertcode : 'PPPPPPPPP'});And get error:
INVALID_RCRD_INITIALIZE. You have entered an invalid default value for this record initialize operation.
Without initializeValues
var giftCertificateRecord = nlapiCreateRecord('giftcertificate');I get:
GIFT_CERT_CODE_REQD. You must specify a gift certificate code.
any ideas? Thanks!
0