Home
Useful Apps/Websites/IT Tricks and Tips
App/Website Description
Pilleye requires making an account, but free to use anyway, account verification email takes a few minutes and may go to your junk/spam email folder
Service Channel download the app, select SSO ID as your login method, then go to the Service Channel website on a computer, use the pop-out menu at the top left and select "mobile access code" and enter that into the SSO ID field in the app
Scandit can scan pretty much any barcode/QR code, useful if lot/exp is worn off a stock bottle, can scan web-QR codes and show the URL without loading the actual site itself
PneumoRecs has a questionnaire you can answer with patient vaccine history to know which pneumonia vaccine, if any, to administer
Clinical Pharmacology must register on a store workstation, but you will make the account with your own personal email/password, and use the store's hiring email for account verification
Micromedex you will need to access Micromedex on a store computer and go to the mobile app download section and follow the instructions to register the app on your phone
ESS 41 Reflexis and Workcloud myWork View schedule, input requests off, see store tasks. Registration code manual entry: 001-QK7YULQSX9ESA1IL5MXJKG-3342555957 (or check your break room for a poster with the QR code)
Salesforce for viewing/completing ThinkLP tasks, eBOH, action plans, etc.. to login, use domain: cvsthinklp
Cornerstone SBX LearningHub LearningHub app, requires you to have a CID login to work. You can see if you have a CID and what it is by logging into mypassword.cvs.com and checking your account status, you may need to reset your password and make sure both your regular 7 digit ID and your CID are set to reset together. App domain is: cvshealth when prompted after installing
DailyMed website only, but useful for looking up package images, official FDA package inserts/prescribing information, pill images, find possible NDCs for products, etc. dailymed.nlm.nih.gov, bookmark to your phone or add to home screen
Workday official Workday HR app, tenant/company identifier is "cvshealth"
ColleagueZone website only. retail employee portal, contains access to workday, benefits, training, policy documents, IT helpdesk ticket submissions, HR chat, etc. access at colleaguezone.cvs.com, bookmark to your phone or add to home screen
Concur app/website for payouts/reimbursements. Login code: U2YPBM, Company code: 9005, Charge type: cost center, Charge code: 499054
CUPS instructions on how to install CUPS on Mac which allows you to plug in and use an Rx Zebra backtag printer to print anything you want
Fix unresponsive/stretched register touchscreen (1) hold one of the capacitive arrow buttons on the bottom right of the display until all 4 arrows light up. (2) press the right and left arrow buttons to pull up the OSD menu. (3) arrow down to "auto adjust" (4)press the right arrow to initiate auto adjust (it will display a message on screen, and the screen will "jiggle" back and forth a little) (5) reboot the register when this is complete
New Hire Password Setup (1) Call the RSSC: 1-866-528-7272 (2) Password resets option (1 then 5) (3) Enter your 7-digit employee ID and any random 4 digit “pin” -- it’ll make you attempt this 3x to force the automated system to connect you to a real person. (It’ll tell you the pin is your last 4 of your social security but 99.999% of the time they’re lying and that doesn’t work) (4) When you get connected to a tech tell them you need to reactivate your password to set up your my-password account. They should then give you a temp password
Hotkey Configuration Reference
Key Command Description
Alt 8 bash -c 'xrandr -s 1920x1080' Sets screen resolution to max/HD
Alt 9 bash -c 'xrandr -s 1024x768' Sets screen resolution to default
Alt 0 bash -c 'wmctrl -r :ACTIVE: -b toggle,above' Force window to display on top
Alt F4 /opt/cvsapp/bin/run_ALT_F10.sh Citrix browser
F7 /opt/cvsapp/bin/browser_start.sh https://matthewstathis1.github.io/rxnet opens RxNet (this site's home)
Alt F9 bash -c 'ws=$(wmctrl -d | awk "/\*/ {print \$1}"); if [ "$ws" -eq 0 ]; then wmctrl -s 10; elif [ "$ws" -eq 10 ]; then wmctrl -s 0; elif [ "$ws" -eq 1 ]; then wmctrl -s 11; elif [ "$ws" -eq 11 ]; then wmctrl -s 1; fi' makes Alt F9 into a command center toggle button