You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From cif, loanacct where loanacct.cifno=cif.cifno and status_code_no=0 and total_past_due_balance = '0.00' and email<>''
--if being used for lower environment, use the following command to set the email address to the test address. Make sure you match the DB name to the correct environment.
/*SELECT [cifno]
,[portfolio_code_id]
,[cifnumber]
,[email]
FROM [NLSAPP_01].[dbo].[cif]*/
update cif set email='emailaddress'
-- Enable the Email setting - This must be done after the import is complete
SELECT LoanCommunicationPreferences.*
FROM LoanCommunicationPreferences
update LoanCommunicationPreferences set StatementOptionFlags = '2'