We have a certain way to name our batches (an entity on our CRM environment) we would like to automate the process, for example, I have all the following Lookup fields for the batch entity.
- CustomerName
- ContainerSize
- FormulaCode
The entities Customer (related to CustomerName), Size (related to ContainerSize) and Formula (related to FormulaCode) have a field called Letter (CustomerLetter, SizeLetter, ContainerLetter) and what I would like to do is to concatenate the letter fields into a calculated field in the entity batch and use this field as reference.
Is this possible to do in CRM 2016?