By using this website, you agree to our Terms of Use (click here)
Hi Everyone,
Does anyone know how to get the Branch Name for a journal entry in the Journal Transactions screen?
I know that the journal entry fields are in the PX.Objects.GL.Batch data access class, but I'm not sure how to get the Branch Name.
Any ideas?
Hi Gonzo,
You can join over to PX.Objects.GL.Branch and grab the AcctName field to get the Branch Name.
To join PX.Objects.GL.Batch and PX.Objects.GL.Branch together, use these fields in the join:
- Batch.BranchID -> Branch.BranchID
Acumatica Version 6.10.0472 used when composing this response
Ah ha! There were so many "Branch" tables that I wasn't sure which one to use. That works!
