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
Aishwarya11Aishwarya11 

Create Button on Contact object .If Account field is not empty throw an error else navigate to any page. Using Aura component

Karan KeharKaran Kehar
Hi Aishwarya,

You can create Lightning component-based quick actions for this purpose. https://www.biswajeetsamal.com/blog/tag/quick-action/
Aishwarya11Aishwarya11
Thank you Karan for your responce.

Actually I have created a Button using <lightning:button> and onclick of button I want to check if contact related account field is empty or not