Hello everyone. Is there a way to source out Advan...
# general
u
Hello everyone. Is there a way to source out Advanced PDF/HTML templates onto a dropdown list via SS2? I'd like to offer the users of a Suitelet form the option to select one of three existing templates for a PDF, and while I could just bind one submit button to one template, I'd like to opt for a more elegant solution. The main issue is that you can't generate a Saved Search for these types of templates, and unless there's a way to fetch existing templates dynamically, I'm forced to hard-code existing template IDs. Is this feasible or should I resort to alternative solutions? Any and all inputs appreciated, thanks!
b
you have access to the same sources available to a native custom field
create a list/record field in the ui, then copy the internal id number of whatever list/record source you want
👍 1
u
I suppose this means I can't opt for dynamic fetching of existing templates. This does sound like a cleaner solution though, thank you!