Account Concurrency Monitoring Resources

The Integration Governance page, available at Setup > Integration > Integration Management >Integration Governance displays information about whether account concurrency governance is enabled in your account, and also contains information about the account concurrency limit and the number and ratio of total and rejected requests. The governance limit for concurrent requests is based on the… Continue reading Account Concurrency Monitoring Resources

Grouping Saved Search Result of each line

While creating a saved search, if the join fields (text fields) are present in each line, we could group them using formula(text) and then obtain the result in a single line. The formula used is NS_CONCAT. name: “formulatext”,summary: “MAX”,formula: “NS_CONCAT({<joinfields.fieldname>})”,label: “<label>” If more results are to be added to the search, use appropriate summary for those.