Skip to main content

Hello, 

 

I am trying to create a report to find opportunities whose name exceed 32 characters. They can't integrate into one of our external systems. 

 

Is that possible to do? 

 

Thanks!

2 respostas
  1. 11 de mar. de 2022, 22:18

    Unfortunately not directly, but you could create a field on the opportunity object using the LEN() function to calculate it and then report on that field. Also I'd recommend you add either a validation to the opp name field to not exceed 32 characters or create a secondary field with a formula of the standard field but cut off at 32 characters, and use the new field to sync to the external system

0/9000