How to make "Requested for" field read only/disable on the Order confirmation 2-step Check Out page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2019 11:14 PM
Hi ,The requirement is to make read only/disable the requested for field in the order confirmation page for a particular catalog item (i.e. it should not affect other catalogs). Please suggest some ideas to implement this functionality. Thanks in advance .
- Labels:
-
Service Catalog
-
Service Desk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2022 10:14 PM
Hi Any Idea How to make the requested for as mandatory on order confirmation page, I tried like
<label for="requested-for" ng-required="true" ng-mandatory="true" ng-class="{'m-l': c.isNative}">${Requested For}
</label>
but no use, can you please help on this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-17-2019 11:32 PM
Hi
For this, you need to clone the Catalog Checkout widget and in the there is a sn-record-picker user which you need to make disabled -
sn-disabled="true" instead of the condition provided there.
And you need include the cloned widget id in the server script of the SC catalog item
Instead of sc-checkout, give your id that you created by cloning.
Regards
Omkar Mone