Forum Discussion
KeithJusas
7 years agoQrew Captain
Hi this is Keith from Juiced. If you are using our multifile upload add-on then you can do the following
- if you have a field on the documents table that has the type make note of the field id of that field and you will use it as a parameter in the formula url field that executes our add-on. That field should be a multiple choice text field
- if you don't have a type field on the documents table then you can create one
- in the formula url field add the following lines to the formula code
& "&typefid=xx"
& "&txtdft=Contract"
xx should be the field id of the field that is the type field I mentioned above
Contract is a default value, this is optional but it assumes "Contract" is a value in your text multiple choice field on the documents table
here is a link to our demo app that shows how this works: https://juicedtech.quickbase.com/db/bg5vsmsdc?a=dr&r=c&rl=d5
The Document Type field is on the Project Documents table and that is shown in the popup window when clicking the upload button on the "Upload with Text" or "Upload with Defaulted Text"
demo app screenshot#1
our add-on popup window showing the type drop down
- if you have a field on the documents table that has the type make note of the field id of that field and you will use it as a parameter in the formula url field that executes our add-on. That field should be a multiple choice text field
- if you don't have a type field on the documents table then you can create one
- in the formula url field add the following lines to the formula code
& "&typefid=xx"
& "&txtdft=Contract"
xx should be the field id of the field that is the type field I mentioned above
Contract is a default value, this is optional but it assumes "Contract" is a value in your text multiple choice field on the documents table
here is a link to our demo app that shows how this works: https://juicedtech.quickbase.com/db/bg5vsmsdc?a=dr&r=c&rl=d5
The Document Type field is on the Project Documents table and that is shown in the popup window when clicking the upload button on the "Upload with Text" or "Upload with Defaulted Text"
demo app screenshot#1
our add-on popup window showing the type drop down