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


how rename column name on acumatica customers screen?

i tried below method on other screens, customers page, not seem working:

pxuifieldattribute.setdisplayname<px.objects.cr.crrelation.baccount__acctname>(this.transactions.cache, "customer name"); 

not sure customers screen referring ar.30.30.00 not have view called transactions out of box. also, setdisplayname in case should take 3 parameters -

pxuifieldattribute.setdisplayname(pxcahce, fieldname, displayname)

and changing display names grid columns best handled @ dac attribute level. @ runtime, there lesser know (read undocumented) repaintcolumns property forces redraw of column headers might work.

best of luck!


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -