This article covers how to make blank paperwork populate assets that are only associated with a specific job onto your fillable form.
Using Adobe Acrobat Pro DC (and possibly other PDF editors), it is possible to add custom metadata directly into the PDF document itself that will make this possible. Use the method below in conjunction with blank paperwork rules to automate forms further.
By default, blank paperwork in ServiceTrade will be pre-filled with information about all assets at the location being serviced. This is advantageous in situations where the entire list of assets needs to be available to the technician (for instance, when an inspection is being performed) but is less useful in situations where a small set of assets, or even a single asset, is being serviced (for instance, a service call or repair). In this instance, you may want to use 'onlyJobAssets'.
When to Use 'onlyJobAssets'
If you choose to use only the job-associated assets, the only asset data that will be pre-filled onto your paperwork will be the assets associated with services that are to be performed on the job.
- It is still possible to use subassets on your paperwork; however, only the subassets that are children of the assets associated with the job are available.
- For instance, under normal circumstances, a fillable field named servicetrade_job_assets-alarm-1-manufacturer would be filled with the manufacturer name of the first alarm system on the job's location.
- However, if the blank paperwork file is configured to use only the job's assets, then this fillable field will be filled with the manufacturer name of the first alarm system associated with a service on the job.
How To Add 'onlyJobAssets' Metadata
1. Open the PDF you want to add the custom metadata in, then go to File > Properties
2. Then, go to the "Custom" tab in the "Properties" window.
3. The image above shows the "Custom" tab open in the PDF Properties modal window. To work correctly, you need to enter rules in both the Name and Value custom fields without any punctuation (specifically, do not include the colons, commas, or double quotes that eventually appear in the JSON metadata. Metadata rules will function correctly if you enter your custom field values without punctuation. If you add any punctuation, it will appear redundantly in the JSON metadata and will not work correctly).
4. In the Name custom field enter "onlyJobAssets"
5. In the Value customer field you can either enter '0' or '1', depending on what you want the paperwork to do.
Value is '1' or '0'
- If this value is 1, then only the assets associated with active services on the job will be used (regardless of the status of the asset – an inactive asset associated with an active service will be returned).
- If this value is 0, then all active assets on the job’s location will be used.
Important Notes
- The fillable asset field names are always prefixed with ‘servicetrade_job_assets’, regardless of the value of onlyJobAssets – that is, even if 'onlyJobAsset' value is 0 and all active location assets are prefilled, the field names for those assets still start with ‘servicetrade_job_assets’.
- This setting affects the set of assets that are considered by repeatAsset. For more information about making blank paperwork repeat dynamically, please see this support article.
-
If you have additional questions about us providing support to add these fillable fields and metadata to your existing PDF forms, please reach out to your Project Manager or Account Manager to discuss using Profession Services.
For more information about editing PDF file metadata, please see this support article.