in regard to the mailto anapedia, how to have the body of the email to have multiple lines? i.e. how to make %0D%0A work in to the mailto formula?
"[click here to submit your budget]" & "recipientaddress@company.com" & "?subject=Budget Submission&body=Please review my budget. %0A%0A Thanks"
Hi, CC is now not working. Please help. here's my code "[Notification]" & TO & "?cc=" & Control Module.UniPlan Admin Email & "&subject=" & Subject & "&body=" & Body & "%0A%0AThanks" ELSE BLANK
Thanks Dennis
Hi Denis,
Try replace ? by & before cc and add "mailto:?to=" like this:
"[Notification]" & "mailto:?to=" & TO & "&cc=" & Control Module.UniPlan Admin Email & "&subject=" & Subject & "&body=" & Body & "%0A%0AThanks" ELSE BLANK
This should works fine 🙂
Alexis
Hi all,
I'm having trouble with the Mailto: on google chrome opening gmail. I have set google chrome to open gmail for mailto: protocols. Test scenarios:
* anaplan mailto on chrome - new tab opens momentarily, but never opens gmail
BUT
* non-anaplan mailto (a link on w3schools.com) on chrome- opens gmail on chrome with compose
* anaplan mailto on internet explorer- opens gmail on chrome with compose
* anaplan mailto on firefox- opens gmail on chrome with compose
I have disabled popup blockers on chrome, but still I cannot open gmail. Have you guys experienced such problems?
thanks!
I am having this exact issue. Did you ever find a solution to this problem?
Hello everyone, I hope you're doing well. I'm posting because two of my coworkers are trying to use the Anaplan Excel Add-In Series 4, but they're running into an issue during the connection setup process. When they go to New → New Read-Only Connection (or New Connection) and reach the "Select a Customer" step, no…
Why in my model output is blank, after send explainability data.
I am working on a use case where I need to display the top 5 lines of a module as individual lines, while grouping all remaining lines under an "Others" category. The module is dimensioned by multiple composite hierarchy lists, along with Time and Version. To achieve this, I need to use the RANK function with the Ranking…