Glad to help!
Sadly it's not possible to display those fields on an SSP form to fill the asset data.
Your best option would then probably be to have an automatic action create the asset upon creation of the change.
From there you have 2 options to fill the asset data, automated or manually.
- Automated:
Based on the data that's in the request field of the change, you could try to automatically fill some fields on the asset.
This might prove a little bit difficult, since you need to get it out of the plain or memo text from your change request, but could be doable if the SSP form does not change too much in a short period of time and the questions and structure remains the same.
You would have to make use of the ?keep_before and ?keep_after built-ins in your json body to get the correct data and then post it to the required asset field. - Manually:
If you want to start out easier, you could also have the asset created automatically, but have an operator fill in the required fields by hand, based on the information presented in the change request.
You could link the asset as a separate tab on the change form, to make it easily accessible for the operator.
This is much like the extended impact analysis functionality that TOPdesk offers:
Extended Impact Analysis for Change Requests - My TOPdesk SSP
I understand it can sometimes be difficult to come up with the right configurations, especially when you need an out of the box solution. A lot of those are based on experience and available knowledge I think.
Though there is maybe not a video demonstration for everything, TOPdesk does offer a wide variety of knowledge items on my.topdesk.com that contain a lot of creative solution or action sequences that can be tweaked to your need. And aside from that, there is always the Community of course.
Hopefully you can find a suitable way of working this way. If you have any more questions, feel free to reach out!