ApplyCategoryRules Method
Applys category rules to a set of entities.
Required Permissions
AllowAnySyntax
public System.long[] ApplyCategoryRules(
System.long[] masterIds
)Public Function ApplyCategoryRules( _
ByVal masterIds() As System.Long _
) As System.Long()Parameters
| Name | Description |
|---|---|
| masterIds | An array of entity master IDs. |
Return Value
The corresponding category ID for each entity based on the category rules. A 0 value means that the entity does not belong to a category.
Remarks
No data gets updated as a result of this call. This is just determes which category would be assigned based on the category rules.