- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
In a SDK project I am creating two tables with fluent. One table need to have the other as a reference.
How do I define that relationship in fluent?
I have tried a few different things
on the parent table I have:
and I have tried this
the field is created but the reference table is not populated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Figured it out.
it is
referenceTable: 'x_devas_importer_job',
but it failed initially because at first I had used "reference" so the field was created. And once the field is crreated without the reference above update will not change anything. I had to delete the field first then deploy the app again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Figured it out.
it is
referenceTable: 'x_devas_importer_job',
but it failed initially because at first I had used "reference" so the field was created. And once the field is crreated without the reference above update will not change anything. I had to delete the field first then deploy the app again.
