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
Sid LightningSid Lightning 

Lightning Button/Action to call an Apex Webservice method

Hi,

I want to update details on account, which further should update in external system. 

We have an API already made, which updates through a backend event. However, I want to create a custom lightning button on Accounts , which should call that method and hence update the call.

Can someone tell, how is this achievable?
Sid LightningSid Lightning
Can anyoone help me on this