Notifications
Clear all
Topic starter
Does anyone know of a way to update the email field (if blank) to the same thing for all referring providers. Any help would be greatly appreciated!
Michael
Posted : January 27, 2016 1:11 pm
Update ServProv
Set SecureElectronicAddress=YOURPLACEHOLDERHERE
FROM ServProv WHERE SecureElectronicAddress is NULL;
It may be slightly different if you are on CPS
Posted : January 27, 2016 1:19 pm