I'm looking to get the date that a record was added to a subgrid... is this possible?
Ideally, I'd like the subgrid to show when that particular record was added to it.
I'm looking to get the date that a record was added to a subgrid... is this possible?
Ideally, I'd like the subgrid to show when that particular record was added to it.
Yeah, I didn't think so. Unfortunately this isn't supported out of the box
Unfortunately, that wouldn't work as each record in the subgrid could be added to multiple subgrids :(
Ideally, I was looking for a more 'off the shelf solution' so I don't think your 'overkill' suggestion will fit in either?
community.dynamics.com/.../702146
Use this thread for more information. one solution could be to create a new date field on that said record (lets call it "dateAdded" for reference). Then you could write JavaScript that runs on refresh of your sub grid, when it refreshes you could check what record in the subgrid doesn't have a dateAdded value, then set it; so each new record you add will have a null value initially for datAdded and that's how you know it's the newly added record.
This will fall flat if this record is associated with multiple records.
I may have one more solution but it might be overkill
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,436
Most Valuable Professional
nmaenpaa
101,156