JGM22
12-09-2019, 03:10 PM
Is there a way to inherit the values from several fields and plug them into the Item Title field?
Example
Server = ABC
Error = 6
Customer = XYZ
Item_Title = Server & " / " & Error & " / " & Customer
When the document is saved is would show the Item_Title as
ABC / 6 / XYZ
Example
Server = ABC
Error = 6
Customer = XYZ
Item_Title = Server & " / " & Error & " / " & Customer
When the document is saved is would show the Item_Title as
ABC / 6 / XYZ