Skip to main content

Notifications

Microsoft Dynamics RMS (Archived)

How to Display SalesRep instead of Cashier on the receipt

Posted on by Microsoft Employee

I have used the code Entry.SalesRep,Number instead of Cashier.Number so it can display SalesRep info on the receipt but it does not display anything on the receipt. If I just use SalesRep.Number it gives the error " complier error, Token SalesRep.Number cannot be found "

I can certainly use Entry.SalesRep.Number and display the SalesRep info by adding extra column before itemdescription info but customer don't want that he want to display SalesRep on cashier place. Any Suggestion please ???

 

 

<!-- show transaction date/time/number -->        <TABLE>         <BORDER> tbNone </BORDER>         <FONT>   "Small"  </FONT>         <COLUMNHEADER>          <ALIGNMENT> "&lt;~"      </ALIGNMENT>          <WIDTH>     PageWidth * 0.50 </WIDTH>          <TEXT>      ""  </TEXT>         </COLUMNHEADER>         <COLUMNHEADER>          <ALIGNMENT> "&lt;~"      </ALIGNMENT>          <WIDTH>     PageWidth * 0.50 </WIDTH>          <TEXT>      ""  </TEXT>         </COLUMNHEADER>         <IF>          <CONDITION> Transaction.ReceiptReferenceNumber </CONDITION>          <THEN>           <ROW> Transaction.ReceiptReferenceNumberCaption ":|" Transaction.ReceiptReferenceNumber </ROW>          </THEN>         </IF>         <ROW> Transaction.ReceiptTransactionNumberCaption ":|" Transaction.ReceiptTransactionNumber </ROW>         <IF>          <CONDITION> Len(Customer.AccountNumber) </CONDITION>          <THEN>           <ROW> "Account #:|" Customer.AccountNumber </ROW>          </THEN>         </IF>         <ROW> "Date:   " Transaction.Date "|Time:  " Transaction.Time </ROW>         <ROW> "SalesRep:   " Entry.SalesRep.Number "|Register #:   " Register.Number </ROW>         <ROW/>        </TABLE>

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to Display SalesRep instead of Cashier on the receipt

    In first line Entry.SalesRep,Number  ( , ) is just typo error I meant Entry.SalesRep.Number

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,902 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,297 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans