Where is the relationship for an embedded list called?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 02:06 PM
So I understand that the refineQuery(current, parent) function within a relationship sets up a query that can be used to pull records for a embedded/related list.
Where exactly does this query actually get executed? .query() or .next()?
I'm struggling with an embedded list not updating with a field change on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 12:57 PM
Sorry I don't quite understand the big picture of what you're trying to do. You might have your Parent and Current objects reversed.
Parent is applies to table
Current is the queries from table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 03:24 PM
No worries, I appreciate the help, I'm going to refocus my question and ask it in a different but more specific way another time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 04:02 PM
You're welcome! 🙂
That query is used (server side!) whenever the form containing the embedded list is loaded. Or when the refresh API is executed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 04:02 PM
And sorry for the delay, it is only now that SN showed me that there has been an update to this thread!?!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2022 08:13 AM
I know I was getting emails this morning about it hahaha