You are here:
Type Ahead Block (Managed Package)
For the managed package runtime, display a list of results when a user begins typing in an input field by using the Type Ahead Block. When a user selects a record, the Type Ahead Block can retrieve additional information related to the record. For example, a Type Ahead Block can be used with an Omnistudio Data Mapper to list Accounts in the results.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
In the Omniscript Designer, the Type Ahead Block is located under the Groups section of Available Components.
- Add and Configure a Type Ahead Block (Managed Package)
For the managed package runtime, configure how users can create and edit records in Edit Block. - Use Type Ahead Block with Omnistudio Data Mapper (Managed Package)
For the managed package runtime, retrieve an object record using a Type Ahead Block with a Data Mapper. For example, type a few letters of an Account Name in the Type Ahead Block, and the Data Mapper finds the Account records with Names containing those letters. - Use Type Ahead Block With Data JSON (Managed Package)
For the managed package runtime, a Type Ahead Block can use a JSON node as its source instead of an Omnistudio Data Mapper, API, HTTP, or Remote action. This JSON node can store data from any action that outputs a list. The response from a Type Ahead Block that uses a JSON node is made client-side, eliminating the need to make server calls. - Make an HTTP Call from a Type Ahead Block (Managed Package)
For the managed package runtime, retrieve data from a URL in your Type Ahead Block using an HTTP Action. - Use Google Maps Autocomplete in LWC Omniscripts (Managed Package)
For the managed package runtime, retrieve Google Maps data and display a location in the Type Ahead Block using the Google Maps API. - Using Google Maps Autocomplete with Omniscript (Managed Package)
For the managed package runtime, retrieve Google Maps data and display a location in the Type Ahead Block using the Google Maps API. - Type Ahead Block Properties (Managed Package)
For the managed package runtime, this page contains information on Type Ahead Block properties.
