How do I combine record producer variable fields into one comment?
I have the following script for a record producer. if (producer.url == "")current.comments = " ";elsecurrent.comments = "URL in question: " + '\n' + producer.url;if (producer.loaner_laptop == "")current.comments = " ";elsecurrent.comments = "Loaner L...
