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
Srikanth sandireddy 6Srikanth sandireddy 6 

How to update Status__c field of type free text with quick action button ?

Assume we have one field Status__c in Account of type free text.how to update that status__ c = success using quick actions in lightning.
Vinod ChoudharyVinod Choudhary
Hi,

->From Setup, click the Object Manager tab. Select your object, and open the Buttons, Links, and Actions setup page.
->Click New Action.
->For Action Type, select Update a Record.
->For Standard Label Type, select Change Status.
->Click Save.
->To choose the fields users see, customize the action’s layout.
->Click Save.

Hope this helps you :)

Thanks
Vinod
Srikanth sandireddy 6Srikanth sandireddy 6
Status is text type once we click on action Success should papulate at Status field how to do that??