Hi all, has anyone else found this, I am deploying...
# sdf
t
Hi all, has anyone else found this, I am deploying PDF templates, to a production account. when it deployed it didn't deploy against the record they were against, instead they deployed as pictured. You can not edit them they just error with
Copy code
An unexpected error has occurred. Please click here to notify support and provide your contact information.
I then created it manually in the UI and downloaded the XML I found that the opening XML had change from
Copy code
<advancedpdftemplate scriptid="custtmpl_sf_packing_slip" standard="STDTMPLEMPTY">
to
Copy code
<advancedpdftemplate scriptid="custtmpl_sf_packing_slip" standard="STDTMPLPACKINGSLIP">
so I updated the files in the SDF project to try and unlock the erroring records and then I get this error
Copy code
An error occured during validation of Custom Objects against the account (custtmpl_sf_packing_slip)
Details: The standard attribute value, STDTMPLEMPTY, cannot be modified.
File: ~/Objects/custtmpl_sf_packing_slip.xml
Has anyone else had this issue and found a way around it?