Files
RangelDigital/rangeldigital/fixtures/property_setter.json
2024-12-13 03:06:46 +00:00

48 lines
1.2 KiB
JSON

[
{
"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"
}
]