Lightning web components use JavaScript proxies to enforce that certain types of data are read-only, primarily data that’s provisioned via decorators (@api, @track, @wire). In Debug Mode, custom formatters manipulate the proxies into readable parts. Then in Chrome DevTools, you see the real value instead of the proxy. Let’s enable the custom formatters.
In DevTools, click Settings (settings icon). The Preferences page opens.
Under Console, select Enable custom formatters.
7. What Is Process Mapping?
1. Concurrent API Request Limits
2. Total API Request Allocations
Concurrent API Request Limit is a request with running duration of 20 seconds or longer.
10. Use case for @track
To review a current list of supported certificates you can append /cacerts.jsp to any instance URL (Only Winter ’19 Instances will work with this endpoint) – https://INSTANCE.salesforce.com/cacerts.jsp (replace ‘INSTANCE’ with any Winter’19 upgraded instance, e.g. https://cs32.salesforce.com/cacerts.jsp )
Reference Article – https://help.salesforce.com/s/articleView?id=000326722&type=1
user’s default record type is specified in the user’s profile. Users
can view their default record type and edit record type selection in
personal settings. You can’t specify a default record type in permission sets.
In Profiles: You can assign the master record type in profiles, but you can’t include custom record types in the profile.
In Permission Sets:You can assign only custom record types in permission sets, not master record types.
[sf: QUERY_TIMEOUT]. Reason [QUERY_TIMEOUT: Your query request was running for too long.]
If the query runs more than 2 mins(120 seconds), the query times out and throw the exception.
Maximum
SOQL query run time before Salesforce cancels the transaction is 120
seconds(2 minutes). Check the following reference article.
https://developer.salesforce.com/docs/atlas.en-us.232.0.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apexgov.htm
Use
“SOQL_EXECUTE_BEGIN” in the Debug Logs. Find the start time and the
time of the exception. If it is 120 seconds, then optimize the query.