Users now have to toggle on the “Send Email” toggle when emailing a PO.
This wasn't the case in 23R1, but in 23R2, they have to do this, and do it for every PO. This has caused the team to miss/forget to toggle it.
Can this be enabled to be on by default?
Best answer by Marcel.Ausan
@dfsjmarchant it seems this is a new Toggle and IFS R&D didn’t add it to the available options in the Set Property action of the Report Rules.
What you could do instead is to try and build a BPA WF to set the value of ToggleAddress = true whenever the projection/v1/PrintDialog.svc is executed.
You could have a look at Damith’s @dsj blogpost on how to create a WF to setup some default values.
@dfsjmarchant it seems this is a new Toggle and IFS R&D didn’t add it to the available options in the Set Property action of the Report Rules.
What you could do instead is to try and build a BPA WF to set the value of ToggleAddress = true whenever the projection/v1/PrintDialog.svc is executed.
You could have a look at Damith’s @dsj blogpost on how to create a WF to setup some default values.
@dfsjmarchant Was your shot on target? 😁 I’m dealing with the same issue. followed @Marcel.Ausan suggestion, but it looks like the response values for the dialog box aren’t getting set. Oh, maybe I missed something? 🤔