How to display Attribute Value in Acumatica report header? -


how display attribute value in acumatica report header? requirement display acumatica business account information attribute in header information of report. example, there attribute "special member" , holds value "yes". information should displayed in report header along other baccount table fields.

format: report header ---------------------- baccount name: xyz company special member: yes ---------------------- report detail: ----------------------- activities list... 

can indicate join need use achieve this? in acumatica report designer there 1 place can define relationships. how relate information , pull information on header of report?

there these 4 dacs deal attributes viz.

csanswers csattribute csattributedetail csattributegroup

linking specific entity (in case baccount) based on csattributegroup.type , csattributegroup.attributeid joined csanswers.entitytype , csanswers.attributeid csanswers.entityid = baccountid

hope help!

thnx


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? -