Accessing Database Extensions? #50
-
Is it possible to access custom / extended fields while connected to the Students table? I tried adding them to the projection, but that doesn't work.
More extended field examples: StudentCoreFields.act_date |
Beta Was this translation helpful? Give feedback.
Answered by
cbini
Jan 6, 2025
Replies: 2 comments
-
Hey @coletarbet! You need to query extension tables individually. For example:
Make sure your plug-in includes that table and fields for reading. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
coletarbet
-
Ok thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @coletarbet! You need to query extension tables individually. For example:
Make sure your plug-in includes that table and fields for reading.