Skip to main content

Some customers work with Distributors who require different SKU codes depending on specific product configurations. These variations typically relate to factors such as package type or environment. For example, in Keepit, the original SKU may change based on the selected package type. In AvePoint, it may depend on the environment.

To handle these scenarios effectively, you can dynamically modify or extend the SKU using proposal attributes that concatenate additional data to the base SKU.

 

How to Configure SKU Extensions

 

First, create playbook questions that return the relevant extension values based on user selections. For instance:

  • A question for package type that outputs a specific string (e.g., -ADV or -STD).

AD_4nXfBNb2vICf5h_Vn5xj29rEOVx-0XgvRWxrms1m5WyFs2GcB4GyeB6HMSnZN3NSg4_nKcXsPxz4ddalkGSYT5zcQhlMhilp6fzDaQT1cp4P1WTChvRhJiBszom6jdWrK14D4g16RS2AUDkNlpAldXSg?key=u-nFbIyepBWKUl9ebXsgdB6P

  • A similar question for duration if your SKU structure varies based on contract length.

AD_4nXe-VvnnfItDs7-R7_UeeDOI1P03XpNd0elLPNi6hhCi4iu_dmqBP1qLVdUfkJaivzDM98MELGcJSdTJxbWxn1O7j6WtYTUGT16MoQRmqW76HkOgCGvuHoQuL1bhU_43JpvntzqBeFzaM3VkOnhd52s?key=u-nFbIyepBWKUl9ebXsgdB6P

These questions should return values that can be appended to the base SKU.

 

How to Build the Final SKU Using a Proposal Attribute

 

In the proposal attribute, use a concatenation formula to combine the base SKU with the dynamic values from the playbook questions. For example:
BaseSKU & "-" & PackageExtension & "-" & DurationExtension

This formula pulls the original SKU and appends the appropriate suffixes, resulting in a full Distributor-ready SKU.
 

AD_4nXc_B7ugxWE35MP-Y02uTpxoh3xFsgF8lDAINi8zGzLCGjU3aYG1yiD_cIaY9deZC-lADYmZQHwqZi4pihR3keeFmogyKEq5W-cA1sjmiTL9zuLhxbXV9lIfFzPDyjL8ZYoh-SlodVlWS2nn3ubB0iI?key=u-nFbIyepBWKUl9ebXsgdB6P

 

How the Final Output Looks

 

Assuming the base SKU is ABC123, the package extension is PRO, and the duration extension is 12M, the final SKU in the proposal will be:

ABC123-PRO-12M

AD_4nXf1Z1BUuOTOiPgVIEzVCWLzz6DAoP_y-SR5tLIwAZ-rlR9MlGkZg6cnWLP3ARESjF88OrtSN7q6UZYNlKBl2KAX_uOKVKzBHTIvVwo_JjiSB9v4Dab0pAbQI87wYEGis98QAk3H8yGRPT2BFbsNQZc?key=u-nFbIyepBWKUl9ebXsgdB6P

 

This method ensures each SKU is formatted as expected by the Distributor, without requiring SKU duplication or manual editing.

 

Be the first to reply!

Reply