Hello! Is it possible to use a Static Group of Emp...
# suitescript
k
Hello! Is it possible to use a Static Group of Employees to be used as a script parameter? If so, what would be the type and list/record (if type is list/record)?
b
a group is an entity
so you make the
List/Record
Entity
and add a filter on the
Type
k
got it! thank you so much!
I am using this group to send error notification to devs and admins, hoping this is possible.
When I try to send email to this Group, only the header level email receives the email. Is is possible to include all members in the email?
b
thats not how N/email works, you will have to lookup the members yourself
that said, it is how the native unhandled error handling works
k
yeah I think I will just you a comma separated email list as a company parameter for this