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
harry.kimharry.kim 

list button pass parameter

hi all
I use list button. Link URL is below. I want to pass parameter "id"
{!URLFOR($Action.Travel_Master_Regular_Report__c.New, null, [id= TravelMaster__c.Id])}

in the lightning component page, how can i get the parameter????