收藏ManojKumar Muthu (Appviewx) 提问于 #Apex2019年2月13日 12:20How to pass more than one value to a parameterHi 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 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...ManojKumar Muthu (Appviewx)2019年2月14日 05:19@Raj,Unexpected parameter encountered during deserialization: ps at 显示更多添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
ManojKumar Muthu (Appviewx)2019年2月14日 05:19@Raj,Unexpected parameter encountered during deserialization: ps at 显示更多