Skip to main content

Can you require a file attachment to certain transaction screens - Bills and Adjustments, Purchase Orders...Client wants to force a file attachment be done. If the user forgets, they want the system to give an error message. 

Please advise. 

Hello @missyjimmy

At the present time, this functionality does not exist.

You will want to look into customization in order to accommodate this.

Hope this helps. 

 


Thanks Ed. 


Possibly the easiest customization you can have is to Join UploadFile with NoteDocs on FileID Where NoteDocs.NoteID = YourDocNoteID on  Persist and if the result of your query is NULL  it means no file is attached. 

Or check the above mentioned tables cache and if there is no inserted record you can conclude the same


Thanks for the quick response. 


@missyjimmy 

You are welcome Jim!


Did you ever write a customization for this?  I want to do the same thing.


Reply