Track Custom form fields | Community
Skip to main content
Lawson02
New Participant
October 24, 2024
Question

Track Custom form fields

  • October 24, 2024
  • 2 replies
  • 707 views

I need to track and record any changes on a custom form with 341 fields... Is there a good way to accomplish this, is this even possible? 

2 replies

kautuk_sahni
Employee
September 1, 2025

@lawson02 Just checking in. Were you able to resolve your issue? We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could benefit the community. Thanks again for being part of the conversation!

Kautuk Sahni
Doug_Den_Hoed__AtAppStore
New Participant
October 24, 2024

 

Hi @lawson02,

 

If by changes you are referring to the definition of the Custom Form, to my knowledge there is no native auditing (let along change management) to do so. Depending on how fancy you want to get, you might consider:

 

  • Copying and archiving the form with some kind of naming convention (e.g. MyForm_YYYY-MM-DD) so you can go back and look at it
  • Using our Update Category Generator solution to generate a Before.xls and After.xls version of the form in Excel, then (optionally) uploading them to Workfront for the record, and (also optionally) adding notes and or custom data to the "After.xls" explaining what was changed
  • Formalizing the idea by creating a Request Queue so changes to Custom Forms can be submitted for evaluation, prioritization, approval, etc...and (upon approval) then using either technique above to complete the change(s)

 

I suspect other folks can share more ideas, but one other key point I'll mention is to ensure you have a minimal number of Workfront SysAdmins in your instance, to avoid surprises and ensure accountability -- perhaps taking it as far as having only one SysAdmin account that is reserved for these types of important actions, which are then conducted transparently with the human SysAdmins observing (e.g. over Zoom) as one of them Logs In As in order to do so.

 

Regards,

Doug

 

 

Lawson02
Lawson02Author
New Participant
October 24, 2024

Sorry I was not super clear with this post. I was not referring to changes to the form itself but more referring to changes that a user would make when filling out the form. I have done it with a CONCAT() var encompassing all variables but since this form has 300+ fields I did not want to type in all of the variables. As always, thank you for responding I always appreciate your insight.

Doug_Den_Hoed__AtAppStore
New Participant
October 25, 2024

 

My pleasure@lawson02 and no worries,

 

I'd be interested to learn what "done it with a CONCAT() var" means (other than smushing all fields into a single string) as it pertains to tracking user changes, but using native features, two common approaches would be a Journal Entry report or a Notes report. To (closely) track a particular custom parameter of interest, you might also consider this Targeted Auditing technique.

 

Regards,

Doug