/
How to use api.parsableInputFile() input?
How to use api.parsableInputFile() input?
Question
I want to use parsableInputFile()
in a Quote header logic but the element is only rendered as disabled.
Answer
The upload file will be stored in the database and linked to the Quote. So you need to save the Quote first to have an instance in the database. After that, the input is enabled. You can find your uploaded files in the Attachment tab.
This feature works only for entities with attachments (i.e., Quotes, Agreements/Promotions, Rebate Agreements).
, multiple selections available,
Related content
Input Functions
Input Functions
Read with this
Inputs Behavior in Quote Revisions
Inputs Behavior in Quote Revisions
More like this
Is a Deleted Object Deleted Immediately from the DB?
Is a Deleted Object Deleted Immediately from the DB?
Read with this
Is there a way to read rebate header input from RR logic?
Is there a way to read rebate header input from RR logic?
More like this
Why does api.getElement(DATE).format produce an unexpected result?
Why does api.getElement(DATE).format produce an unexpected result?
Read with this
How to Hide, Disable or Make Required Fields/Buttons
How to Hide, Disable or Make Required Fields/Buttons
More like this
Found an issue in documentation? Write to us.