根据要求,如果用户没有对第三个对象的读访问权,我必须更改帐户的所有者.
我需要一个类似于isAccessible()描述字段结果的方法的功能,但它仅适用于当前登录的用户.
有没有其他方法可以检查用户对Apex代码中对象的CRUD权限?
我需要将数据加载到两个对象中.我可以使用数据加载器将数据加载到一个对象中.第二个对象与第一个对象具有主 - 细节关系,因此我需要在CSV文件中具有第一个对象的记录的唯一记录ID.如何将这些记录ID添加到我的CSV文件中?
我们必须使用Apex Data Loader将数千条记录插入Salesforce.我们使用csv文件来加载数据.
根据要求,我们必须在Linux环境中将数据加载到Salesforce.com.在Windows中,Apex数据加载器适用于数据加载.Apex数据加载器是用Java编写的,所以它应该在Linux中运行.我们如何在Linux中运行Apex数据加载器,还是有任何替代Linux数据加载应用程序?
我有一个正确渲染的visualforce页面.有一个命令按钮"保存",它执行一些DML语句并重定向到其他页面.此功能之前工作正常.从昨天开始,点击"保存"按钮,我收到此错误:
An internal server error has occurred
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience.
Thank you again for …Run Code Online (Sandbox Code Playgroud)