Fixes
The DriveWorks CPQ Template has been updated and includes some fixes to existing functionality.
Please see the version
Change Log for more information
OrderView Project
Issue |
---|
If an Order Item is moved in the Order table and edited, it will edit the previous product that was in its place. |
Resolution |
---|
The EditLineItem Specification Macro was looking at the wrong data when editing the Line Item. A new Variable has been added to the OrderView Project that will always provide the correct Specification Name for the Line Item that is being edited. |
Issue |
---|
Search on the Order table didn't search in the expected way. |
Resolution |
---|
Wildcards were added to the SearchTableData Variable. It will now search the table for all values containing the search text no matter where the text appears. The search was too specific prior to this change. |
ListView Project
Issue |
---|
Search on the List table didn't search in the expected way. |
Resolution |
---|
Wildcards were added to the SearchTableData Variable. It will now search the table for all values containing the search text no matter where the text appears. The search was too specific prior to this change. |