AADSTS700016: Application with identifier ‘6d8ff73a-27ef-443c-b524-d8b69ae87580’ was not found in the directory ‘w72tk’. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant.
This could be if we have specified wrong Client or App Id.
Check the correct App Id either from Azure you can also refer to the correponding Application User created for it.
In one of our environments, the ActivityPointBase table was occupying nearly 20 GB. It was earlier 40 GB, and we then deleted email records to bring it down to 20 GB.
On downloading the table details, we did not get a clear idea of what activity-type table was occupying that much space.
So we raised the Microsoft Support ticket, and they shared with us the breakdown of records occupied by different activity type tables.
Then we configured our Bulk Deletion Job to delete the corresponding activity type records.
This helped us to bring down the ActivityPointerBase from 20 GB to 15 GB.
Sales Hub >> App Settings >> Sales Copilot (preview) >> Set up Sales Copilot
Or if we have already enabled it, we can manage the features provided along with the different apps we want to apply the Sales Copilot using the Manage apps option.
Here we can specify to which apps we want to enable the Compose and Chat feature.
For the Record catch-up feature, the first 10 fields of the view are considered. We can see “Default System View” selected by default.
However, we have the option to select a different view, and then the fields of the selected view will be used for generating the catchup content.
Below if we select the Open Opportunities view, we can see its corresponding fields that will be considered for the catchup.
We can open an existing lead or opportunity record or from the Chat tab of Sales Copilot can use catchup with opportunity prompt as shown below to get the updates.
We can see the catch-up details generated.
Also, we see another prompt – “Catch up since my last login (16 hours ago)”, along with “catchup with lead or opportunity” prompt
If there are no updates to a record in the last 16 hours, we get the below message.
In this blog post, we’ll cover one of its key features – IntelliSense.
As we saw in the last post the Kupp Analytics tool will download and cache the Metadata of the environment it is configured to, which it uses for IntelliSense.
To refresh the Metadata cache, or configure and manage the connection, navigate to Extensions >> Kupp Code Analytics >> Connection
Let us look at different places where we get the IntelliSense.
Starting with the entity or table, we can see it suggesting all the tables in that Environment.
If we have specified the entity name, when it comes to attributes or columns, we can see it suggesting all the attributes specific to that table.
Getting attributes with specific type lists only attributes having the same type.
For EntityReference – we can see it suggesting all the lookup fields.
Same for Money –
And for OptionSetValue –
It also suggests the attribute’s value in the case of Option Sets
IntelliSense also applies to Relationships, we can see it suggesting only contact-related relationships.
Apart from our Plugin and Console Applications (C#), we have the Intellisense feature available for our client-side code as well (JS/TS).
To configure we can navigate to Options >> Kupp Code Analytics >> General
Currently, the IntelliSense support is limited to retrieve operation only.
It suggests,
the name of the entity –
different query options –
attributes specific to the entity –
Filter operators –
Query functions –
Thus using the IntelliSense feature that provides real-time suggestions, the development team can code efficiently, reduce typing errors, develop faster, and maintain code consistency.