Solved Feature sets

jigster

Verified User
Joined
Jul 23, 2021
Messages
90
If a package is limited to feature sets core_functions and email_only, the user isn't allowed to access the vacation message system. All three vacation CMDs are listed:
CMD_EMAIL_VACATION
CMD_EMAIL_VACATION_CREATE
CMD_EMAIL_VACATION_MODIFY

But it produces the error "Failed to load vacation messages!"

With feature sets off (i.e. the package feature sets policy is set to Allow All) it works correctly. So there must be another CMD that's required to allow access to the vacation messages. I assume this is a bug.

As I'm new to DA, does anyone with more experience know what extra CMD(s) might be needed to allow vacation messages, or a way to at least list ALL CMDs so I can trial-error until I find the right one? Thanks
 
It's a bit confusing but you should allow these commands. Than it works:


Code:
CMD_EMAIL_VACATION
CMD_EMAIL_VACATION_CREATE
CMD_EMAIL_VACATION_MODIFY
emailvacation
 
Back
Top