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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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