Skip to main content
Hi there,

I have field name "Priority" with values 1,2,3,4.

if(String.isNotBlank(priority))

    {    

       str+=' AND Priority = \''+ priority+'\'';

    }

As of now I can able to pass only one value at a time is there a way to pass like this "Priority":"1,2"
2 件の回答
  1. 2019年2月14日 5:19
    @Raj,

    Unexpected parameter encountered during deserialization: ps at 

    @Raj,Unexpected parameter encountered during deserialization: ps at
0/9000