Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
value help dropdown option is not deselecting
Hi, thank you for sharing this. I'm facing an issue when using the dropdown option. The value help is available, and I'm able to select each value. However, when I deselect an item, the value remains marked as selected. Do you have any thoughts on this? Thank you
@AccessControl.authorizationCheck: #NOT_REQUIRED @AccessControl.personalData.blocking: #NOT_REQUIRED @EndUserText.label: 'Delivery Priority'
@ObjectModel.semanticKey: [ 'DeliveryPrioritySelection' ] @ObjectModel.representativeKey: 'DeliveryPrioritySelection' @VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.serviceQuality: #A @ObjectModel.usageType.dataClass: #META @ObjectModel.usageType.sizeCategory: #S @ObjectModel.resultSet.sizeCategory: #XS @ObjectModel.dataCategory: #VALUE_HELP define view entity ZC_DELIVERYPRIORITYVH as select from I_DeliveryPriorityStdVH { @ObjectModel.text.element: ['DeliveryPriorityDesc'] @UI.textArrangement: #TEXT_ONLY key DeliveryPriority as DeliveryPrioritySelection,
DeliveryPriorityDesc
}
Hello Alison,
have tested this with your annotations and it also work as normal, so I can deselect the entries in the filter. Do you use aditional
@Consumption.filterAnnotations, where you have included the VH? Or maybe you are working on an older system and the Fiori Version does not fit.Greetings Björn