Greetings;
I am trying to get a script to copy and paste information from Layout B Fields 1, Fields 2, Fields 3, Fields 4, Fields 5 and to paste them into Layout A Fields 1, Fields 2, Fields 3, Fields 4, Fields 5.
I read somewehere about SET Fields is better to use then Copy and Paste and even with that, it still isnt working. Here is a copy of the codng.
If [phone list::Outcome1 = "Appt"]
Goto Layout ["Booking Sheet"(Bookings)]
New Record/Request
Set Field [bookings::ApptStatus; Phone list::Outcome 1]
....
When i run the script i get the new record, but nothing is being copied over.