Skip to content

Commit

Permalink
Merge pull request #130 from advisors-excel-llc/ac-57039
Browse files Browse the repository at this point in the history
feature/ac- 57039 | Create a process to take 2 fields from an object and map the data from one to the other
  • Loading branch information
MarkTaylorAE committed Jul 8, 2024
2 parents 9ac198b + ff55c2d commit e7f9f06
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 1.9.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"instructionList":[
{
"instructionTypeName": "recordFieldMapper",
"taskList": [
{
"jiraTicket": "ac-57039",
"description": "Map data from FinServ Description to custom Description field",
"actionType": "RecordFieldMapper",
"actionTypeName": "Query",
"optionsMap": {
"incomingObject": "FinServ__FinancialAccount__c",
"sourceField": "FinServ__Description__c",
"destinationField": "command__Description__c"
}
}
]
},
{
"sObjectName": "FinServ__FinancialAccount__c",
"instructionTypeName": "command__Financial Account (Annuity) Layout",
Expand Down

0 comments on commit e7f9f06

Please sign in to comment.