Different approaches to deal with case sensitive condition in Business rule

Shweta Maurya
Tera Contributor

Hey,

 

requirement is-to calculate warranty date of model 'mobile devices' and display name contains 'ipad' in alm-hardware table

 

Issue-above condition BR is working only for name contains 'ipad' and not working for name contains 'iPad'.

 

Please suggest what other approaches we can make to resolve this except adding OR condition here like name contains 'iPad'

 

 

 

3 REPLIES 3

Runjay Patel
Giga Sage

Hi @Shweta Maurya ,

 

Contains does not check case sensitive, it should work. I tried in my PDI it is working.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

 

Yes correctly, it should work but here its not working

Ohh On that case either you should raise HI ticket or add or condition 

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------