Can we add members in static customer group using ...
# suitescript
k
Can we add members in static customer group using Suitescript?
I guess you could hack it by generating a csv
k
Thank you @CD
d
not sure that help page specifically mentions it, so I'll link this help center page which says (while it is fully scriptable):
If the grouptype is static, you can create lines in the Members sublist during the time that you are creating the record, but you cannot modify the sublist during updates. This behavior differs from the UI, which does allow manual updates after the record is created.
m
A possible workaround is use a dynamic group with members harddcoded into the search criteria and then edit the saved search in script
👀 1