Different between Profile and Role: Profiles and Roles are two different Types in Salesforce.com. below is the basic differences between profiles and roles: Profiles control:- The objects the user can…
August 2012
-
-
What is the Sandbox Storage Limits: Full copy sandboxes have the same storage limit as your production organization. Configuration-only sandboxes have a 500 MB storage limit. Developer sandboxes have a…
-
Workflow Rule Limitations: You can’t create email alerts for workflow rules on activities. You can’t package workflow rules with time triggers. You can’t create outbound messages for workflow rules on…
-
Salesforce processes any rules in the following order:- Salesforce Rules Order: 1) Validation rules 2) Assignment rules 3) Auto-response rules 4 ) Workflow rules (with immediate actions) 5) Escalation rules
-
There are four workflow action availble. 1) Task 2) Email Alert 3) Field Update 4) Outbound Message
-
Using View Setup Audit Trail Setup > Administration Setup > Security Controls > View Setup Audit Trail The last 20 entries for your organization are listed. You can download your…
-
Dynamic Visualforce Components Using Dynamic Visualforce components, we can dynamically generate HTML values like apextable, PageBlock, PageHeader, SectionHeader, etc,.. Example: VisualForce Page: APEX CLASS: public with sharing class DynamicInputForm { …