New FreshService admin here, so apologies if there’s a straightforward way to do this that I haven’t found yet.
We are using a Location field for a ticket (for the user to select the building they are located at) and we have also created a custom Location field on our Service Requests. These are both set to use the Asset Location as the Data Source (so essentially its a drop down with around 10 items). When a new Service Request is submitted, we would like the selected Service Request Location to be stored into the Ticket Location (as we have made the Ticket Location a required field).
I’m trying to setup a Workflow for this for when the Service Request is added. I don’t see a built in way to reference the custom fields in a Service Request, so it looks like a Web Request has to be used. Is this correct?
Once I have the Service Request’s Location, how do I set the Ticket’s Location? I tried to setup an Action using the “Set Location As” action, but it seems this wants a specific value (one of the 10 items defined in the data source). Is there a way to set the location field to a dynamic value (that I’ve retrieved from a Web Request)?
Or, is there an easier way to do this than the path I am trying to go down?