contacts field in opportunity
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"leadSource": "Lead Source",
|
||||
"doNotCall": "Do Not Call",
|
||||
"closeDate": "Close Date",
|
||||
"contacts": "Contacts",
|
||||
"description": "Description"
|
||||
},
|
||||
"links": {
|
||||
|
||||
@@ -1 +1,12 @@
|
||||
[{"label":"Overview","rows":[[{"name":"name"},{"name":"account"}],[{"name":"stage"},{"name":"amount"}],[{"name":"probability"},{"name":"leadSource"}],[{"name":"closeDate"},false],[{"name":"description"},false]]}]
|
||||
[
|
||||
{
|
||||
"label":"Overview",
|
||||
"rows":[
|
||||
[{"name":"name"},{"name":"account"}],
|
||||
[{"name":"stage"},{"name":"amount"}],
|
||||
[{"name":"probability"},{"name":"leadSource"}],
|
||||
[{"name":"closeDate"},false],
|
||||
[{"name":"description"},{"name":"contacts"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,6 +13,9 @@
|
||||
"type": "link",
|
||||
"required": true
|
||||
},
|
||||
"contacts": {
|
||||
"type": "linkMultiple"
|
||||
},
|
||||
"stage": {
|
||||
"type": "enum",
|
||||
"options": ["Prospecting", "Qualification", "Needs Analysis", "Value Proposition", "Id. Decision Makers", "Perception Analysis", "Proposal/Price Quote", "Negotiation/Review", "Closed Won", "Closed Lost"],
|
||||
|
||||
Reference in New Issue
Block a user