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
sfdc@isha.ax1814sfdc@isha.ax1814 

Please Help-Current Accountid Is not Coming in Brases In URL

Hi Everyone.

I need topass the Current Account id in the URL . The problem here is when iam passing accId  into the URL Outside brases Value is coming but not inside brases.Pleas efind screenshot for reference.


<aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,force:hasSObjectName,force:lightningQuickAction,forceCommunity:availableForAllPageTypes" controller="LightningTabComponentController" access="global">
   
    <aura:attribute name="recordId" type="Id"/>
</aura:component>

js controller:

var accId = component.get("v.recordId");
                        alert(accId);
                        
                        var embedChartUrl='/main/embed?'+embeddedLink+'&urlParams={"INTEGRATION_COMPANY_CODE":"{accId}"}'+accId;
                        alert(embedChartUrl);


Canyou please someone help me how to get accId in {"INTEGRATION_COMPANY_CODE":"{accId}"}'  here in between bases value.



User-added image


Regards,
Isha