Hi - I am adding a dataform extension to the revenue transaction dataform, and am trying to show a link to another revenue item.
<FormField FieldID="LINKTEXT" Caption="Link to Donor Pledge">
<Link IDColumn="LINKTODONORPLEDGEID" RecordType="Revenue"/>
</FormField>
I have tried RecordType of FinancialTransaction as well - and in neither case, is it showing up as a link. Any ideas?
Thanks!