SaveNewValueAndNotes Method (Attr)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValueAndNotes( _ ByVal newValue As String, _ ByVal newNotes As String _ ) public abstract void SaveNewValueAndNotes( string newValue, string newNotes ) ParametersnewValue Required. Holds the new value to save for this attribute.newNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members In This Topic
The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValueAndNotes( _ ByVal newValue As String, _ ByVal newNotes As String _ ) public abstract void SaveNewValueAndNotes( string newValue, string newNotes ) ParametersnewValue Required. Holds the new value to save for this attribute.newNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValueAndNotes( _ ByVal newValue As String, _ ByVal newNotes As String _ ) public abstract void SaveNewValueAndNotes( string newValue, string newNotes ) ParametersnewValue Required. Holds the new value to save for this attribute.newNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewValueAndNotes() method saves a new value AND notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewValueAndNotes( _ ByVal newValue As String, _ ByVal newNotes As String _ ) public abstract void SaveNewValueAndNotes( string newValue, string newNotes ) ParametersnewValue Required. Holds the new value to save for this attribute.newNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members