I have field CustPORefNbr on my Service Orders screen that I wish to display on any Appointments spawned from the parent Service Order. I have created a custom field (UsrCustPORefNbr) on the Appointments screen that I wish to fill with the value from the parent Service Orders CustPORefNbr.
It’s a read-only field on the Appointments screen; I don’t need it to update the database. It’s fine with me if it pulls the value from the Service Orders screen (DAC) every time the Appointment is displayed.
I tried the following, but it caused my server to reboot endlessly:
The perpetual reboots happened on both my development and production servers.
Anybody got another suggestion, or know what I did wrong? Thanks much.