Hi Wildliferemoval,
We can share information between a screen and a pop up using 'shared results'.
Prior to calling the 'Show Screen in Pop Up' action in your new button, you will want to load each piece of information to be copied over to the new customer record into it's own shared result using the 'Assign Value to Shared Result' action. This will allow you to access information of the current customer record from within the pop up screen.
For example, create a shared result for the customer first name 'John', a second shared result for the customer last name 'Doe', a third shared result for the full customer name 'John Doe', and so on. Since you do not want to copy the shipping address, you do not need to create a shared result for this piece of information.
You will also need to customize your New Customer screen in order to populate the information stored in your shared results at load time. This can be accomplished by adding additional actions to the screen's OnScreenLoad event. First you will need to retrieve each stored value using the 'Get Value From Shared Result' action. Next, you will populate fields with these values using the 'Enter Value into Field on Screen' action. Also, using the customer name value, you can populate the 'Job of Customer' drop down box at load time.
I know this might seem overwhelming; fortunately we have a webinar titled 'Advanced Actions: Shared Results and Basic Math' that provides an example of storing a value in a shared result, calling another screen, retrieving the shared result from the new screen, and populating the value into a field.
Let me know if you have any further questions,
Jonathan.