megaphone
SuiteWorld 2026 registration is now open—save $300 Register now
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.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
What if your ERP could help surface the next step before you go looking for it? Watch here to learn more!

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.

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…