Marketing Contact Info into Client Invoice Base
Client Invoice Base Widget - Need Marketing Contact and Date Established fields.
Options
09-08-2016 01:01 PM
You could pull the marketing contact into the widget using the formula
select vecfirstname + ' ' + veclastname from axvec where veckey = (select prjmarketingcontact from axproject where prjkey = [project key])