February 21, 200223 yr I have an invoice that has both a creation date and a modification date on it. The products on the invoice are in a portal. When I add another item within the portal to the invoice on a new date - the modification date does not change. Is there a way around this? Thanks
February 21, 200223 yr You could make a date field in the related items file, that auto-enters the creation or mod. date. Then make a calculated date field in your Invoices like this: Max(ExistingModDate, Max(related::itemDate))
Create an account or sign in to comment