One of SalesDoc Architect’s greatest benefits is its ability to auto-configure hardware, software, services and output doc content based on other items that have already been configured in the solution. For example, you might want to auto-configure certain peripheral parts (like racks, cables and power strips) when specific types of systems are configured. In the past, this was easily implemented, but it usually took a couple of steps to get there.
Last month, we introduced a new and very simple-to-implement capability that enables clients to auto-configure parts, services and docs based on specific part numbers that have been imported onto the Write-In tab. When might you need to use this capability? One client recently used this approach to configure a rebate when a specific part number was imported from a manufacturer’s configuration tool. Another client used this approach to configure a rectifier when a specific control unit was imported from another manufacturer’s configuration tool.
It’s easy to configure parts, services or docs using this approach. Simply insert a formula with the following syntax into the appropriate quantity or doc selector cell…
=SUMIF(WriteInPart,”[part number]“,WriteInPartQty)
For example, if you want to configure quantity 1 of part number XYZ if the quantity of part number ABC on the Write-In tab is greater than zero, you would type the following formula into the Qty Calcd cell for part XYZ:
= IF(SUMIF(WriteInPart,”ABC”,WriteInPartQty)>0,1,0)



