gpt4 book ai didi

java - VisualForce 编程不会产生输出

转载 作者:行者123 更新时间:2023-12-02 02:59:15 25 4
gpt4 key购买 nike

我是 SalesForce 的新人,在 VisualForce 工作。我开发了下面的代码,看起来它没有给出正确的输出。你能指导我这里出了什么问题吗?我花了两天没有看到任何指示。请指导。

<apex:page standardController="account" recordSetVar="arecs">
<apex:pageBlock >
<apex:pageBlockSection title="List of Accounts">
<!-- This works as loop -->
<apex:pageBlockTable value="{!arecs}" var="item">
<apex:column value="{!item.id}" />
<apex:column value="{!item.name}" />
<apex:column value="{!item.createddate}" />
<apex:column value="{!item.Phone}"/>
</apex:pageBlockTable>

<apex:pageBlockTable value="{!arecs}" var="rec">
<apex:column value="{!rec.Industry}"/>
<apex:column value="{!rec.Type}"/>
<apex:column value="{!rec.Rating}"/>
</apex:pageBlockTable>

</apex:pageBlockSection>
</apex:pageBlock>
</apex:page>

enter image description here

我得到的程序结果: enter image description here

最佳答案

导致此问题的原因可能有多种。以免一次排除一个问题。

您使用的标准集 Controller standardController="account"recordSetVar="arecs"将使用当前 Activity ListView 来过滤记录。在“帐户”选项卡上,选择显示一些记录的 ListView ,然后尝试重新加载此 Visualforcee 页面。(选择 ListView 并点击 Go!)

关于java - VisualForce 编程不会产生输出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42608796/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com