Problem:
I like to create CRM with a toolset is possible.
but I need also to display in back end results from customers can do that with Tooset
i like to make something like project manager Solution:
Unfortunately, there is no native feature in Toolset to integrate our plugins with a CRM system. The whole scope might need custom programming at many points which you will require to handle. You need to identity first and analyse the scope first by checking what things you can do with Toolset and what will require custom programming or you might need to use different plugin.
I am planning to create my own profile page, replacing the existing BuddyPress one, and I want the photo gallery on the new profile page to be password-protected. The idea is for a member to upload images using Forms to create a gallery, set a password to protect the images, and then share the password with friends to allow them access to the gallery.
Solution:
Creating such a profile page would require a separate custom post type. However, it's important to note that Toolset does not support the creation of password-protected posts natively. Custom development along with the Toolset Forms API would be needed to achieve this feature.