Resolved I'm going mad. I can't see what my issue is.

Cecil

19+ years progress programming and still learning.
I just going mad! I can't see what my issue is.

Just created a simple Database Trigger (Write) for a New Table called 'EmploymentOperation.' When I "Check Syntax I get an error.

1521602002625.png
1521602013895.png

I have the field in the schema.

1521602027634.png
 

Cecil

19+ years progress programming and still learning.
I think I solved the issue. I had my delta database still connected, despite actually disconnecting the database. So, I had to database connected with the schema. Shutdown the AppBuilder and restart, fixed my issue.
 
Top