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

Version 1 Next »

We have introduced the new ADvendio Invoice item-related list on the Invoice object. It is a Lightning web component.

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

image-20240411-094253.png

The checkboxes has been disabled for canceled and cancellation items, so users can't select them in the list

  • canceled: InvoiceItem__c.Invoice__r.Status__c == 'Canceled' || InvoiceItem__c.Status__c == 'Canceled'

  • cancelation: InvoiceItem__c.ConnectedItem__c != null

After the billing run record has been created and invoice records are generated

image-20240702-102916.png

Open an Invoice record, click on Cancel button:

image-20240702-103009.png

When the pop up displays, click on Select Invoice Items button:

image-20240702-103049.png

  1. Observe that the new Full Invoice Item Related List was displayed:

image-20240702-103128.png

  1. Click on the name of the Invoice record:

image-20240702-103220.png

  1. Observe that the detail page of that invoice record was displayed:

image-20240702-103306.png

  1. Open Related tab, observe that the Select Invoice Items related list was displayed with maximum 6 records in the table:

image-20240702-103814.png

  1. Select some records in the table, then click on View All button:

image-20240702-103840.png

  1. Observe that the Full page Related list was displayed with the selected item in the table:

image-20240702-103925.png

  1. Hover the mouse over the table header, observe that the sort icon would be displayed:

image-20240702-104001.png

  1. Click on the table header, for example, Name header, observe that the records were sorted by the name, and the sort icon was changed related to the sorting:

image-20240702-104019.png

  1. After selected some items, click on Cancel Invoice Items button:

image-20240702-104048.png

  1. Click on Cancel Invoice Items button in the modal, observe that after the process was completed, a Success pop up displayed and the page was routed to the related PreInvoice record:

image-20240702-104110.png

  1. Open above Invoice record again, observe that the invoice items that were canceled have “Canceled” status and the checkbox of those items were disabled:

image-20240702-104145.png

  1. Click on Don’t Show Canceled Items button, observe that the button color was changed and the data table only displays the active invoice items:

image-20240702-104212.png

  1. Click on the Don’t Show Canceled Items button again, observe that the color of the button was changed, and the canceled items were displayed again:

image-20240702-104337.png

  1. Open the Invoice Item related list in the Invoice record, observe that there are some dummy character in the filter button (I added them for this scenario):

image-20240702-104404.png

  1. Go to Feature Settings tab, open All view:

image-20240702-104433.png

  1. Search for “InvoiceItemRelatedList”, observe that there are 3 feature setting records for Invoice Item Related List:

image-20240702-104448.png

  1. Open FilterButtons record:

image-20240702-104525.png

  1. change the label of the filter:

image-20240702-104543.png

  1. Open the Invoice Item related list in the Invoice record, refresh the page several times (because LWC keeps the caching memory, so that in some cases, we need to do the refreshing several time to clear the caching memory, or we can use Clear Caching Memory feature of the browser directly), observe that the new label was displayed:

image-20240702-104555.png

  1. In the feature settings, open TableFields record of InvoiceItemRelatedList, change the list of field in that record, then open the Invoice Item Related List In the Invoice Record, refresh the page several time to get the latest information from feature setting, observe that the updated field list was displayed in the table.

image-20240702-104608.png

image-20240702-104626.png

after updated:

image-20240702-104644.pngimage-20240702-104703.png

  • No labels