Forum Discussion
salmankhanani
New Contributor II
Hi Eric - can you explain how this can be altered to pull the Text 1 - Text 8 fields from the account dimension rather than entity?
Thanks!
EricOsmanski
9 months agoValued Contributor
Hello - you should just be able to change the code to reference Account (or another dimension) as well as the particular text field you are looking to retrieve:
Dim acct As String = api.Pov.Account.Name
Dim acctId As Integer = api.Pov.Account.MemberId
Dim acctText1 As String = api.Account.Text(acctId,1)
Return acctText1
Related Content
- 4 months ago
- 3 years ago
- 12 months ago