How to add user Role in report filters in Salesforce?
To add a report filter by user Role, use Object Name: Owner Role in filter fields. (Or) Create a Report Type with User object
To add a report filter by user Role, use Object Name: Owner Role in filter fields. (Or) Create a Report Type with User object
SLA - Service - Level Agreement A service-level agreement is a negotiated agreement between two or more parties, where one is the customer and the others are service providers. This ....
To allow external users to self-register in Communities, kindly modify the "CommunitiesSelfRegController" controller
1. Go to Setup --> Build --> Customize --> Communities --> Settings. 2. Check "Enable Communities", select a domain, check availability and click "Save" button. 3. Click "New Community". 4. ....
Link for Service cloud Workbook in Salesforce http://www.salesforce.com/us/developer/docs/workbook_service_cloud/workbook_service_cloud.pdf Cheers!!!
To update a field in Master record when child record is updated, we have to use Trigger. Sample Trigger: In the below trigger, if a Contact is created or updated, ....
Visit the below link for online Salesforce Data loader https://dataloader.io/ Sample Export using dataloader.io: 1. Go to https://dataloader.io/. 2. Click "Login with Salesforce". 3. Select Production or Sandbox and click ....
Sample Code: //Adding a Text postFeedItem post = new FeedItem();post.ParentId = oId; //eg. Opportunity id, custom object id..post.Body = 'Enter post text here';insert post;//Adding a Link postFeedItem post = new ....
The maximum number of external addresses you can include in each mass email depends on your edition: Edition External Address Limit per Mass Email Personal, Contact Manager, and Group Editions ....
Product: A product is a thing that your organization sells. A product is member of the list of items. Asset: An asset (such as product previously sold and installed) owned ....