function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Chad RitchieChad Ritchie 

Creating Button on Record

Hey guys, I created a junction object, "CU", under a custom object, "Investor". The junction has a button to create a new record, which is just what we want, but how do we get that button to appear at the top of "Investor" record rather than way near the bottom as a Related Object button. Is this possible? It'd really help our users to see this New Record button at the top than at the bottom with other related object buttons.

MagulanDuraipandianMagulanDuraipandian
With lightning it is easy - https://www.infallibletechie.com/2019/06/how-to-create-child-record-from-button.html
Chad RitchieChad Ritchie
Alright thanks! Do you know if it's possible in Classic?