Questions tagged [callouts]
107 questions
0
votes
1 answer
Query Environment hub records from salesforce API
I'm currently creating a chrome extension that will query EnvironmentHubMember records from our Salesforce org, however I'm currently getting this returned from the REST callout;
'"sObject type 'EnvironmentHubMember' is not supported."'
The…
0
votes
2 answers
setting background on UIButton on Map Callout
Hi I am trying to set a background image on my detail disclosure UIButton attached to my MapView MKAnnotation callout view. Checking on stackoverflow there are consistent examples of how to set this, however it doesn't seem to work for my callout…

Kitcc
- 2,138
- 4
- 24
- 42
0
votes
1 answer
Can a CRM 3.0 PreCreate callout fill form fields in advance?
I just finished my first CRM callout, and it's working great, but it doesn't actually seem to take effect until the form that calls it is saved. It's a PreCreate deal that assigns a value to one of the attributes present on the form. Is there any…

extarbags
- 247
- 4
- 12
0
votes
1 answer
CRM 3.0 Callout not working: event: postcreate, exception: System.InvalidCastException: Specified cast is not valid
Just trying to do a (I thought) simple callout to read a number from a text file stored on the CRM server, use it as one of the values on the CRM form, and increment the number and then rewrite it to the text file. When I load the form, the callout…

extarbags
- 247
- 4
- 12
0
votes
4 answers
MKMapView Annotation Callout Button to DetailView?
I have annotations in a MKMapView with Callouts. In this Callouts there's a "Right-Arrow" Button. When clicking on it, I want to open a Detail View, an extra UIViewController with its own nib file etc. I use following code:
In my…

trnc
- 20,581
- 21
- 60
- 98
0
votes
1 answer
Apigee: Recursive service callout
In the best practice documentation of apigee I found following sentence:
Don't make ServiceCallouts to other API proxies in the same
organization, including recursive callouts back into the same API
proxy.
Is there any explanation why I should…

Mike S.
- 1
- 1
0
votes
1 answer
I don't know how to work with calloutAccessoryControlTapped:(UIControl *)control
in my project are two classes (mapViewcontroller and listViewcontroller) and on the mapView are a lot of pins that the user can pull. If he pulled one i have to save the data of the pins and manage it to the other class.
so my question what i have…

Marco
- 461
- 1
- 10
- 22
0
votes
2 answers
Implementing bulk-messaging from Salesforce to/from Twilio, hitting Salesforce API limits
I am building an integration between Salesforce and Twilio that sends/receives SMS using TwilioForce REST API. The main issue is getting around the 10-call API limit from Salesforce, as well as the prohibition on HTTP call outs from a trigger.
I am…

Duncan Stewart
- 101
- 3
0
votes
1 answer
xVal Client side Validation with validation Callout
Im using MVC data annotation with xVal Client Validation on a form. How do I implement something like the a asp.net validation callout extender instead of display red error messages.

ace
- 215
- 6
- 17
0
votes
3 answers
show left and right callout accessory in map view using map kit
i have a simple problem that i cant figure out the answer to. i am extracting the long and lat of locations from within the plist and placing them on the map view. this part works just fine. pins show and the title and the subtitle (again from the…

Adrian P
- 6,479
- 4
- 38
- 55
0
votes
1 answer
Callout from Core Plot doesn't follow scrolling
I'm using a modified version of the code here to display callout popups from points along the plot in a graph. I've got it mostly working, but the problem I have is that when I scroll or zoom the graph, the callout stays in the same place on the…

RL2000
- 913
- 10
- 20
0
votes
2 answers
How to make MKAnnotationView more sensitive in the MapKit?
I have a custom MKAnnotationView appear with a UIImageView by the size 16*16, and when user tap on it, I use the protocol
- (void)mapView:(MKMapView *)mapView didSelectAnnotationView:(MKAnnotationView *)view
{
[mapView…

Bohan Gao
- 362
- 1
- 4
- 12
0
votes
1 answer
iPhone Mapview update Callout View
Wonder how I can change the callout view of the pins, depending on my different current userLocation. The Pin stay still at some place.
For example, a pin is settled at the church.
If I am at home, I want the callout of the pin show message @"the…

JackieLam
- 668
- 1
- 7
- 20
0
votes
2 answers
MapView with multiple annotations with callouts, how to pass title to next view
I have a mapView where users press to drop a pin. There may be multiple pins at one time, and each annotation view has a callout that pushes a new view to the stack when it is pressed. What I want to do is pass the title of the annotation view to…

Chandler De Angelis
- 2,646
- 6
- 32
- 45
0
votes
1 answer
MSChart Callout horizontal alignment to datapoint WinForms
I'm in need of help please, I'm using MSChart for .NET4.0 WinForms in C Sharp and right now when I plot my chart the annotations are all over the place.
What I really like is for this (I manually moved the Callouts after to make this…

DeveloperDavid
- 157
- 2
- 7
- 16