Was wondering if this is a setting that we can apply to everyone. Currently when a user Emails the "Copy" option is defaulted and it sends a PDF. We want this option defaulted to "Link". This is in the client.
Thanks in advance!
Was wondering if this is a setting that we can apply to everyone. Currently when a user Emails the "Copy" option is defaulted and it sends a PDF. We want this option defaulted to "Link". This is in the client.
Thanks in advance!
That's the correct option if the attribute [Settings]ExportEmailSendAs is not currently set. Furthermore, [Settings]ExportEmailSendCopy should be set to 1 to default to links.
If [Settings]ExportEmailSendAs is set to something, delete it and make sure that [Settings]ExportEmailSendCopy is set to 1.
I think it's this:
<Properties>
<Attribute>
<Name>[Settings]ExportEmailSendCopy</Name>
<Data>0</Data>
</Attribute>
</Properties>
Try putting that in an xml file and importing it to a user. If that sets it correctly, import it to the Everyone user.
That's the correct option if the attribute [Settings]ExportEmailSendAs is not currently set. Furthermore, [Settings]ExportEmailSendCopy should be set to 1 to default to links.
If [Settings]ExportEmailSendAs is set to something, delete it and make sure that [Settings]ExportEmailSendCopy is set to 1.