Sections will not be executed
Summary
Sections in a package will not be executed, if they are called out of a user-specific section.
Goal
See two examples below. In the first example section1 and 2 are not marked with client so the section will not be executed. Example 2 shows the correct syntax.
Example1:
Example: Set:User, CLIENT [Set:User] #Section1 #Section2
Example 2:
All the sections have to be marked with the flag CLIENT
Example: Set:User, CLIENT [Set:User] #Section1, CLIENT #Section2, CLIENT