Behavior of Account and Solution Mapping and workaround to hide all Solutions from a new Account

Behavior of Account and Solution Mapping and workaround to hide all Solutions from a new Account

The solutions are mapped to the Topics and Topic Groups and are allocated to the respective groups. Yet the problem is all the solutions are listed under All Topics options. When a new Account is created, it is defaulted to All Topics. Hence, a new Account is able to see all the Solutions without even having to map them to a Topic Group. We have to change it manually to Specified Topic Group.



The behavior is, 

When an All Account Topic Group is not present in the application, all the Solutions will be associated with All Topic and those will be shown to the New Account. 

When there is a All Account Topic Group present, in the application, only the topics that are selected under the All Account Topic Group will be listed in the New Account created. 


With this behavior, we can have a workaround to hide all Solution from the new Account. 

>> Create a Dummy Topic as shown below. Do not add any solutions under this topic. 




>> Now, click on Topic Group and add a new Topic Group as shown below. 

>> Associate the Dummy Topic (that contains no solutions). Make sure that the All Accounts option is selected. 







>> On adding the new account, the Topic Group will be set to the All Account Topic Group, where no solutions are associated. 





>> None of the solutions will be listed to the Contact under this New account since we haven't associated any solution to the dummy topic present under the All Account Topic Group. Please refer to the below screenshot of a Contact's login to a new Account. 




>> You may later associate the Topic Groups for the new Accounts created as per your preference. 

We have also raised a feature Request, 6812 to give an option to select No Topic or All Topic while creating a new Account. 

                  New to ADSelfService Plus?

                    • Related Articles

                    • Solution link behavior change after builds 14200

                      Issue: The Solution field is completely revamped and hence the links to search solutions in below format wont work in recent builds: Versions before 14200 In versions before 14200 the link to Solutions was: ...
                    • How to Hide the Solutions for Requesters

                      Logon to the application as administrator. To Hide the Solutions In the Home tab, click on the Customize menu as shown in the below tab, and select on the Requester Home Page,  In the theme tab , select on the edit button on the theme in which you ...
                    • Query to display the solution details, including helpful/not helpful ratings and the number of comments added

                      QUERY: SELECT solution.solutionid "Solution Id", Solution.TITLE "Title",KB_Topics.TOPICNAME "Topic", Sol_StatusDefinition.STATUSNAME "Status",solutioninfo.ispublic "Visibility",solutioninfo.noofhits "View(s)", Creator.FIRST_NAME "Created By", ...
                    • Old Solution Link update

                      After migrating 14200 build our old solution link format is not accessible, in this situation one of our customer referred more number of old solution links in some solutions description, in this scenario we need to update the old format link to new ...
                    • Query to Export solutions (MSSQL & PGSQL)

                      Tested in Build PGSQL (14300) or MSSQL (14306) Run this query under Reports->New Query Report and export it to the desired format SELECT solution.solutionid "Solutionid", KB_Topics.TOPICNAME " Topic",Solution.TITLE "Subject ",Solution.DESCRIPTION ...