Need database link help to Print Resources on Job Traveler

We are using Capabilities on Jobs and I need to PRINT on the JOB Traveler the ResourceID in the Scheduled Resource section. The Field Help says that info is in the EpBinding Field as JobResource.ResourceID - However in the Field Help - There is NOT a DB Field - We are New to Kinetic and writing our first reports. How can I get to this information to print it?

When using Field Help are you using the Technical Details information tab?

It does look like on the JobTrav RDD you are going to get those fields as calculated fields not as straight DB Fields.

image



The Scheduled Resource information is stored in the ResourceTimeUsed table, but like @Zerobertson pointed out, this is already available in the JobTrav RDD as calculated fields.

Also, the Traveler should already display Scheduled Resources without any changes. You just need to check the “Print Scheduled Resources” checkbox when running the report:

image

The operation uses a capability only:
image

The traveler shows that Epicor picked Resource 508 for this operation:

Hi,
You can get it from table erp.ResourceTimeUsed

Thanks everyone - I have the data I need now.