nbsp   How does PG Offline handle duplicate attachment filenames?
A.     PG Offline handles attachments by generating random strings & adding them onto the name along with an identifier for duplicates. The format of this is : (original name)rad(five digit random hex number) so a duplicate of ‘image001’ might become ‘image001radEF452’. PG Offline holds the original & new name of the attachment in the ygr_(groupname)_Att table. Q.