2020-11-25 Callout from triggers
2020-11-25 本文已影响0人
古月的小七
在trigger 方法里调用Http请求会报错,下面是其中的一个解决方案:
@future (callout=true),在方法名上面加上该注解解决。详细信息可参考:
https://help.salesforce.com/articleView?id=000330691&type=1&mode=1
在trigger 方法里调用Http请求会报错,下面是其中的一个解决方案:
@future (callout=true),在方法名上面加上该注解解决。详细信息可参考:
https://help.salesforce.com/articleView?id=000330691&type=1&mode=1