isInputHidden(quote, fieldName)
Determines the visibility of an input in the Guided Selling UI. Return True to hide the input and False to let users see the input. Salesforce CPQ calls this method for each input.
global Boolean isInputHidden(SObject quote, String fieldName)
- quote
Type: SObject
The current quote.
- fieldName
Type: String
The field tested to determine whether the method returns true or false.
Type: Boolean
Return True to hide the input and False to let users see the input.
This example hides an input called "Urgent Shipment" on Fridays.