Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

We have introduced the new ADvendio Invoice item-related list on the Invoice object. This view can be a very useful tool for the end user to see invoice items that are not technical reversals as well as use it for invoice or invoice item cancelation.

Users should be able to set Table fields using the feature settings, like in the Campaign item-related list.

The following feature settings can be set up:

Feature Setting Name

TableFields

Feature Name

InvoiceItemRelatedList

{"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"]}

Feature Setting Name

FilterButtons

Feature Name

InvoiceItemRelatedList

{

"Buttons":[

{

"title":"Hide Cancelled Item",

"label":"Hide Cancelled Item",

"filter":"ADvendio__Invoice__r.ADvendio__Status__c != 'Canceled' AND ADvendio__Status__c != 'Canceled'",

"isActive":false

},

{

"title":"Hide Technical Reversal",

"label":"Hide Technical Reversal",

"filter":"ConnectedItem__c = null",

"isActive":true

}]

}

  • No labels