Gets the ID number for the specified member. This function can be used in these types of rules:
HS.<Object>.IDFromMember("Element")
Table 62. Syntax for IDFromMember Function
Depending on the object selected, the name of a valid member of one of these dimensions: |
The ID number of the specified member. If the member entry is not a valid member, the return value will be -1.
This example gets the ID number for Connecticut:
1EntityID = HS.Entity.IDFromMember("Connecticut") 1CustomID=HS.Custom("Prod").IDFromMember("P3000-Phones")