Oracle field service Form with dynamic fields not reflecting when downloading in pdf
Hi Community,
I'm working on a custom HTML form template in Oracle Field Service that generates a PDF, and I'm facing an issue where certain activity fields are not mapping correctly.
What's working:
- {{activity.length}} → resolves correctly (Duration)
- {{activity.caddress}} → resolves correctly (Address)
- {{resource.pname}} → resolves correctly (Technician Name)
What's NOT working:
- {{activity.sr_aid}} → shows as literal text
- {{activity.aid}} → shows as literal text
- {{activity.astatus}} → shows as literal text
- {{activity.sr_pid}} → shows as literal text
I checked the Properties page under Configuration, and the API name for Activity ID is listed as 'aid' (Entity: Activity, Type: text).
Tagged:
0