...
You can copy the following feature setting setup and use this new component. Please note that as of version 2.172.3, this feature setting will be created automatically.
Feature Setting Name | Feature Name | What it does | Value |
---|---|---|---|
FilterButtons | InvoiceItemRelatedList | Create buttons for filtering out some invoice items, e.g Technical reversal | { |
ADvendio__CreationType__c != |
Technical Reversal", | |||
TableFields | InvoiceItemRelatedList | Create a set of fields to be displayed in the table's column field. | {"TableFields" : ["Name","ADvendio__Invoice__c","ADvendio__Status__c","ADvendio__InvoicedAmountNet3__c","ADvendio__InvoicedAmountNet3Delta__c","ADvendio__InvoiceItemStartDate__c","ADvendio__InvoiceItemEndDate__c","ADvendio__InvoicedQuantity__c","ADvendio__ConnectedItem__c"]} |
SortByField | InvoiceItemRelatedList | Sorts the values in the table | {"Order":"asc","Field":["ADvendio__SortOrder__c"]} |