SaveNewNotes 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 SaveNewNotes() method saves a new Notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewNotes( _ ByVal newNotes As String _ ) public abstract void SaveNewNotes( string newNotes ) ParametersnewNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members In This Topic
The SaveNewNotes() method saves a new Notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewNotes( _ ByVal newNotes As String _ ) public abstract void SaveNewNotes( string newNotes ) ParametersnewNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewNotes() method saves a new Notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewNotes( _ ByVal newNotes As String _ ) public abstract void SaveNewNotes( string newNotes ) ParametersnewNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members
The SaveNewNotes() method saves a new Notes for this attribute to the database. Descendants must override this function and implement it.Syntax Visual BasicC# 'Declaration Public MustOverride Sub SaveNewNotes( _ ByVal newNotes As String _ ) public abstract void SaveNewNotes( string newNotes ) ParametersnewNotes Required. Holds the new notes to save for this attribute. See AlsoReferenceAttr ClassAttr Members