📄️ Canceling RelatedDocuments Deletion
📄️ Changing the Name of the RelatedDocuments Object Before Uploading the File
With the OnBeforeFileUpload event added to the client section, the file name can be changed with code.
📄️ RelatedDocuments File Condition
You can set the RelatedDocuments File Condition on the Client(ts) side in the OnBeforeSave event of the Datagrid. Example usage is as follows.
📄️ Changing Path with Related Documents Code
📄️ Find the number of files added to RelatedDocuments
We can find the number of files based on category of files added to RelatedDocuments. On the client(ts) side, you can use the following sample code from the RelatedDocuments events.