This commit is contained in:
@@ -50,6 +50,8 @@ How to implement auto notifications if can report and send from server
|
|||||||
|
|
||||||
Set file name of attached report, maybe user can template that? Or use biz object name file friendly morphed
|
Set file name of attached report, maybe user can template that? Or use biz object name file friendly morphed
|
||||||
|
|
||||||
|
TODO: notify delivery log needs some help to work with this make sure to test that and confirm how it looks
|
||||||
|
right now it's reliying on a notifyevent id which doesn't exist because it's set to a customernotifyevent id instead
|
||||||
|
|
||||||
OTHER B4BETA
|
OTHER B4BETA
|
||||||
copy of customer notification doesn't seem to be implemented, possibly others, do a reference search for each notification and track down any that remain un-implemented.
|
copy of customer notification doesn't seem to be implemented, possibly others, do a reference search for each notification and track down any that remain un-implemented.
|
||||||
|
|||||||
@@ -1282,14 +1282,6 @@ CSR:
|
|||||||
vm.selectLists.quoteTemplateTokens.push(
|
vm.selectLists.quoteTemplateTokens.push(
|
||||||
...[
|
...[
|
||||||
{ name: cust + vm.$ay.t("Name"), id: "{{Customer}}" },
|
{ name: cust + vm.$ay.t("Name"), id: "{{Customer}}" },
|
||||||
{
|
|
||||||
name: quote + vm.$ay.t("QuoteQuoteRequestDate"),
|
|
||||||
id: "{{QuoteQuoteRequestDate}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: quote + vm.$ay.t("QuoteValidUntilDate"),
|
|
||||||
id: "{{QuoteValidUntilDate}}"
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name: vm.$ay.t("QuoteIntroduction"),
|
name: vm.$ay.t("QuoteIntroduction"),
|
||||||
|
|||||||
Reference in New Issue
Block a user