I have overriden a Salesforce tab, and am trying to dynamically render sections or rows based on today’s current date and a picklist field with month numbers (ie. 7 = July).
I have added an UI-Only Model, and have set a render condition looking to that model, but it doesn’t appear to be working. Here is the UI-Only Model:
And here is the rendering condition:
(Work_Anniversary_Month__c is a picklist of month numbers 1-12)
So the end goal is to display sections or rows based on if the row has Work_Anniversary_Month__c = TODAY(Month)
Does anyone have some insight into how to get this to work?