I have a “Campaign Name” table that contains a “Product” field (which uses abbreviations).
The “Campaign Name” table has a formula field which uses the “Product” values (along with other fields) to generate a campaign name.
Our request form (on the “Campaign Name” table) uses the “Product” field, which shows the abbreviations in a picklist. You can only choose one Product per campaign.
I have created a new “Products" table which maps the Product Codes (abbreviations) with full Product Names.
For example:
Product Code | Product Name |
WDG | Widget |
What I would like to do is have the form display the Product Name to the user but still use the Product Code when generating the campaign name.
Is this done just with Lookup fields, or is another formula required to do the mapping? And then what product field am I referencing in the existing formula that generates the campaign name in the "Campaign Name" table?