The BuildDictSpecificID() function encodes an integer identifier for an action and a product ID into a single action ID.
BuildDictSpecificID(product_ID, action)
• product_ID – An integer that specifies the ID of the product that defines the action.
• action – An integer value associated with the action.
A long integer containing the encoded action ID.