Hi Everyone,
I need to Create Canada Post Address Lookup in Pega(24.2) Constellation.
Can anyone tell me how Can I create Canada Post Address Lookup using AddressCompleteKey.
Thank You.
Hi Everyone,
I need to Create Canada Post Address Lookup in Pega(24.2) Constellation.
Can anyone tell me how Can I create Canada Post Address Lookup using AddressCompleteKey.
Thank You.
Please check this post
I hope this helps to get you start with your requirements. Please let me know if you have any questions.
@RameshSangili thanks for your response. But I want to implement Address lookup using AddressCompleteKey so in pega infinity don’t have option to refer filed value as html fragments output so I am searching for how we can create view that refer html fragments output or something different solution.
Thank you.
To create a Canada Post Address Lookup in Pega 24.2 Constellation using AddressCompleteKey, first get the API key from Canada Post’s AddressComplete service. Then, create a REST connector in Pega that calls the AddressComplete API using the key and user’s input (like postal code or street name). Next, create a data page that uses this connector and accepts a search term as a parameter. In the UI, add a text input field with suggestions enabled using the data page. When the user types, suggestions will appear from the API. If needed, you can also make another API call to get the full address details based on the selected result. Finally, populate the full address fields in the case from the selected address. This allows users to quickly find and fill in Canadian addresses