I need support regarding an issue with the attachment component.
I found the attachment component, but it appears to support only bulk attachments. My requirement is to have attachments uploaded separately for each document, so that each document has its own upload field. I also need the ability to configure some documents as mandatory and others as optional.
Like
Hello,
Currently, it is not possible to mark specific attachments as required, and creating distinct fields for specific files is not currently available in Creatio.
However, we can suggest a workaround.
In the system, there is already a "Document" object, which corresponds to the Documents section. This object was made specifically for managing documents in the system, and each entry in the Documents section can contain attachments — this is where you could place your scans.
You can utilize this object for your needs, as it contains a number of useful fields, such as status and type of document. This allows for having valuable data and precise control over the attached scans.
You can add lookup fields to your page that reference the Document object, and then make these fields required, ensuring that a document is attached before the record can be saved or advanced to the next stage.