web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

RMS POS 2.0 - Copy Macro Buttons?

(0) ShareShare
ReportReport
Posted on by 60
I'm getting ready to configure 14 terminals and figured I'd ask this to see if I can save myself some time. I setup a custom keyboard in Store Operations but many of the buttons will be macros. Do I have to preform the macros at EVERY register or is there a way to cheat and copy the macros I made on one register across all the others???

*This post is locked for comments

I have the same question (0)
  • J_Cor Profile Picture
    60 on at
    I see the macro table is SQL...is it as easy as copying one registers data for all the others register id's?
  • Community Member Profile Picture
    on at

    A good solution is to configure the macro in your template before creating the initial store databases.  I have had limited sucess with bulk export/import and bcp (see http://technet.microsoft.com/en-us/library/cc917564.aspx) but once a store database has been created, future macro edits are best done by re-recording the key strokes from the terminal.

  • Community Member Profile Picture
    on at

    Did you get a solution for this?  I see that the actual string is not stored int he SQL.

  • Community Member Profile Picture
    on at

    method I've been using looks something like this:

    clear out existing macro and event table, then recreate macro names

    delete from macro

    insert into macro (RegisterID, Caption, AssignmentNumber) values (1,'Macro Name', 1)

    ...

    delete from macroevent

    bcp database..macroevent in macro.txt -c -Scompname -Uuser -Ppassord

    macro.txt has exported events from another store using

    bcp database..macroevent out macro.txt -c -Scompname -Uuser -Ppassord

    reassign macroid in new event table to match new macro table

    update macroevent set macroid=macro.id from macroevent join macro on macroid=assignmentnumber

    Of course none of this matters anymore since win10 wont let you use macros in RMS POS

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans