Definition of a LimitedValue list for AccProductParameter.
说明
Some customers wish to be able to define a list of possible values for AccProductParameter.
原因
An enhancement request (#34526) has been created.
解决办法
WORKAROUND
Definition of the LimitedValue at the DialogColum.This works, but if you want to use the same column (in ShoppingCartItem and PWO) for different products, a different LimitedValue list may be necessary. Then you would have to provide another column in SCI/PWO each time.
Create a customer table and define a FK column in SCI/PWO that points to this table. Further Boolean columns in this table can be used to control which option should be selectable for which product. And in the AccProductParameter you can define a corresponding filter.
Customised implementation in the WebPortal to allow only certain values. To simplify the implementation of such a requirement, it should be possible to define a LimitedValue list directly in AccProductParameters.
STATUS
The product team will evaluate the request and this feature may become available in a future release of the product.