Pre-deployment steps

  1. Make sure Vlocity managed package is installed
  2. Contact us and get local service wrappers (apex classes)
  3. Deploy local service wrapper classes

Managed Package Installation

  1. Go to AppExchange, find SFIX managed package and launch installation in your org

Post-deployment steps

  1. Allocate 1MB to sfix cache partition: ExtendedAttributePartition
  2. Configure sfix CPQ settings:
    • [optional] SfixLog: True
  3. 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 );
    
  4. [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, no sfix nor vlocity_cmt namespaces)
      • Set it to Active
    • Contact us and get LWC Flex Cards & related Integration Procedures (they are available for you for customization)
  5. [optional] For Add2Cart, Pre-Configure & Price Override ontact us and get cpq components (integration procedures, flex cards and omniscripts)

Access rights

  1. Permission set to grant access to all objects and classes: SFIX CPQ User