Configuring Sample Requests (BRCs)
Sample requests, also known as Business Reply Cards (BRCs), enable users to create sample orders on behalf of requesting HCPs. To configure sample requests, complete the following configuration in addition to Configuring Call Sampling.
Validation Disclaimer
Call Sampling features are released without validation. Call Sampling requires enablement and does not affect other Vault CRM functionality. Call Sampling features were extensively tested by our QA team during the development and release process and will go through validation at a later date.

To configure this feature:
- Ensure Configuring Call Sampling is complete.
-
Grant the following additional field permissions for users creating sample requests (BRCs):
Object Object Permission Object Types Fields Field Permissions address__v
RE
- companymaintained__v
- repmaintained__v
- sample_send_status__v
- Ship-To DEA fields (optional)
Edit
call2__v
CRE
All appropriate object types
- sample_send_card__v
- ship_address_line_1__v
- ship_address_line_2__v
- ship_city__v
- ship_country__v
- Ship-To DEA fields (optional)
- ship_license__v
- ship_license_expiration_date__v
- ship_license_status__v
- ship_state__v
- ship_to_address__v
- ship_zip__v
- ship_zip_4__v
The ship_to_address_text__v formula field on the call2__v object can be used in reports instead of the individual fields above. If users are granted edit field permission to the ship_to_address_text__v field and it is placed on the appropriate call2__v layouts, the full Ship To Address text value (with untranslated State and Country picklist values) displays.
Edit
call2_sample__v
CRED
n/a
delivery_status__v
Edit
call2_sample_cancel__v
C
n/a
n/a
n/a sample_order_transaction__v
R
brc__v
- account__v
- call_date__v
- call_datetime__v
- city__v
- comments__v
- confirmed_quantity__v
- credentials__v
- delivery_status__v
- distributor__v
- manufacturer__v
- quantity__v
- reason__v
- receipt_comments__v
- received__v
- ref_order_transaction_id__v
- salutation__v
- sample__v
- sample_card_reason__v
- sample_send_card__v
- sample_u_m__v
- ship_address_line_1__v
- ship_address_line_2__v
- ship_city__v
- ship_license__v
- ship_license_expiration_date__v
- ship_license_status__v
- ship_state__v
- ship_zip__v
- ship_zip_4__v
- ship_country__v
- shipment_id__v
- signature_date__v
- state__v
- status__v
- submitted_date__v
- territory__v
- u_m__v
- zip__v
- zip_4__v
Read
-
Create a Sample Order Transaction Tab and grant access for all profiles making BRC sample calls.
-
Add the following fields to the appropriate call2__v layouts to display license information (optional):
- sample_send_card__v
- Ship-To DEA fields (optional)
- ship_license__v
- ship_license_expiration_date__v
- ship_license_status__v
-
Add the following fields to the appropriate layouts on the product__v object:
- distributor__v
- manufacturer__v
- sample_quantity_bound__v
- sample_quantity_picklist__v
- sample_u_m__v
- user_aligned__v
-
Add the following fields to the Sample Order Transaction layouts on the sample_order_transaction__v object:
- ship_license__v
- ship_license_expiration_date__v
- ship_license_status__v
-
Add the Call Samples related list to the appropriate person account layouts on the account__v object.
-
Ensure the BRC product type exists in the Product Catalog. If not, create it:
- Navigate to the Product Catalog object
- Select Product Type in Custom Fields and Relationships
- Select New in the Picklist Values section
- Add BRC as a picklist value
- Select Save
-
Update the sample_send_card_reg_express Veeva Message text field with a regular expression, if using sample send cards (optional). Expressions in this field validate and enforce text length, alphanumeric constraints, capitalization, and checksums for sample send card numbers. This can significantly reduce data issues resulting from invalid sample send card numbers.
For example, to enforce a value that is exactly 10 numeric characters, enter the regular expression ^[0-9]{10}$ .