I created a CRM Card called “Club History” and on the CRM side it’s showing “There was a problem reaching Club History. Please refresh the page to try again or contact the app developer for support.”
When I look under the Monitoring tab it just shows a parse error -- for which I can’t figure out.
Extension Card Type: Club History (214642)
Target CRM object: Contact (571834)
My card properties are as follows:
club_name (string)
status (string)
is_home_club (string)
status_date (date)
And when I paste in the request URL from the Monitoring tab -- I get this back … for which I see NO parsing errors. Please advise.
{
“results”:[
{
“club_name”:“GCSANE”,
“status”:“Active”,
“status_date”:“1991-06-03”,
“is_home_club”:“N”
},
{
“club_name”:“Primm Valley Golf Club”,
“status”:“Active”,
“status_date”:“”,
“is_home_club”:“N”
},
{
“club_name”:“TPC of Boston”,
“status”:“Active”,
“status_date”:“2021-09-11”,
“is_home_club”:“Y”
},
{
“club_name”:“The Cape Club of Sharon”,
“status”:“Active”,
“status_date”:“2016-04-08”,
“is_home_club”:“N”
},
{
“club_name”:“Walpole Country Club”,
“status”:“Inactive”,
“status_date”:“2016-04-09”,
“is_home_club”:“N”
},
{
“club_name”:“Youth on Course/Mass Golf”,
“status”:“Inactive”,
“status_date”:“2020-01-09”,
“is_home_club”:“N”
}
]
}
