You need to sign in to do that
Don't have an account?
Christopher Bahr 4
How do i find aconnected app by connected_app_id?
I'm looking through my event logs for calls to soon to be deprecated API versions. I have a list of calls and it shows the CONNECTED_APP_ID making these calls. How do I find the Connected App in my system that has that ID?
All Answers
Hello Christopher,
you can query the Connected Application so that can see the list of application
use this query below
SELECT Id, Name FROM ConnectedApplication
Mark as Best Answer if it helps.
Thanks,
Mahesh
Typically, deployment profiles in AutoRABIT can include a range of access settings, including object access, field-level security, Apex class access, Visualforce cbd (https://highland-pharms.com/cbd/) page access, and more. It allows you to define the specific permissions and access levels for different components during the deployment process.
To find the Connected App in your system based on the CONNECTED_APP_ID:
1.Identify the platform where your Connected Apps are managed (e.g., Salesforce).
2.Log in to the platform and navigate to the administration or settings section for Connected Apps.
3.Look for a list of Connected Apps.
4.Search for the specific CONNECTED_APP_ID in the list.
5 .Once found, review the details and configuration of the Connected App to understand its usage in your system.
Refer this : Uipath course (https://www.igmguru.com/machine-learning-ai/rpa-uipath-certification-training/)
Kahoot Login (https://t.ly/JnxBI" target="_blank)
1. Open the Salesforce Developer Console:
- In Salesforce Classic: Click on your name in the top-right corner, then select "Developer Console."
- In Salesforce Lightning: Click on the gear icon in the top-right corner, then select "Developer Console" under the "Developer Console" section.
2. In the Developer Console, click on the "Query Editor" tab.
3. Run the following SOQL (Salesforce Object Query Language) query to find the Connected App:
```sql
SELECT Id, Name, ConsumerKey FROM ConnectedApplication WHERE Id = 'YOUR_CONNECTED_APP_ID'
```
Replace `'YOUR_CONNECTED_APP_ID'` with the actual CONNECTED_APP_ID you want to search for. The query will retrieve the Connected App's ID, Name, and Consumer Key associated with the given CONNECTED_APP_ID.
4. Click the "Execute" button (the arrow icon) to run the query.
5. The query results will be displayed at the bottom of the Developer Console. If a Connected App with the specified ID exists, its details will be shown in the results section.
If the Connected App with the given CONNECTED_APP_ID exists, you will see its details in the query results. If no results are returned, it means there is no Connected App with that specific ID in your Salesforce system.
Please note that you need appropriate permissions to access the Developer Console and run SOQL queries. Make sure you have the necessary permissions before attempting these steps. Additionally, always exercise caution when working with sensitive data and accessing production environments.
Source:Kerala Jackpot