There was a Price Rule Set issue today that I realized the correct 'set' wasn't associated with the MOS. Easy enough.
However, there was a set (formerly?) associated with that mode of sale. The only thing visible was the ID "28".
Anytime I've seen this, I assume that set was inactivated or deleted... but I'm assuming the sets are numbered on a table somewhere. I couldn't find any IDs on the actual rule set page, and searching documentation, I couldn't find which table they'd have been stored in.
Can I find out what rule set 28 was, and is there an audit trail anywhere for it?
Thanks in advance!
T_PRICING_RULE_SET has what you need!
ah, I just can't view it. Thanks! :)
coming back to this finally.... are you sure? I'm trying to gain access to this and Carol Keeney says it doesn't exist. I am not smart enough to understand what information we're missing. The rule sets must be associated with an ID somewhere in a table... right?
You can query it in SSMS. It shows active and inactive.
select * from T_PRICING_RULE_SET
ahhh, thanks my friend!
Anytime!