Method AddCoefficientLine
AddCoefficientLine(TableType, string)
Adds a line to the and of a coefficients table of the supplier catalog.
Declaration
public Appli.Supplier.Catalog.CoefficientLine AddCoefficientLine(Appli.Supplier.Catalog.TableType tableType, string code)
Parameters
| Type | Name | Description |
|---|---|---|
| Appli.Supplier.Catalog.TableType | tableType | Type of the table to which the new line should be added. |
| string | code | An unique code that characterizes the new coefficient line. |
Returns
| Type | Description |
|---|---|
| Appli.Supplier.Catalog.CoefficientLine | The new coefficient line. |
Exceptions
| Type | Condition |
|---|---|
| Sdk2Exception | If |
AddCoefficientLine(TableType, string, int)
Adds a line to the and of a coefficients table of the supplier catalog.
Declaration
public Appli.Supplier.Catalog.CoefficientLine AddCoefficientLine(Appli.Supplier.Catalog.TableType tableType, string code, int priceGroup)
Parameters
| Type | Name | Description |
|---|---|---|
| Appli.Supplier.Catalog.TableType | tableType | Type of the table to which the new line should be added. |
| string | code | An unique code that characterizes the new coefficient line. |
| int | priceGroup | A number of the price group for the per-model coefficients table. For all the other coefficient tables this value is ignored. |
Returns
| Type | Description |
|---|---|
| Appli.Supplier.Catalog.CoefficientLine | The new coefficient line. |
Exceptions
| Type | Condition |
|---|---|
| Sdk2Exception | If |