Can custom objects be nested? #91
-
How might I model a scenario where I have custom objects of custom objects? Let's use SaaS licensing as a scenario. I might have the following hierarchy. Licensing
Autodesk
What might be the best way to model this hierarchy via custom objects? |
Beta Was this translation helpful? Give feedback.
Answered by
mrmrcoleman
Jul 14, 2025
Replies: 1 comment
-
@rcon-git You can create fields that point to other custom objects. Just select |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rcon-git
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rcon-git You can create fields that point to other custom objects. Just select
Object
orMultiObject
as the field type and then select the related Custom Object from the list.