contacts field in opportunity

This commit is contained in:
Yuri Kuznetsov
2014-06-30 11:21:31 +03:00
parent d6b65edfb1
commit ffa340f255
3 changed files with 16 additions and 1 deletions
@@ -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"],