The BkLog XML datatable is generated at runtime by the SO Backlog reporting 4GL program. The problem seems to be that the zDataField records for that DataTable are set to External = true which is incorrect.
Run the following SQL to make the BkLog fields available to link to:
UPDATE zDataField
SET External = 0
WHERE DataTableID = 'BkLog' and External = 1
Run the following SQL to make the BkLog fields available to link to:
UPDATE zDataField
SET External = 0
WHERE DataTableID = 'BkLog' and External = 1
--- In vantage@yahoogroups.com, "Patrick Parker" <pbparker@...> wrote:
>
> So, a question for the sales order backlog report in 8.03.404 for
> anyone that can help. It's now a Crystal report, the data definition
> is listed as SOBacklog.
>
> I'm trying to modify it because it's pulling in a ShortPartNum which
> truncates the part numbers after so many characters. We need the full
> length part numbers in the report.
>
> However, when I go to the report definition, it's referencing a table
> called BkLog - which doesn't exist in the database as far as I can
> see. Anyone know either where this table is or how I can
> access/modify how the data is being populated. Would like to get full
> part numbers listed in our report.
>