Page 1 of 1

Which action will properly return the value $9.90 of the specified sub-field of the current field (e.g. a field within a

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
Which action will properly return the value $9.90 of the specified sub-field of the current field (e.g. a field within a line item)?
Which Action Wi 1
Which Action Wi 1 (33.9 KiB) Viewed 72 times
A. rr_Get("@F\Unit_Cost")
B. rr_Get("@F.Unit_Cost")
C. rr_Get("@F/Unit_Cost")
D. rr_Get("..F.Unit_Cost")