• Wasim Akram
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 9
    Replies
{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "Nagina Bagh",
               "short_name" : "Nagina Bagh",
               "types" : [ "neighborhood", "political" ]
            },
            {
               "long_name" : "Ajmer",
               "short_name" : "Ajmer",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "Ajmer",
               "short_name" : "Ajmer",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "Rajasthan",
               "short_name" : "RJ",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : [ "country", "political" ]
            },
            {
               "long_name" : "305001",
               "short_name" : "305001",
               "types" : [ "postal_code" ]
            }
         ],
         "formatted_address" : "Nagina Bagh, Ajmer, Rajasthan 305001, India",
         "geometry" : {
            "bounds" : {
               "northeast" : {
                  "lat" : 26.4724746,
                  "lng" : 74.6370874
               },
               "southwest" : {
                  "lat" : 26.4706488,
                  "lng" : 74.63420139999999
               }
            },
            "location" : {
               "lat" : 26.4716456,
               "lng" : 74.63528549999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : {
               "northeast" : {
                  "lat" : 26.4729106802915,
                  "lng" : 74.6370874
               },
               "southwest" : {
                  "lat" : 26.4702127197085,
                  "lng" : 74.63420139999999
               }
            }
         },
         "place_id" : "ChIJ9_UJ6ADnazkRhtNauR-cCHc",
         "types" : [ "neighborhood", "political" ]
      }
   ],
   "status" : "OK"
}
replace rich text area to my custom text area when i select rich text area its show my text area
i want to update contact by Force.com Site but there are not permission to edit or delete for Standared controller
Make one field on contact "Contacted" checkbox.

Make one button on account object "Show All"

On click of that button it will open one vf page that will show all contacts which are Contacted = false, as table. All labels must be left side and all fields data must be right side.
On last column there will be a button "Matched"
Click on that button will make "Contacted" field to true. As soon it happens that record must remove from the list.
{
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "Nagina Bagh",
               "short_name" : "Nagina Bagh",
               "types" : [ "neighborhood", "political" ]
            },
            {
               "long_name" : "Ajmer",
               "short_name" : "Ajmer",
               "types" : [ "locality", "political" ]
            },
            {
               "long_name" : "Ajmer",
               "short_name" : "Ajmer",
               "types" : [ "administrative_area_level_2", "political" ]
            },
            {
               "long_name" : "Rajasthan",
               "short_name" : "RJ",
               "types" : [ "administrative_area_level_1", "political" ]
            },
            {
               "long_name" : "India",
               "short_name" : "IN",
               "types" : [ "country", "political" ]
            },
            {
               "long_name" : "305001",
               "short_name" : "305001",
               "types" : [ "postal_code" ]
            }
         ],
         "formatted_address" : "Nagina Bagh, Ajmer, Rajasthan 305001, India",
         "geometry" : {
            "bounds" : {
               "northeast" : {
                  "lat" : 26.4724746,
                  "lng" : 74.6370874
               },
               "southwest" : {
                  "lat" : 26.4706488,
                  "lng" : 74.63420139999999
               }
            },
            "location" : {
               "lat" : 26.4716456,
               "lng" : 74.63528549999999
            },
            "location_type" : "APPROXIMATE",
            "viewport" : {
               "northeast" : {
                  "lat" : 26.4729106802915,
                  "lng" : 74.6370874
               },
               "southwest" : {
                  "lat" : 26.4702127197085,
                  "lng" : 74.63420139999999
               }
            }
         },
         "place_id" : "ChIJ9_UJ6ADnazkRhtNauR-cCHc",
         "types" : [ "neighborhood", "political" ]
      }
   ],
   "status" : "OK"
}
i want to update contact by Force.com Site but there are not permission to edit or delete for Standared controller