Anyone got an AL example of how to display a list of contacts using the Contact Business Relation table to associate contacts for a customer.
I've added a table extension to Contacts so that I can have a "Type of Contact", but I need a way from the Customer Card to get the Customer Contact No so that I can filter on it.
action("IMEC Admin Contacts")
{
Promoted = true;
PromotedCategory = Process;
ApplicationArea = All;
Image = ListPage;
RunObject = Page "IMEC Contact List";
RunPageLink = TypeOfContact = filter(<> "S"), Type = filter("Person"), "Contact Business Relation" = filter("Customer");
}
Thanks in advance.
Simon