Force.com Metadata API: The REST-based Bulk API is optimized for loading or deleting large sets of data. It allows you to insert, update, upsert, or delete a large number of …
December 2012
-
-
Salesforce.com Application Sharing Model All users and application level security is defined and maintained by the organization administrator, and not by salesforce.com. The organization administrator is appointed by your organization. …
-
What is External ID in Salesforce? You are integrating your organization’s Salesforce.com data with ERP (enterprise resource planning) systems such as accounting and manufacturing. You are importing data and want …
-
What is a Mini page layout or related list? The console provides a list view and related records into one screen. This allows users to access information across multiple records …
-
Below is the Query to get the Owner Name and Last Modified By Name in Task Object SOQL: select owner.name,LastModifiedBy.name from task where id =t.id
- APEXSALESFORCESOQL
How to get the current year records from custom object where year is in a text field
How to get the current year records from custom object where year is in a text field? String dateOfToday = String.valueOf(Date.today().year()); Then your SOQL would include this in the where …
-
Keyboard Shorcuts in Microsoft Windows Keyboard Shorcuts (Microsoft Windows) 1. CTRL+C (Copy) 2. CTRL+X (Cut) 3. CTRL+V (Paste) 4. CTRL+Z (Undo) 5. DELETE (Delete) 6. SHIFT+DELETE (Delete the selected item …
-
Salesforce Release Exam Question and Answer 1. What is mobile lite? 2. Learn about standard and custom field mapping in lead conversion process. 3. When does a validation rule will …
-
Not possible to download as a single zip file using force.com application. If you want cloud based only, you will need to integrate with another platform (Amazon Web Services, an …
- Network
How To Enable And Disable Wireless Zero Configuration (WZC) in Windows XP Using Command Line
How To Enable And Disable Wireless Zero Configuration (WZC) in Windows XP Using Command Line ON – Start -> Run (or Windows key+R) then type net start wzcsvc OFF – …