Hi everyone. I'm working on a Revenue Cloud requirement and running into an issue with product visibility in Browse Catalog on a Quote. Requirement: There's a custom Date field on the product: SelectionDate. When the user clicks Browse Catalog on a Quote, I need to show/hide products based on this field: If SelectionDate is empty → show the product always. If SelectionDate is in the past → show the product only to Administrators I started looking into Qualification Procedures and Decision Tables. I created a Decision Table that checks SelectionDate, but all checks fail when SelectionDate is empty. In other words, I can't seem to correctly detect “empty/null” Date values in the Decision Table conditions. How do I correctly check for empty/null Date fields in a Revenue Cloud Decision Table?Is Decision Table + Qualification Procedure the right approach for this use case, or is there a better pattern in Revenue Cloud to control product visibility in Browse Catalog based on a Date field?…