Initial
This commit is contained in:
48
rangeldigital/fixtures/property_setter.json
Normal file
48
rangeldigital/fixtures/property_setter.json
Normal file
@ -0,0 +1,48 @@
|
||||
[
|
||||
{
|
||||
"doctype": "Property Setter",
|
||||
"name": "Lead-status_options",
|
||||
"doctype_or_field": "DocField",
|
||||
"doc_type": "Lead",
|
||||
"field_name": "status",
|
||||
"property": "options",
|
||||
"property_type": "Select",
|
||||
"value": "New\nOpen\nOpportunity\nDisqualified\nRecycled",
|
||||
"module": "CRM"
|
||||
},
|
||||
{
|
||||
"doctype": "Property Setter",
|
||||
"name": "Lead-status_default",
|
||||
"doctype_or_field": "DocField",
|
||||
"doc_type": "Lead",
|
||||
"field_name": "status",
|
||||
"property": "default",
|
||||
"property_type": "Data",
|
||||
"value": "New",
|
||||
"module": "CRM"
|
||||
},
|
||||
{
|
||||
"doctype": "Property Setter",
|
||||
"name": "Lead-qualification_status_options",
|
||||
"doctype_or_field": "DocField",
|
||||
"doc_type": "Lead",
|
||||
"field_name": "qualification_status",
|
||||
"property": "options",
|
||||
"property_type": "Select",
|
||||
"value": "\nUnqualified\nIn Process\nQualified",
|
||||
"module": "CRM"
|
||||
},
|
||||
{
|
||||
"doctype": "Property Setter",
|
||||
"name": "Lead-type-options",
|
||||
"doctype_or_field": "DocField",
|
||||
"doc_type": "Lead",
|
||||
"field_name": "type",
|
||||
"property": "options",
|
||||
"property_type": "Select",
|
||||
"value": "Customer\nReferral Agent",
|
||||
"module": "CRM"
|
||||
}
|
||||
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user