Gets the process management submission group for a dimension member.
HS.<Dimension>.SubmissionGroup(Dimension member)
where Dimension is one of these dimensions: Account, Custom1...4, or Custom
HS.Account.SubmissionGroup(Account) HS.Custom1.SubmissionGroup(Custom1) HS.Custom2.SubmissionGroup(Custom2) HS.Custom3.SubmissionGroup(Custom3) HS.Custom4.SubmissionGroup(Custom4) HS.Custom(Custom Dimension Label).SubmissionGroup((CustomDimensionLabel))
An integer representing the submission group for the dimension member. Valid values are 1–99.
HS.Account.SubmissionGroup(“Sales”) HS.Custom("Product").SubmissionGroup("P3000-Phones")