Skip to content

Commit

Permalink
Added readmes for Bulk State and sObject Decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisthong committed Sep 27, 2012
1 parent ede6ebf commit 08d543e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions df12/BulkStateTransition/README.md
@@ -0,0 +1,5 @@
The code for Bulk State Transition is deployable via the Salesforce Migration Toolkit.

Alternatively:
i) Create an Order sObject with a lookup to Opportunity named Opportunity
ii) Manually create the Apex class and Apex trigger
11 changes: 11 additions & 0 deletions df12/sObjectDecorator/README.md
@@ -0,0 +1,11 @@
The code for sObject Decorator is deployable via the Salesforce Migration Toolkit.

Alternatively:
i) Create an Weather sObject with the following fields:
- Temperature - Decimal(5,2)

ii) Manually create the following classes:
- DecoratedWeather
- weather_controller

iii) Manually create the VF page

0 comments on commit 08d543e

Please sign in to comment.