binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
force-app/main/default/objects/Maintenance_Contract_Asset__c/webLinks/SelectAssets.webLink-meta.xml
@@ -8,5 +8,5 @@
    <openType>onClickJavaScript</openType>
    <protected>false</protected>
    <requireRowSelection>false</requireRowSelection>
    <url>window.open( &quot;&quot;);</url>
    <url>window.open( &quot;/apex/SelectAsset?targetContractId={!URLENCODE(Maintenance_Contract__c.Id)}&quot;, &quot;_top&quot;);</url>
</WebLink>