When you do a referral order - under the administration section you can add a "Reason". I am trying to get this to print on the referral request but cannot find the correct field to map it to. All I can find are the "CLINCOMMENTS" which is not what I want.
Does anyone know how to get this to display? Thanks Peg
OK, I have not written the coding (have done similar), but think you might do something like
*With MEL (as in a letter, or VFE form)
ORDERS_NEW to populate an array
analyze field 19 (there are 26 fields) which is Admin Comments (I think your field)
*With Crystal (as in a report definition)
ORDERS.ADMINCOMMENTS field to be placed somewhere on the report.
Originally thought you were referring to the Comments field, but there is a Reason field.
I just took a look at the 9.12 documentation (lots of fields added throughout the years and versions).
If using a Crystal Report, you can try to verify if data is in the ORDERS.REFERRALREASON field.
Within MEL, I do not think this field is “easily” available.