- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 08:18 AM
hi team, what's the best way to configure the PDF summary template?
Signed PDF summaries for closed work orders
- is it better to use document template? Field Service Work Order Summary
- or update the script include? GeneralWOForm
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 02:55 AM
Hi Joshua, not sure if this will answer your question on best practice, some thoughts depending on requirements
- New implementation - Use Document Template + Flow Designer to generate on Close
- Need signatures - Pull from
sn_fsm_signature
table in template - Already using
GeneralWOForm -
OK to extend, but document and plan to migrate to templates - Upgrades and future support - Doc Templates are safer and more forward-compatible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 08:54 AM - edited 06-03-2025 08:55 AM
your question is too generic to give a serious answer. However, you always should prefer configuration (document template) over customization (modifying OOTB Script Includes) to keep the technical debts and all related problems low.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 09:10 AM - edited 06-03-2025 09:11 AM
i am looking for best practice,
- i couldnt find any documentation in SNDOC related to configuraing the PDF summary.
- in the ebooks, it says use the script include approach - it does not reference the sm_config to use the document template so wasnt sure if this was a legacy setting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2025 02:55 AM
Hi Joshua, not sure if this will answer your question on best practice, some thoughts depending on requirements
- New implementation - Use Document Template + Flow Designer to generate on Close
- Need signatures - Pull from
sn_fsm_signature
table in template - Already using
GeneralWOForm -
OK to extend, but document and plan to migrate to templates - Upgrades and future support - Doc Templates are safer and more forward-compatible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@SalmatO ty salmat,
the nowlearning need to be updated to refflect this, it's still telling us to use the generalWOform, same as the official SN documentation