By using this website, you agree to our Terms of Use (click here)
We have a custom field called usrlocation and we want this to show up in the appointment screen under Details, but I cannot find the area to adjust this, it is currently showing up in the target equipment selector box. I would like it showing up between target equipment and description. I have been looking at the attached screen but cannot seem to find the place to add it.
Thanks Al, that makes sense now on what form to use. We use appointments so I had assumed it would be that one.
The issue is that the custom field was created and added to the Equipment Form, and was able to be added as a selector on the Appointment Details.
However the usrLocation field is not available to select in the Service Order Details Grid. How do I allow this field to be added to the Service Order Details Grid form?
You'd need to add a custom field for to the service order says UsrEquipLocation and then add an event handler like Row Persisted to Field Updating on the Target Equipment ID to pull the information from UsrLocation to UsrEquipLocation, what you pass through might depend on how the original UsrLocation is setup, if its a location selector you will need to do setup the new field as the same type to pull the information through




