Skip to content

Commit

Permalink
Merge pull request #131 from advisors-excel-llc/feature/ac-48131
Browse files Browse the repository at this point in the history
Feature/ac 48131 | Add new "Status" picklist value "In Progress"
  • Loading branch information
MarkTaylorAE committed Jul 10, 2024
2 parents 32fcb1b + 0da99d6 commit 025c981
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 1.9.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"instructionList":[
{
"sObjectName":"Task",
"description": "Add new picklist value to Status",
"taskList":[
{
"jiraTicket":"ac-48131",
"actionType":"PicklistValueStandard",
"actionTypeName":"Status",
"optionsMap":{
"operation" : "add",
"picklistValues":"In Progress"
}
}
]
},
{
"instructionTypeName": "recordFieldMapper",
"taskList": [
Expand Down

0 comments on commit 025c981

Please sign in to comment.