Questions tagged [callouts]

107 questions
0
votes
0 answers

Can not to authorize with Named Credentials '23 using API-key

I Created code, that do request from Google Maps to get geolocation. I have triggered flow, where I use Apex code to send my request. I need to hide my endpoint and Api-Key using Named Credentials. It seems that it sending request with this part: …
0
votes
0 answers

Asciidoctor callouts are not being styled properly

I am trying to build documentation pages for a project using asciidoctor and have a main index.adoc which includes sections from a yaml source file which has line comments meant for callouts. The file renders properly and loads the source file…
murrag
  • 1
  • 1
0
votes
1 answer

Add Callout-Block to incremental list in revealjs

I would like to add a Callout Block to a {.incremental} list in a slide using revealjs. Here is some reproducible code: --- title: "Callout Block in revealjs" format: revealjs --- ## Slide ::: {.incremental} - Here some text :::…
Quinten
  • 35,235
  • 5
  • 20
  • 53
0
votes
0 answers

How to pass each call agent's extension code (who access SF via SSO under One Username) through to our Visualforce & Controller CallOut?

How to pass each call agent's extension code (who access SF via SSO under One Username) through to our Visualforce Page and Apex Controller Call Out? We already have the Visualforce Page and Call Out all set up but we need to know how to pass the…
0
votes
0 answers

Treatment of the BillingAddress field for sending in the post method -Salesforce Apex

Treatment of the BillingAddress field for sending in the post method. The issue is that the address field is receiving the content instead of just the values it should be receiving. "BillingAddress": "System.Address[getCity=São…
0
votes
0 answers

Salesforce flow datatable

I am getting data from a api and wants to show it in a data table on the screen flow. The api is returning the data. I tried to map the data source of the data table with the api fields but the data source always returns blank and just not mapping…
Hasan Zubairi
  • 1,037
  • 4
  • 23
  • 57
0
votes
0 answers

how to display different Callout for different Marker in React Native Map

How to display different details in CallOut for different different Marker. I have two API to fetch data where I am taking id's from first API and put end of the 2nd API and fetch data from both API. Now, from the 2nd API I get latitude, longitude…
0
votes
1 answer

Swift - How to update observed data in a (custom or not) MKAnnotation callout WITHOUT deselecting the annotation

I'm struggling to get KVO updates within a callout already displayed. My use case: I want to display on an open callout the real time distance between user location and the annotation I add to the map. Annotation does not change its position. I add…
0
votes
1 answer

Problems with react-native-maps callout

I'm new to React Native and I'm having problems in both platforms with react-native-maps Callout. I'm using Apple maps on iOS and Google ones on Android. Callout shows title and image. On iOS when I have several markers in the map, and some of them…
0
votes
1 answer

how to detect callout at MKannotationView?

As we know that annView(annotation view) has left and right CalloutAccessoryView, but why annotation view doesnt have a callout outlet? because I want to make a event that will be called if Annview.callout has been clicked. or is there anything code…
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
1 answer

iOS-style callouts in Android Maps API?

I'm porting an iOS app to Android. The iOS app uses MapKit; the Android app uses corresponding Google Maps API. In the Android API I can't find any functionality analogous to iOS's callout bubble (canShowCallout). I've implemented my own simple…
MapMaker
  • 3
  • 3
0
votes
0 answers

How can i pull current opportunity data and send to external third party service from salesforce

I want to add a custom button on opportunity item and on click of it will fetch the opportunity contract details and send it to third party service. I read about the rest callout by which we can make the third party api call after register it on…
CTC
  • 1
  • 1
0
votes
1 answer

Custom callOut for A pin in a mkMapview of iphone!! .... Data miss match for default call out and custom call out

I am trying for a custom callout for a pin dropped in a mapView .. I am able to do this by hiding the default callout of pinView and showing my custom call out there. ().. everything is working fine ... But only prob is i am not able to assign the…
Naren
  • 115
  • 2
  • 14
0
votes
1 answer

how to make an event at MKmapview in callOut?

I have MKmapview with an annotation, then if I push or click a pin of annotation,it will show a CallOut such as title or subtitle. but I want to customize it and input an event, such as if I click a CallOut, I will be threw to another view. what…
user4951
  • 32,206
  • 53
  • 172
  • 282
0
votes
1 answer

Callout View doesn't close

I tap to an annotation pin the callout view shows but while I select annotation pin the previous View doesn't close. View Controller func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) { // 1 if view.annotation is…