a week ago
When using the SetColumnAccessLevel method with the Hidden option, only the fields in that column get "hidden" (they show up blank), but the column is still visible on the quote. This is not the desired behavior as the column should disappear from the quote if all of its fields are hidden.
--- Steps to Reproduce ---
Code:
from Scripting.Quote import QuoteFieldAccessLevel
QuoteFieldAccessContext.SetColumnAccessLevel('my_quote_item_custom_field', QuoteFieldAccessLevel.Hidden)
Request clarification before answering.
By using the hidden option, we can just hide the values, and the column won't be removed if it's empty.
The column can only be managed through the quote layout.
As the help document Dynamic Access Control for Quote Item Custom Fields | SAP Help Portal states, "Accessing Quote Item Custom Fields via scripting lets you dynamically set permissions for these fields. You can control their editability, read-only status, and visibility.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 2 | |
| 2 | |
| 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.