Skip to content

Commit

Permalink
readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zachelrath committed Sep 7, 2013
1 parent d9b8b9f commit 7f06672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -168,7 +168,7 @@ Here are all supported Relax operation modes:
"valuesByField":{
"Priority":"Critical",
"IsEscalated":true
}
}
}

- `FIELD_FROM_FIELD` mode: for each row, copies the value of a source field into a target field. Example: copies the value of the OwnerId field of each Opportunity into a custom Owner2__c field:
Expand All @@ -182,7 +182,7 @@ Here are all supported Relax operation modes:

- `FIELDS_FROM_FIELDS` mode: same as Field from Field, but for multiple source-to-target field pairings: Example:

{
{
"mode":"FIELDS_FROM_FIELDS",
"query":"select OwnerId, Owner2__c, CloseMonthFormula__c, CloseMonth__c from Opportunity",
"sourceFieldsByTargetField":{
Expand Down

0 comments on commit 7f06672

Please sign in to comment.