megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here!
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.

My Stuff

3937932 Newbie

Comments

  • Hi, Well thank you for looking into it, but no luck yet. When I create this filter I always get all customers. It seems this filter is testing if the relevant newsletter is defined, rather then testing what the value is for the relevant newsletter. I also tried to enter the newsletter's internal ID, but then I get an empty…
  • The Global Subscription status is concerned with those who have choosen the global opt-out. Contacts should not use the global opt-out because that would unsubscribe them from all newsletters. Clearly, the need is to set the subscription per newsletter. We would have several newsletters. How do I detect those that are…
  • Hello, I do not understand why you are telling me this. This is exactly the approach that I have outlined in my first post and I have written that it does not work. How do I detect those that are subscribed to a specific newsletter?
  • Hello, I guess I will answer my own question then. NetSuite support came up with this solution. On the criteria tab of the Saved Search create these two filters: 1. Filter = Formula (Text) > Formula = {subscriptionstatus} > is T 2. Filter = Formula (Text) > Formula = {subscription} > is newsletter01 Replace newsletter01…
  • I got the answer. Here it is. Set $CustomerId to the internal Id of the customer. [PHP]$CustomerId = 140664; $noteSearchAdvance = new nsComplexObject('NoteSearchAdvanced'); $noteSearch = new nsComplexObject('NoteSearch'); $customerSearchBasic = new nsComplexObject('CustomerSearchBasic'); $searchMultiSelectField = new…