Question
Toyota
US
Last activity: 4 Oct 2018 13:54 EDT
Need inputs on Pega 7 moble app integration to honeywell scanner( both ways)
Hi All,
Need any inputs on the Pega API where we can integrate(i mean to connect) Honeywell scanner from pega 7 hybrid mobile app and from scanner to Pega7 mobile .
Requirement :On click of Scanner physical button, Embeded barcode data should be prepopulated into pega case.
Thanks
Sasikumar A
***Updated by Moderator: Vidyaranjan| Included Categories***
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Toyota
US
Thanks PritJ. we have implemented succesfully this integration as pega suggested as Custom Module Implementation.
Pegasystems Inc.
US
check this link if not already: https://pdn.pega.com/how-use-mobile-barcode-and-qr-code-scanner
Toyota
US
Nope kevin, it Wont help. I have Verified this link earlier, this talks about Bar Code scanning from Pega Mobile app and Mobile Camera.
My requirment is, Mobile will be adjusted int oExternal scanner device and connected to that, when ever user clicks on physical button of Scanner, scanned bar code data has to be populated into Pega application.
Virtusa
US
for this type or requirement, you will need honywell scanner api. that you will need to integrate it in your hybrid mobile app and talk to the api. you will have to write code and expose those to be used in hybrid client and package them as assets in your mobile app.
Toyota
US
Thats Correct. I amm looking for the Steps to make this done. Since We have to Build Custom SDK along with Honeywell apis and build XCODE project, then we can deploy into pega. but i am looking for any PDN article which says step by step, since we have doen some on this as our own, but some how that API is not gettign called.
Pegasystems Inc.
GB
What is the exact model of the Honeywell Scanner you are using ? Does it provide an API to expose it's behaviour ? If so : languages/platform do the APIs use ? You might have to write a 'wrapper' API (that provides a simple REST interface for instance ?) to get PRPC to talk to the scanner ?
Accepted Solution
Toyota
US
Thanks PritJ. we have implemented succesfully this integration as pega suggested as Custom Module Implementation.
TCS
US
Hi SasiKumar,
Can you please let me know the steps you followed to build a custom module to fulfill this requirement as we also have the same requirement around scanning.
Thanks,
Pinak
Pegasystems Inc.
US
Here are the links for iOS and Android.
https://docs-previous.pega.com/developing-custom-pega-mobile-client-modules-ios-pega-722
https://docs-previous.pega.com/developing-custom-modules-android-pega-719
We may even have a sample module - but recommend you understand the module creation process outlined in above links. It will look something like this.
TCS
US
Thanks, Paul. This is helpfull.