How do I enforce input restrictions for external IDs, allowing only numeric values for field resources and letters/alphanumeric characters for buckets/groups?
You can configure restrictions for the users to specify for external IDs.
You can configure restrictions for the users to specify for external IDs, allowing only numeric values for field resources and letters/alphanumeric characters for buckets/groups using the User Types configuration page.
resource.external_id <> toNumber(resource.external_id) AND resource.ptype = "<Resource Type Label>" AND NOT empty(resource.external_id)
For more information, refer to the Examples of Validation Rules topic in the Administering Oracle Field Services Guide.