So, I created a UserEvent script and Deployment in...
# sdf
d
So, I created a UserEvent script and Deployment in the UI, and imported it into my project. Now when I deploy from SDF, I get that An object with script ID customrecord_test_config already exists`. @Vince, what am I doing wrong?
v
so customrecord_test_config is a completely different record, the script record would start with customscript_ . Can you check the system notes for customrecord_test_config and see 1. who created it 2. was it created in the UI or did you do it in SDF?
if it was already created in the UI, and you used the option in Eclipse to create a new custom object, then that's the conflict.
d
My bad, it was An object with script ID customscript_test_config_ue already exists
I created the script and deployment via the UI, and then imported it into my SDF project
v
hmm and do you see that in your objects folder in SDF?
d
I think I see the problem. I'm not setting the Publisher or AppID in the UI
v
got it - well hope that works. my typical process is 1. Create the Script in Eclipse 2. Upload the script Ctrl-U 3. Create the Script Record in the UI 4. Create the Script deployment(s) 5. Pull the script record back into SDF by importing the custom object