You need to sign in to do that
Don't have an account?
Nevin O'Regan 3
Can I add a Quick Action to the Home Screen?
Hi guys,
My users would like to be able to create Accounts from the Home Page. I have created a simple custom button component which I have added to the page but I am unable to get the a working syntax for controller.
Has anyone configured something similar in the past?
My users would like to be able to create Accounts from the Home Page. I have created a simple custom button component which I have added to the page but I am unable to get the a working syntax for controller.
Has anyone configured something similar in the past?
I have created a custom Quick Action to create Accounts and I have also created a Flow which guides the user through a set of screens to create an Account and then an option to create related Contacts if they so wish.
Is there any sample contoller syntax that you know of whereby I can call one of the above when a user clicks on the button?
Whatever you build needs to be supportable and manageable for any future updates. Easier to do this with config than if you went to some customisation involving VF and Apex , or going a lightning component, either of which kicks into development mode and the associated overheads there.
Regards
Andrew
Yes I agree with you that this would be the best solution but is it possible to add a global quick action to the homepage?