This is an interesting item I am working on. We are working on transitioning to Multi-Tenant from single tenant. Currently using a separate application for invoice management.
In the default list
APClerkReleasedPayablesInvoiceList, I want to change the section referenced
button of "ViewImage"
visible when (InvoiceImageEntered)
view first PayablesInvoiceDocumentInvoiceTypeRel.Attachment.File
display as link
to be conditional on the value of the link. For example, if InvoiceImageEntered = true, follow Attachment File reference, if InvoiceImageEntered = false OR another reference we could use is if InvoiceDate <= 5/1/2024 pass through "google.<invoice>+.com"
Essentially we want to be able to use the View Image column on the existing list (to avoid another column), and switch out the value of the link stored based on conditions.
Got any suggestions to do this?