I have a UI only model that allows a user to specify a date and then run a separate model query on a Salesforce Account.
As part of my query on Account I’m comparing a Date field on the Account to the UI Only Date field: AccountDate__c >= (Field From Another Model)(UIOnlyDateField)
Except that this comparison seems to not work at all. I’ve set the condition to always on, and even set it to abort the model’s query if no row in source model, but for some reason the Account query just ignores the condition completely and returns all accounts regardless of the Date comparison.
Why is this happening? I’m running circles around both the UI editor and the XML to try and figure out what’s going on and all I can see is that this is a bug; but I’ve done date comparisons before with UI only models and Salesforce dates and those seem to work, why here is this not working?
Any ideas? Thanks!
Question
Comparison of UI Only Date to Salesforce Date -- Not working?

Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.