function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Brian StoiberBrian Stoiber 

How do you document?

This is not really a question pertaining to Salesforce functionality but about how you develop in SF.

I just went through a fairly large buildout of some functionality for or org. I documented it in a Word document using ordered and numbered lists. I included items including custom obects and fields that needed to be created, permission sets, reports and dashboards, automation using Process Builder and workflows to name a few. I have documented every bit of informaiton I can think of that went into this project so that if I ever leave my company or something happens to me, the next person to pick up where I left off has something to help them figure out where to start. 

I am looking for help on what resources you use to document any of your development work. Templates, formatting, applications, etc. Anything? 
ShirishaShirisha (Salesforce Developers) 
Hi Brian,

You can use Quip document which you can share it with your team mates as well.Also,Git Hub can be used to create the repositories of the custom code which can be shared to your team.

Reference:https://quip.com/

https://github.com/

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri


 
AbhishekAbhishek (Salesforce Developers) 
Hi Brian,

Your query is answered in the below blogs,

https://trailhead.salesforce.com/en/content/learn/modules/cc-create-functional-consulting-documents/cc-functional-project-plan

https://www.toptal.com/freelance/why-design-documents-matter

https://developer.salesforce.com/forums/?id=9060G000000IChLQAW


I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.


Thanks.