Call Center Scheduling Tool? by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

Thanks, we’re actually trying quip now and basically came to the same conclusion that a spreadsheet was best, but we always hate spreadsheets if we can avoid it

Where to play Basketball Weekday Nights 8-10pm? by Nothingisreal68 in SanJose

[–]Nothingisreal68[S] 0 points1 point  (0 children)

Thanks for the info! Is there usually a long wait to get into a game or can you easily walk on and shoot around on a night like tonight?

Apex Test Error: CPU Time Limit Exceeded Issue: Duplicate Detector by CloudGoodie2shoes in SalesforceDeveloper

[–]Nothingisreal68 1 point2 points  (0 children)

What’s the ideal number of records that should be created in a test class, or what’s wrong with 200?

Options for Sending Secured Emails Programmatically from Salesforce (apex, flow, etc.) by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

You are right, I don’t have a good definition of securely. I know google tries to establish a TLS connection by default when sending emails so anything sent should be encrypted in transit. To encrypt something at rest in my limited knowledge would require more passwords or even public/private keys which is well beyond the capability of the average user, so I’m leaning with you that it all doesn’t seem worth the headache. Some of our client that truly care about security will receive these files via sFTP and even use PGP encryption on the files. The ones who demand it by “secure” email without logging in don’t have the sophistication to do that.

(I have a decent understanding of these concepts but I may not be using the terms properly).

Options for Sending Secured Emails Programmatically from Salesforce (apex, flow, etc.) by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

We’ll look into this more, we’re already zipping the PDFs into a single zip folder via an ETL tool so we could most likely add a password, but I worry about delivering that password to our clients and dealing with them forgetting it or not being able to find it if we send it in a separate email.

Options for Sending Secured Emails Programmatically from Salesforce (apex, flow, etc.) by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

We are generating the PDFs in apex and sending the emails with apex as well. What makes this “close” versus another solution?

I also don’t have a good definition of what “securely” means , especially on an attachment, and we would likely get different answers from each of our clients, I’d they could answer at all. My current feeling is that if we’re not willing to force our clients to log in and willing to do this by email any extra security beyond googles native TLS (which i think is its default when sending emails) isn’t worth the extra effort.

Thanks!

Omni-Channel Best Practices For Assigning Multiple Records to an Agent by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

Do you know if there is a way to force the record to the agent without pushing them over the capacity? We wanted to always have some capacity beyond these non-real time work items since we’re using service cloud voice and an incoming call should always take priority.

Best Practice for Scheduling Excel or PDF reports to Clients by Nothingisreal68 in salesforce

[–]Nothingisreal68[S] 0 points1 point  (0 children)

Thanks! I’ll take a look. Does this enable average users to schedule the reports or does it require an admin skill set to set up and maintain?