This commit is contained in:
2022-03-06 16:08:44 +00:00
parent e731cd107b
commit 426e8d86df
6 changed files with 354 additions and 215 deletions

View File

@@ -29,8 +29,9 @@ How to implement auto notifications if can report and send from server
Add customer tags to match to send auto subscription
Add optional report to appropriate subscriptions
add text message, has templates like v7 did
Also in that same form be able to set the impersonation values like what time zone, what currency symbol what language id if not server default whatever is needed for reporting
defaults to local current user's settings, language setting etc and saves them
Also in that same form be able to set the impersonation values that are *actually* used by the report code:
CurrencyName, LanguageName, TimeZoneName, hour12, translationid
defaults to local current user's settings, language setting etc and saves them
MUST HAVE feature click a button to see which current customers this would send to based on tags!!!
ideally it would display in the form live as any changes are made and if the customer has no email it would highl8ight that somehow
NICE TO HAVE FEATURE would also be available backwards from the Customer to view a list of things they will be notified about based on their tags and subscriptions set up
@@ -48,7 +49,14 @@ How to implement auto notifications if can report and send from server
Quote status changed (attach quote report), work order status changed (attach wo report) , wo follow up x days after closed (no report)
Set file name of attached report, maybe user can template that? Or use biz object name file friendly morphed
CASES
OTHER B4BETA
test user color in home user and in adm-user with new record and exsiting just to confirm it's ok
cases
# OUTSTANDING BEFORE RELEASE