>> ARForm
>> Crystal... based on the "Report Options"
Kind of involved but....
- I set up soemthing on the invoice tracker report form that might work for you
-- ended up using a field that was already included in Crystal: RptParameter.Description
---- so far has been working & as far as I could tell that field isn't being used for anything else (on that report)
1.) Customized the invoice report form:
---- added a combo with a static list
------- bound it to ReportParm.Description
---------- used customization name: ARInvForm_ReportParam
--------------- added the Custom report from to the Menu as ID: UDARPX
2.) Customized the the invoice tracker form
---- used same customization name: ARInvForm_ReportParam
------ set as the actve customization in menu maintenance
3.) Added new Process calling
----- Called Process: Epicor.Mfg.UIRpt.ARInvForm
--------- Called From: Epicor.Mfg.UI.ARInvoiceTracker
-------------- MenuID: UDARPX (the custom report form menu ID)
Ended up like this for a couple reasons
- no UD fields available in the RptParamter table
- and RptParamter not accessible thru the RDD