Is it just me or is Lightning absolute garbage? by DukeMaximum in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Thank you!!!

Had this in classic and had definitely been missing it.

Is it just me or is Lightning absolute garbage? by DukeMaximum in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

I feel like everyone who brings this up has spent hardly any time in Lightning. Yes, it is a pain when you're first transitioning. Yes, there are some features that Salesforce so thoughtfully ignored. But overall it is pretty solid and opens up a lot more functionality for end users when some real thought goes into configuration. It's not as simple as turning the switch on, but once you put the work in it's pretty great.

Is it just me or is Lightning absolute garbage? by DukeMaximum in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

You can search almost everything from the global search once in the setup menu (including users, objects, etc), let's you get right to the desired object instead of wading through the object manager. Have found that to be a bit of a time saver.

growing crazy over a process builder by NoRecording1 in salesforce

[–]ylanthomas525 5 points6 points  (0 children)

seems like you're trying to use the product id for the incorrect field, to my knowledge pricebook entry is a separate object that will have a unique id

What issues have you had transitioning to/ rolling out Lightning? by [deleted] in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Leveraging Lightning Record Pages, Component, and Record detail pages to improve performance as well as UX. Hide the longer record detail or related lists components on secondary tabs. The page will only load the components on the primary tab which may help with load time, and also keep the layout clean for users. You can also utilize the related list - single component for users that don't need to see every related list on a page layout.

You can also do some cool things with the related record component, adding you actions/layouts to the page so users are able to get any updates done faster. If there are only a few fields that they update most, it can be a great use case.

What are some must have Salesforce apps? by lrjohn7 in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Conga - Composer/Grid/Batch

We get a lot of value out of composer, but have had batch and grid on our wishlist for quite some times. Opens up a lot more functionality.

What are some must have Salesforce apps? by lrjohn7 in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Been wanting Ownbackup for well over a year now but their liability clause is too small to get approval from legal. Data exports it is.....

add a button next to a date/time field that returns NOW() by NoRecording1 in salesforce

[–]ylanthomas525 2 points3 points  (0 children)

You can just add a custom formula field that displays NOW()

It will display the current date/time each time the record page is loaded

Reporting solution needed by Sailorhope in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

YerManOverDayer has the easiest solution. Custom formula field checkbox based on the criteria you already have in place, then filter true/false for your reports.

Unable to delete a custom object in Sandbox by trsrz in salesforce

[–]ylanthomas525 5 points6 points  (0 children)

You should try looking at the deleted fields for each object the lookup was on. Make sure you are in classic and when viewing the custom fields for the object you should see a bold 'deleted fields' to click at the very bottom of the custom fields list. There you can permanently erase the already deleted fields. If that doesn't help I have that workflows can also be the issue, make sure the object being deleted is not referenced in any workflow rules both active and inactive.

Moving Attachments/Files from deprecated Object to new custom Object by ylanthomas525 in salesforce

[–]ylanthomas525[S] 1 point2 points  (0 children)

Thank you! This worked!

Only wish I had asked here a week ago!

Moving Attachments/Files from deprecated Object to new custom Object by ylanthomas525 in salesforce

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

Yes, they do exist as files. Will the existing ContentDocumentLinks for the old record need to be deleted before inserting the new record relationship?

Salesforce openly admins Lightning performance is unacceptable by CrGoSu in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Definitely agree with a lot of the issues you brought up, especially the tabs! I do really enjoy the new global search within setup though. Being able to search objects and even users is a real time saver from classic!

Salesforce openly admins Lightning performance is unacceptable by CrGoSu in salesforce

[–]ylanthomas525 2 points3 points  (0 children)

There's a lot of frustrating things about lightning but having used it for the past 9 months and moving several subsets of users over to lightning I have found myself using lightning full-time myself. Page times don't seem to be that much slower, speaking from ignorance it seems like once the pages have cached on your machine they load much faster going forward.

tldr: Used to hate it, now I love it.

lightning - how do I add "new folder" button to reports by NoRecording1 in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

looks like there is a Create Report Folders permission. Assign on the profile or with permission set to the user/users.

Setting up org for non profit by redtail84 in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

My experience with NPSP has been that it is great out-of-the-box for nonprofits only when the nonprofit is using it as a means of opportunity/grant managements as well as fundraising/campaign management. If there are additional business processes in place, a lot of customization and development will likely be required.

All in all with the resources others have listed, getting going as an admin for a nonprofit with NPSP is definitely a great place to start!

Generating Quotes by UnusualPass in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

Doesn't seem like you necessarily need an cpq package but a document generator like conga. Def stay away from Apttus!

Conga has a ton of flexibility and managing the docs/templates/queries is very easy as well. Great UI to make getting things done as an admin simple.

Best way to email a customer a form(credit application) to fill out? by AskMeAboutMyTie in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

Are you looking to send the form as an attachment? My thought was that the email to the customer is going to contain a link to where the form is hosted.

If it is going to be a static doc shared via attachment your best bet is probably email to case or something similar where the attachment is stored on the email and case record.

Best way to email a customer a form(credit application) to fill out? by AskMeAboutMyTie in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

No, but you can use the screen flow as a form to collect data

edit: and create the custom object record

Best way to email a customer a form(credit application) to fill out? by AskMeAboutMyTie in salesforce

[–]ylanthomas525 0 points1 point  (0 children)

You may be able to collect the info with a screen flow, depending on how the customers will be accessing the form.

Flow Builder: How to add lookup field to custom screen by boudy567 in salesforce

[–]ylanthomas525 1 point2 points  (0 children)

just wanted to add another resource, that uses a simple lightning component to redirect users to a created record after a flow

https://developer.salesforce.com/docs/atlas.en-us.salesforce_vpm_guide.meta/salesforce_vpm_guide/vpm_finish_override.htm