public function setPreferences($warnerror, $mandavalid, $custnotes, $readonly) {
$this->preferences = new Preferences();
$this->preferences->warningAsError = $warnerror;
$this->preferences->disableMandatoryCustomFieldValidation = $mandavalid;
$this->preferences->disableSystemNotesForCustomFields = $custnotes;
$this->preferences->ignoreReadOnlyFields = $readonly;
$this->addHeader("preferences", $this->preferences);
}
No comments:
Post a Comment