I've been asked to develop a system that will name documents created on Opportunities differently depending on the template that was used. We have different naming format requirements for different types of documents.
I decided to look into making a custom JsonBuilder and overriding getDocName, however I can't seem to access the template ID from inside the custom JsonBuilder.
I've been asked to develop a system that will name documents created on Opportunities differently depending on the template that was used. We have different naming format requirements for different types of documents.
I decided to look into making a custom JsonBuilder and overriding getDocName, however I can't seem to access the template ID from inside the custom JsonBuilder.
Is this at all possible to do?
Thank you!