You are here:
InsProviderNetworkService:getProviders
Use this service to get a list of Providers and Provider Networks, based on the contact name, postal code, or profile attributes.
Results are sorted only if the two new remote options,
contactLongitudeSort , and contactLatitudeSort, are not
empty and have valid values.
Results are sorted nearest to farthest, based on the contact's mailing address
relative to the given coordinates (i.e., contactLongitudeSort and
contactLatitudeSort).
Providers found from contacts without a mailing address are placed last in the sort.
Method: getProviders
How It Works
-
The service searches Providers (Contacts) using the
contactFilter(first name, last name, mailing postal code). -
Uses returned contacts as the
objectId(where objectId__c = contactId) to search the attributeAssignment table. -
Applies the
attributeFilter(if used). -
Uses the
contactIdsto getProviderNetworksfromProviderNetworkMembers.
Remote Options
Option |
Description |
|---|---|
|
Required. Contact fields: FirstName, LastName, MailingPostalCode. |
|
Optional. Profile attributes: |
|
Optional. Longitude value of contact address as per
|
|
Optional. Latitude value of contact address as per
|

