CPQ Parts Expiry: How to restrict expired parts
Objective: Restrict expired parts from being added via Quick Add or Configurators in Oracle CPQ.
Definition of Expired Parts:
- Each part in the Parts DB includes a custom field: Expiration Date.
- This date is updated from PD PIM.
- A part is considered expired when:
Current Date > Expiration Date
Expected Behavior
- Quick Add:
- Expired parts should not be displayed in the Quick Add search results.
- Configurator:
- If a user attempts to add an expired part, the system should trigger a validation message.
Questions
- Is there an Oracle CPQ out-of-the-box (OOTB) method to achieve this behavior?
- Is there an OOTB date field
0