Count the number of connections for the selected entity.
Enum "Provider ID RWU" - Specifies the enum ID of RESTwithUS provider.Enum "Entity ID RWU" - Specifies the enum ID of RESTwithUS entity.Text - Specifies the description of RESTwithUS provider.Text - Specifies the description of RESTwithUS entity.Integer Count of connections for the selected entity.
//Get the number of connections for Customer entity by enum IDs
Count := APIScriptRWU.COUNT_MAPPING(ProviderID::TestProvider,EntityID::TestProvider_Customer);
//Get the number of connections for Customer entity by provider/entity description
Count := APIScriptRWU.COUNT_MAPPING('Test Provider','Customer');