s_c__Permitted_Restricted_Product__c Object Reference
Name | s_c__Permitted_Restricted_Product__c |
---|---|
Type | Custom StoreConnect Object |
Description | Provides authorization to a customer to purchase a restricted product. |
Field Definitions
Field Name | Type | Required | Unique |
---|---|---|---|
s_c__Account_Id__c | Lookup (Account) | No | No |
s_c__Approved_From__c | DateTime | No | No |
s_c__Approved_Quantity__c | Number(7, 0) | No | No |
s_c__Approved_Until__c | DateTime | No | No |
s_c__Is_Valid_Approval__c | Checkbox | No | No |
Indicates whether restricted product is approved to be purchased for customer. To be permitted, current date/time must be within specified date range and purchased quantity must not exceed approved quantity unless unlimited is checked. Primarily for system/internal use. | |||
s_c__Product_Category_Id__c | Lookup (s_c__Product_Category__c) | No | No |
s_c__Product_Id__c | Lookup (Product2) | No | No |
s_c__Purchased_Quantity__c | Number(7, 0) | No | No |
s_c__Store_Id__c | Lookup (s_c__Store__c) | No | No |
s_c__Total_Item_Quantity__c | Summary | No | No |
Aggregate sum of all non-void permitted restricted items quantity For system internal use only. | |||
s_c__Unlimited__c | Checkbox(false) | No | No |
For more information about how or when to use the above, see our documentation.
Back to Documentation