Hi All,
I am trying to display or assign a field the name of the topmost subgrid record. Example, say my account Entity has a subgrid of a custom entity, how can i display the name of the latest subgrid record on field in account entity. I thought quick view would do the trick, but i was wrong. Please someone with better experience help??
Thank you
*This post is locked for comments
@kokulan @charles, thanks it worked.
Hi
As Charles suggested, you can create background/real-time workflow to triger OnCreate (if you latest means last created) or trigger the workflow on ModifiedOn field change (if you latest means last modified custom entity record) and copy the value from this to account entity field.
One thing to note, when workflow copies, if you adding record from Account from subgrid, the Account form will not refresh when the workflow triggers on a child record. You will have to manually force a refresh of the form to get the value refreshed.
Hello,
Create a workflow that triggers on create of the entity used in the subgrid.
In the workflow add a step that update the parent account (lookup field) field to the needed value based on the custom entity name.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156