
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2019 04:36 AM
Hi,
maybe I have missunderstood something in terms of associations wrong, but how can I use/how am I handeling associations when adding data to my database.
What I mean is when I want to add an foreign key to a database table, how do I use associations?
My community edition is 5.2 and I am using a postgre Sql database
Looking forward to your answers.
Regards
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 03:05 PM
Associations have nothing to do with adding foreign keys in a database. You simply define associations in your Alfresco data model and then create associations between two nodes at runtime using code and/or configured forms in the UI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2019 03:05 PM
Associations have nothing to do with adding foreign keys in a database. You simply define associations in your Alfresco data model and then create associations between two nodes at runtime using code and/or configured forms in the UI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2019 02:49 AM
I think I now understand where my logic gap is.
Thank you for your fast and informative answer.
