Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我制作了一份关于不同用户的报告,我希望只有登录的用户才能看到他们的个人报告,而不是所有报告。
我已经尝试了从userid()to 的所有方法,getrecord()但它不起作用,请各位大神给我一些建议吗?
userid()
getrecord()
:APP_USER可以使用(对于部署在 Apexv('APP_USER')中的代码)或(对于部署在数据库中的代码)来查询用户的登录名。
:APP_USER
v('APP_USER')