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
Post a Comment