Custom model and Task and Note fields
It seems that on creation of custom model the Task and the Note fields do not appear in the field list of the custom model
Though if you go to the page of a record edit you can see that the Task and the Notes exist in the level of the record as tabs.

7 Replies
So I'll tell you the fix to this here noteTargets inside of the api section has blocknote that is where the note for a record is stored
@kyrpav
so you cant add it via the ui only via the api
no no
in the ui in the setting in the field list the note and the tasks does not appear but in the main user interface

So above you see that the tasks and notes does not exist in the model fields but in user interface for the record they are fine
yes
because they dont appear because you need todo it by the api
noteTargets
is on the api not inside of the ui
same with taskTargets
but the user can write from what i understand task and notes in these custom models and by api i can get the data?
Yeah so when you're writing notes inside of twenty what happens is that there is a taskTarget and a noteTarget
the notes object itself is its own stnadalone version of thesehere whichc elans that data
from my understanding