Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/ac- 57039 | Create a process to take 2 fields from an object and map the data from one to the other #130

Merged
merged 3 commits into from
Jul 8, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
MarkTaylorAE marked this conversation as resolved.
Show resolved Hide resolved
"destinationField": "command__Description__c"
}
}
]
},
{
"sObjectName": "FinServ__FinancialAccount__c",
"instructionTypeName": "command__Financial Account (Annuity) Layout",
Expand Down