Hello everyone, I am having issues in creating rec...
# suitescript
n
Hello everyone, I am having issues in creating records by using SS 2.0. Though I set parameter to ignore mandatory fields, it still needs to enter values in mandatory fields. What can be the reason? Thank you! Example: recNew.save(true, true);
s
Did you use this?
Copy code
var recordId = objRecord.save({
    ignoreMandatoryFields: true
});
n
Yes, exactly.
j
can you post your exact code, and a screenshot of the error?