Would like to prompt for specific attachments when adding artifacts to a change

michaelmarchett
Tera Contributor

I have a reuirement to add artifacts as attachments to a change record.  I know we can add attachments but I would really like to ask for the type of artifact i.e. test results and when the user uploads the attachment the system will ensure the attachment name is Test results.  This will help the change namer and audits identify the specific document withouy having to open each attachment to find it.  I know that I can ask the user to provide the proper names but that has been hit or miss.

1 ACCEPTED SOLUTION

SanjivMeher
Kilo Patron
Kilo Patron

If that's something you would really want to build, you may want to create a table referencing the change request.

And in the table, add artifacts type and then an option to attach. And you can add that table as embedded list or related list to the change table.


Please mark this response as correct or helpful if it assisted you with your question.

View solution in original post

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

If that's something you would really want to build, you may want to create a table referencing the change request.

And in the table, add artifacts type and then an option to attach. And you can add that table as embedded list or related list to the change table.


Please mark this response as correct or helpful if it assisted you with your question.