on 2021 Dec 15 5:40 AM
hello guys,
I am a beginner in sap cpq and i have a requirement to display a custom field on the quote page. The display type must be of type checkbox. However, there is no option for checkbox. By default the values are displayed in dropdown format and you can select only 1 value. I need to be able to select multiple values and the quote need to save those changes.
Any help or tips will be much appreciated.
Thanking you in advance.
Request clarification before answering.
Hello,
You can customize the standard responsive template (Page : Cart, Template : Sections/CustomFields).
<!-- ko if: name == "Custom_Field_Name" -->
<input data-bind = "valueUpdatedOnEnter:content, enable:editable,attr:{id:$index() +'_'+ id,'aria-labelledby':'Label_'+$index()+'_'+id}" class = "form-control" style="width:20px;height:20px;" type="checkbox"/>
<!--/ko-->
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Open the product where you already added the attribute and change display type based on the image in the attachment.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.