@@ -12,29 +12,29 @@ sidebar_position: 20
1212
1313## Install via Unlocked Package
1414
15- Install the SOQL Lib unmanaged package to your Salesforce environment:
15+ Install the SOQL Lib unlocked package with ` btcdev ` namespace to your Salesforce environment:
1616
17- ### With ` btcdev ` namespace
17+ ` /packaging/installPackage.apexp?p0=04tP60000023VnhIAE `
1818
19- ` /packaging/installPackage.apexp?p0=04tP60000023Vm5IAE `
20-
21- <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tP60000023Vm5IAE " target="_ blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
19+ <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tP60000023VnhIAE " target="_ blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
2220 <p style={{margin: '0px'}}>Install on Sandbox</p >
2321</a >
2422
25- <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tP60000023Vm5IAE " target="_ blank" style={{display: 'inline-block', backgroundColor: '#d32f2f', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px'}}>
23+ <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tP60000023VnhIAE " target="_ blank" style={{display: 'inline-block', backgroundColor: '#d32f2f', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px'}}>
2624 <p style={{margin: '0px'}}>Install on Production</p >
2725</a >
2826
29- ### Without the namespace
27+ ## Install via Unmanaged Package
28+
29+ Install the SOQL Lib unmanaged package without namespace to your Salesforce environment:
3030
31- ` /packaging/installPackage.apexp?p0=04tP6000001w7q9 `
31+ ` /packaging/installPackage.apexp?p0=04tP6000001ysZd `
3232
33- <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tP6000001w7q9 " target="_ blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
33+ <a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04tP6000001ysZd " target="_ blank" style={{display: 'inline-block', backgroundColor: '#1976d2', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px', marginRight: '10px'}}>
3434 <p style={{margin: '0px'}}>Install on Sandbox</p >
3535</a >
3636
37- <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tP6000001w7q9 " target="_ blank" style={{display: 'inline-block', backgroundColor: '#d32f2f', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px'}}>
37+ <a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04tP6000001ysZd " target="_ blank" style={{display: 'inline-block', backgroundColor: '#d32f2f', color: 'white', padding: '10px 20px', textDecoration: 'none', borderRadius: '4px'}}>
3838 <p style={{margin: '0px'}}>Install on Production</p >
3939</a >
4040
0 commit comments