Ok all, I'm looking for some basic design recommendations. In short, I'm looking for the best way both visually and logically to track network infrastructure information. IP address, IP ranges/CIDRs, domains, used ports and services, etc.
It can be quite a bit of information but I need a way (maybe Salesforce isnt the way) to have a user be able to go search a company and see this information.
any thoughts?
1 resposta
There are a few different ways you could go about designing this in Salesforce, depending on your specific requirements and the amount of data you need to track. Here are a few recommendations:
- Create a custom object to track network infrastructure information such as IP addresses, IP ranges/CIDRs, domains, used ports and services, etc. Use fields like text, number, and picklist to store the information.
- Create a custom object to track companies, and use a lookup relationship to link the companies to the network infrastructure information.
- Create a custom object to track the companies and their network infrastructure information. Use a master-detail relationship between the company and network infrastructure information.
- Use Salesforce Reports, Dashboard and List view to allow users to search and filter the company and network infrastructure information.
- Use Salesforce's lightning search feature to make it easy for users to find the information they need.
- Use Salesforce's lightning page to show the information in a clear and intuitive way.
- Use Salesforce's security model to restrict access to the data to only those that need it.