Created
April 2, 2014 00:43
-
-
Save smalyshev/9925953 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array(9) { | |
["Accounts"]=> | |
array(5) { | |
[0]=> | |
string(15) "billing_address" | |
[1]=> | |
string(16) "shipping_address" | |
[2]=> | |
string(15) "phone_alternate" | |
[3]=> | |
string(7) "twitter" | |
[4]=> | |
string(8) "duns_num" | |
} | |
["Contacts"]=> | |
array(4) { | |
[0]=> | |
string(15) "primary_address" | |
[1]=> | |
string(11) "alt_address" | |
[2]=> | |
string(7) "twitter" | |
[3]=> | |
string(16) "dnb_principal_id" | |
} | |
["Leads"]=> | |
array(4) { | |
[0]=> | |
string(5) "badge" | |
[1]=> | |
string(15) "primary_address" | |
[2]=> | |
string(11) "alt_address" | |
[3]=> | |
string(7) "twitter" | |
} | |
["Meetings"]=> | |
array(4) { | |
[0]=> | |
string(17) "fieldset_duration" | |
[1]=> | |
string(5) "teams" | |
[2]=> | |
string(8) "join_url" | |
[3]=> | |
string(16) "reminder_checked" | |
} | |
["Notifications"]=> | |
array(3) { | |
[0]=> | |
string(8) "severity" | |
[1]=> | |
string(7) "is_read" | |
[2]=> | |
string(11) "parent_name" | |
} | |
["Opportunities"]=> | |
array(1) { | |
[0]=> | |
string(12) "sales_status" | |
} | |
["ProductTemplates"]=> | |
array(7) { | |
[0]=> | |
string(17) "manufacturer_name" | |
[1]=> | |
string(9) "type_name" | |
[2]=> | |
string(13) "cost_usdollar" | |
[3]=> | |
string(15) "date_cost_price" | |
[4]=> | |
string(17) "discount_usdollar" | |
[5]=> | |
string(13) "list_usdollar" | |
[6]=> | |
string(14) "pricing_factor" | |
} | |
["Products"]=> | |
array(3) { | |
[0]=> | |
string(21) "product_template_name" | |
[1]=> | |
string(18) "assigned_user_name" | |
[2]=> | |
string(9) "team_name" | |
} | |
["Prospects"]=> | |
array(3) { | |
[0]=> | |
string(15) "primary_address" | |
[1]=> | |
string(11) "alt_address" | |
[2]=> | |
string(7) "twitter" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment