Help with action to go directly to adding a child record

When on the detail view for a parent record, I want to add an action button at the top of the view to go directly to adding a child record. Currently, the user has to scroll down to the inline view of the child records and click on the add button. The problem is, that is usually off the screen and users have to scroll to see it. Not a big deal but it make sense to add a button at the top of the screen to do the exact same functionality of the add button on the child records.

Problem is, I canโ€™t see how to do this. Can someone point me in the right direction?

Thanks.

Solved Solved
0 2 167
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

Use an action of type App: go to another view in this app with a Target expression that uses LINKTOFORM().

View solution in original post

2 REPLIES 2

Steve
Platinum 4
Platinum 4

Use an action of type App: go to another view in this app with a Target expression that uses LINKTOFORM().

Thanks Steve. Got it implemented. Appreciate your help.

Top Labels in this Space