摘要:
select Id, Name, Type from Account where Name like '%sample%' select Id, Name, Type from Account where Name like '%sample%' and type = 'Prospect' sele 阅读全文
摘要:
使用 useRecordTypeCheck 参数可以强制进入选择 Record Type 界面而不是直接进入默认 Record Type 的创建界面 使用 &navigationLocation=LIST_VIEW 这个参数,可以在点击 save button 之后回到之前的记录,而不是跳转到新创建 阅读全文
摘要:
Long waitMilliseconds = 4 * 1000; Long startTime = DateTime.now().getTime(); Long finishTime = DateTime.now().getTime(); while ((finishTime - startTim 阅读全文