Form Expression Examples
Form Expression Examples
- Published on Nov 4, 2024
- 1 minute(s) read
- TL
- MS
Form Expressions can be created using the form expressions console UI.
Here are some examples:
Example 1: Form expressions with two parameters for 2-dimensional pricing. A company sells a product for use by Field Users of its customers: Field Service Technicians and Sales Reps. The product pricing would be dependent on each of these two groups of Field Users. A pricing formula could price the product as a sum of (a) price-per-sales reps x #sales_reps (b) price_per_technician x #technicians. However, to add a tiering element to this pricing, the formula could price the product as the sum of (a) the smaller of (the #sales_reps, #technicians) x price_1. (b) the larger of (the #sales_reps, #technicians) x price_2.
The following screenshot shows a form expression for this formula where price_1 is 150 and price_2 is 200