Notifications
Clear all
Topic starter
We do not have CCC basic but we are trying to make our reconcile button turn yellow when we have a reconcile for PI measure. Does any one know the OBS term that makes that happen? I'm being told that it works in CCC basic. We also have the surescripts patient portal. Any help would be appreciated. Thank you.
Posted : September 3, 2019 4:18 am
This is what you want
DOCUMENTTORECONCILE()
It returns the number of documents available to reconcile, if greater than 0, then show yellow.
Posted : September 3, 2019 4:35 am
This is a rough shot form I had put together long ago. You may can pull an idea off of it to accomplish what your trying to do.
Posted : September 5, 2019 5:36 am
DOCUMENTTORECONCILE() >= "1"
Posted : September 26, 2019 2:52 am