【发布时间】:2015-05-07 16:19:21
【问题描述】:
我正在尝试找到一种使按钮标签动态化的方法,但除了自定义标签之外我找不到任何其他方法。唯一的问题是我不知道如何制作 MasterLabel 来选择我的自定义标签。我已经尝试了这些代码,但到目前为止没有运气。
我的自定义标签是“工作”
<masterLabel>{!System.Label.Job}</masterLabel>
我也试过这些:
<masterLabel>{!$Label.Job}</masterLabel>
<masterLabel>$Label.Job</masterLabel>
<masterLabel>System.Label.Job</masterLabel>
没有工作:(
自定义对象 cu
【问题讨论】:
标签: salesforce