摘要:
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 參數(shù)可以強(qiáng)制進(jìn)入選擇 Record Type 界面而不是直接進(jìn)入默認(rèn) Record Type 的創(chuàng)建界面 使用 &navigationLocation=LIST_VIEW 這個(gè)參數(shù),可以在點(diǎn)擊 save button 之后回到之前的記錄,而不是跳轉(zhuǎn)到新創(chuàng)建 閱讀全文
摘要:
Long waitMilliseconds = 4 * 1000; Long startTime = DateTime.now().getTime(); Long finishTime = DateTime.now().getTime(); while ((finishTime - startTim 閱讀全文