Skip to main content

 we are using new Omnistudio dev and trouble shooting a Integration Procedure that we did not create. The first error received was SOQL Query limit. After the Vlocity Winter '22 update, it seemed to work but got this error: 

2 respuestas
  1. 21 jul 2022, 9:29

    You have to check your custom code part where you are capturing value and need to check what are the return types of parameters. 

     

    You have to property of parameter from decimal to string or use 

    Decimal.valueOf(string);

0/9000