Solved
Forum Discussion
FredLucas
11 months agoContributor III
Hi Ashu_Aswal,
You could achieve that by creating a dynamic calc member and having it returning that info for the required POV using the following api:
Dim objDataAttachmentList As DataAttachmentList = api.Data.GetDataAttachments(memberScript, includeFileBytes, startRowIndex, pageSize)
objDataAttachmentList.Items.Item(0).LastEditedUserName
Note: it is important that you use one of the text view members e.g.: V#Annotation to show that info.
- Ashu_Aswal11 months agoNew Contributor III
Thank you very much FredLucas for this solution. This worked perfectly.
Related Content
- 2 years ago
- 2 years ago
- 4 years ago
- 2 years ago