Installation instructions
Pre-deployment steps
- Make sure Vlocity managed package is installed
- Contact us and get local service wrappers (apex classes)
- Deploy local service wrapper classes
Managed Package Installation
- Go to AppExchange, find SFIX managed package and launch installation in your org
Post-deployment steps
- Allocate 1MB to sfix cache partition: ExtendedAttributePartition
- Configure sfix CPQ settings:
- [optional] SfixLog: True
- Run attribute pricing job(s) for each calculation matrix:
sfix.AttributeBasedPricingJob.runAll();
or if you want to populate info for single matrinx only:
Database.executeBatch( new sfix.AttributeBasedPricingJob('AttributePricingMatrix'), 200 );
- [optional] For Pre-Configure feature:
- Add new Interface Implementation:
ProdValidationOpen
- Go to Related tab and add new Interface Implementation Detail
- Available Implementation:
ProductValidationWrapper
(local service wrapper class, nosfix
norvlocity_cmt
namespaces) - Set it to Active
- Available Implementation:
- Contact us and get LWC Flex Cards & related Integration Procedures (they are available for you for customization)
- Add new Interface Implementation:
- [optional] For Add2Cart, Pre-Configure & Price Override ontact us and get cpq components (integration procedures, flex cards and omniscripts)
Access rights
- Permission set to grant access to all objects and classes: SFIX CPQ User