Solved
Forum Discussion
ChristianW
3 years agoValued Contributor
DataCellInfoUsingMemberScript doesn't have a DataCellAnnotation property, you need to go down one more step and select the DataCellEx property first:
BRApi.Finance.Data.GetDataCellUsingMemberScript(si,"A#Explaination:U8#Comment:V#Annotations" ).DataCellEx.DataCellAnnotation
And for a consistent result, you should specify the full POV to avoid problems.
Related Content
- 9 months ago
- 11 months ago
- 6 months ago