Skip to main content
In the setup, I'm grabbing data from an MDA table and a Salesforce Object. In the criteria on the actions, I'd like to compare a date field from the MDA to a date field on the Object, but it seems like if I select the date from the MDA, it seems like I can only compare it to other fields from the MDA and can't use and fields from the Object.





Is this is a limitation in Bionic Rules or is it possible I'm not setting things up correctly? 
Hi Phil,


Supporting the date fields comparing has two different use-cases.


1)We compare Date Field with Date field.


2)We compare DateTime field with DateTime field,but vise-versa is not possible. I mean comparing of Date field with DateTime field is not possible and DateTime field with Date field is not possible,because Date field value cannot be equal to DateTime field value. 


Below are screenshots for example,please let me know if you need more help here.





Comparing Date field of MDA to Date field of  SFDC and MDA.





Comparing DateTime field of MDA to DateTime field of  SFDC and MDA.





We are supporting all the operators .





Thanks,


Sairam

Reply