Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Search Screen on Retail POS 2012

(0) ShareShare
ReportReport
Posted on by 2,030

Greetings everyone i'm trying to do develop on this screen  ( Search Form )

FB_5F00_IMG_5F00_1592130737376.jpg

i need to run notification sound or message when this form appear 

after cashier check barcode from this screen

5826.her2.png

and if not found it show me search form

i did try by ItemTriggers but still can't reach to that form (search form)

itemtiger.JPG

if i make put like this 

if (saleLineItem.Found)
            {
                MessageBox.Show("Item found");
            SystemSounds.Question.Play();
            }

and i put barcode for item exist that's message appear

but i need message appear for item doesn't exist  before ( Search Form ) show

  • Suggested answer
    Ramune Profile Picture
    Ramune on at
    RE: Search Screen on Retail POS 2012

    Hi Mohammed,

    Thank you for sharing this information.

  • Suggested answer
    mohammed.mqi Profile Picture
    mohammed.mqi 2,030 on at
    RE: Search Screen on Retail POS 2012

    i solve it from SDK of Barcode

    in this function

    public IBarcodeInfo ProcessBarcode(IScanInfo scanInfo)

    i add inside this condition

    if (!barcodeInfo.Found)
                    {
                        MessageBox.Show("Barcode not found ");
                        SystemSounds.Beep.Play();
     

  • mohammed.mqi Profile Picture
    mohammed.mqi 2,030 on at
    RE: Search Screen on Retail POS 2012

    ok thanks because i'm sill looking also

  • Suggested answer
    Ramune Profile Picture
    Ramune on at
    RE: Search Screen on Retail POS 2012

    Hi Mohammed,

    I will leave this question for other community members (developers) to answer. Let's see if anybody has experienced the same and can advice for you anything.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,436 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans