In this section you will learn more about Customs Forms.
...
Estimated Time to complete: TBD
Requirements & Solution Author: Petr Rys
...
Product Discount Data Management Custom Form allows user to perform these tasks:
Change Data - Pick a table, Change values in the table, without adding any rows
Add new Product Group - Add a group, Assign it to the product family, Assign to it all the required discounts for all the required levels
Discount for each additional level has to be >= to the previous level, otherwise validation fails
Add a product family - Re assign product groups to reflect new Product Family,
Add new discount level to existing product family - Create new discount levels. Levels must be continuous.
...
After the user submits the form, changes should be saved in the corresponding company parameter tables. If a workflow has been added to the form, the changes should be saved after approval.
Sample solution
Expand | ||
---|---|---|
| ||
You will get a confirmation message in green that the form has been added successfully.
Note that you may have to check what values are assigned to each level. To avoid missing out any fields, the system displays warning icons which disappear once the field has been filled out. You can add as many discount levels as you need. Check out our documentation to learn more about discounts.
If you go to Company Parameters by clicking the third icon from the left in the top right corner, under Categories> Custom Form, you can check your newly created form. |
...
Step-by-step solution
Develop the logic and test in Studio
...