suiteExperimenter
09/12/2021, 8:03 AMThe following objects were not updated from the account to your project:
- custtmpl_xxxxx.template: Invalid Record Type
Have I missed to do something?Mike Robbins
09/13/2021, 1:37 PM<filename>.xml
and the <filename>.template.xml
. Both of these should be included in the objects
section of your deploy.xml
.suiteExperimenter
09/14/2021, 5:36 AMsuiteExperimenter
09/14/2021, 5:37 AM<deploy>
<configuration>
<path>~/AccountConfiguration/*</path>
</configuration>
<files>
<path>~/FileCabinet/*</path>
</files>
<objects>
<path>~/Objects/*</path>
</objects>
<translationimports>
<path>~/Translations/*</path>
</translationimports>
</deploy>suiteExperimenter
09/14/2021, 5:38 AMsuiteExperimenter
09/14/2021, 5:52 AMMike Robbins
09/14/2021, 1:11 PM<objects>
section and include a <path>
for the .xml
and .template.xml
files for your PDF template. Then run project:deploy
.