-
Can you use a One Time Use Promo Code on Quote and Sales Order?
We have been using NetSuite since December of 2020, but just recently started using the One Time Use Promo Codes. We work with a lot of schools, so often times the customer is starting with a Quote. Once approved we convert the Quote to an Order. My users have a couple of examples where the One Time Use Promo Code was not…
-
How to show only applied promocodes in Transaction Saved Search
Hello Gurus, I'm struggling to show only applied promo codes in the transaction saved search, for example look at this SO, it has only two promo codes applied: As you can see the third promocode is not applied. But I'm still seeing it the transaction saved search: How I can filter out not applied promocodes?
-
How to reusing old coupon code?
Hello All, I’m trying to reuse a coupon code from a very old promotion. I tried changing the coupon code on the old promotion, but it gives a “Cannot be deleted, because it is referred to by other records” error. Any ideas?
-
PromocodeSupport Module in SCA 2020.1 (how to NOT apply promocode for specific customers)
Hello NetSuite Gurus, I'm trying to listen for ?promocode=XXX in the URL and in specific cases to not apply it. I'm trying to modify PromocodeSupport.ts Module under SC_20.1_Live/Advanced/PromocodeSupport/JavaScript/PromocodeSupport.ts. const PromocodeSupport: any = { mountToApp: function() { // Method defined in file…