ROSS: TP Change: Return to normal discounts
- SCC Customer Maint
- Change CUSTOMER_GROUP from JSIPGX to JSIPG (normal TP)
- at this point the customer will not get the special TP discounts
- they may still be excluded from some regular discounts so continue with the changes
- it is good to change them so that they are no longer "looking like" they should get special discounts
- Change CUSTOMER_GROUP from JSIPGX to JSIPG (normal TP)
- SCC Order Entry Spartan NEW
- always test on an order
- include 1 part code from all the quantity discounts possible
- include 1 promo item to make sure it is not discounted
- this is a good sample order lines entry
- always test on an order
3. SQL change to table: TP_CUSTOMER_ASSOCIATIONS
- Leave customer_group = 'JSIPGX'
- this is why the TP does not apply if the customer group is changed to JSIPG and the customer# is good.
- check for B O T H places for this customer:
- change the customer# from 0654401 to 0654401x
- change the statement account from 0654401 to 0654401x
SELECT GEM_DBKEY, COMPANY_CODE, TP_PROMOTION_CODE, TP_SEQUENCE_NUMBER, DESCRIPTION, DIVISION, CUSTOMER_NUMBER, CUSTOMER_GROUP, ADDRESS_CODE, BROKER_CODE, SALESPERSON_CODE, LOCATION, STATEMENT_ACCOUNT, TP_INCLUDE_EXCLUDE, TP_PROMOTION_STATUS, SCC_WEIGHT_TIER_CODE, SCC_CHANGE_DATE, SCC_CHANGE_REASON
FROM TP_CUSTOMER_ASSOCIATIONS
WHERE (CUSTOMER_NUMBER = '0654401') OR (STATEMENT_ACCOUNT = '0654401')
Change the customer # from 0654401 to 0654401x this way it will not try to apply the TP to the real customer 0654401.
Leave customer_group = 'JSIPGX' this is why the TP does not apply if the customer group is changed to JSIPG.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article