如何重命名Acumatica客户屏幕上的列名称? [英] How do I rename the Column Name on Acumatica Customers screen?

查看:197
本文介绍了如何重命名Acumatica客户屏幕上的列名称?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何重命名Acumatica客户屏幕上的列名称?



我在其他屏幕上尝试了下面的方法,但对于客户页面,它似乎没有工作:

  PXUIFieldAttribute.SetDisplayName< PX.Objects.CR.CRRelation.BAccount__AcctName>(this.Transactions.Cache,Customer Name); 


解决方案

试试这个

  PXUIFieldAttribute.SetDisplayName< DAC.field>(this.Transactions.Cache,null,Field Name)
pre>

我没有VS这里,所以我不记得正确的语法,希望它可以帮助


How do I rename the Column Name on Acumatica Customers screen?

I tried the below method on other screens, but for the customers page, it does not seem to be working:

PXUIFieldAttribute.SetDisplayName<PX.Objects.CR.CRRelation.BAccount__AcctName>(this.Transactions.Cache, "Customer Name");

解决方案

Try this

PXUIFieldAttribute.SetDisplayName<DAC.field>(this.Transactions.Cache, null, "Field Name")

I don't have VS here so I don't remember the syntax correctly, hope it'll help

这篇关于如何重命名Acumatica客户屏幕上的列名称?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆