06-23-2017 06:49 AM
We have been able to use the Web API to search for companies based on a phone number. This gives us the ability to to use the ID to open a URL that takes us directly to the company. The URL looks something like: http://actserver/companies?id=1234567890
However we want to do the same for contacts, as they are for the most part more useful. We are able to search by phone number and find the ID for a contact, however we not able to screen pop in the same way.
is there a reason why we cannot pop Contacts via the web API. For information, we are able to do this on the locally installed version.
thank you
Nick Hawes
06-23-2017 10:46 AM
Valid issue for the core product, we need to support restful URLs (IDs in the URLs) for all record types, currently it's a bit inconsistent as you've noted.
--Xavier
06-26-2017 02:35 AM
Thank you for the reply! Does that mean you guys can review this, and get back to me if it will be added?
06-26-2017 08:58 AM
We have indeed added this to the backlog, and can circle back here when it is addressed.
06-26-2017 09:00 AM
08-30-2017 02:59 AM
Hi Xavier,
Do you have any timescales on if you will be able to support this please? We have a number of ACT! customers requesting integration to ACT! Premium cloud. We currently have to turn then away based on this problem. thank you
09-05-2017 01:35 PM
Just to clarify,
Are you saying you can't access contacts from the API with its unique identifier?
/api/contacts/01fda2df-92fd-402f-a433-068640f245b7
/api/contacts?id=01fda2df-92fd-402f-a433-068640f245b7
both of these URLS should result in the proper contact. Can you provide me with the API version, or maybe I am miss understanding the issue.
09-06-2017 02:47 AM
Thank you for getting back to me.
Just to clarify:
we are able to search for a Contact and get a result, however we are not able to use the unique identifier in the URL to screen pop.
This does work for Companies however, i.e. we search for a company based on the phone number, retrieve the unique identifier and use it in the URL to screen pop.
to add, we define a screen pop as what you might call it a shareable link, like the "share" button some websites have: a URL you can send to a colleague that they can use to go directly to that contact or company in Act.
We tested this in June 2017, not sure what version of the API that was sorry.
10-22-2017 03:20 PM
Just to be clear, this is still not working in the premium cloud version of he web api.
So why does putting this in a URL in a browser navigate to the correct page (for a company entity):
but this (contact entity) does not:
Presumably any page supporting the display of an entity shoudl be able to take the internal id as an argument? But especialyl contacts....
Given this was raised several months ago, is there any timescale on this fix at all?
Thanks.
10-23-2017 02:44 AM
Hi Sgregory6767,
You're right that this method of directly access contacts through the URL is not currently possible - due to the way the contactDetail.aspx page handles navigation between contacts.
I've asked our Product team for an update on why this was designed in this way - and if there's any update or timescale on adding this capability. Hopefully I'll have some more information for you soon.