-
Trying to add the "Notes" section from the Northwind sample to my form,however I am getting an error that I cannot resolve. I have the "Notes"Module under a st of Modules Called CORE and I am referencing this Notes module from another Module called Switch. I receive the following error when trying to save a new record with a Note attached or trying to Edit a record without a note attached. What am I missing or where am I going wrong? Here is my code: NoteRow.cs
NoteDialog.ts
NoteRepositry.cs
NotesEditor.ts
NotesBehavior.cs
In my SwitchRow.cs I have:
In my switchForm.cs I have:
In my SwitchDialog.ts I have:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the answer. I had to change my table name to This is solved |
Beta Was this translation helpful? Give feedback.
I found the answer. I had to change my table name to
"[online_forms].[notes]"
This is solved