Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [UR] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=23)
-   -   Item Title - Inherit multiple fields (https://www.kinook.com/Forum/showthread.php?t=5625)

JGM22 12-09-2019 02:10 PM

Item Title - Inherit multiple fields
 
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

kinook 12-09-2019 08:11 PM

Yes, use the concatenation operator.

[Server] || ' / ' || [Error] || ' / ' || [Customer]

https://kinook.com/UltraRecall/Manua...tem_titles.htm

cnewtonne 12-23-2019 11:48 AM

1 Attachment(s)
I use something similar, concatenating task due date with item title


All times are GMT -5. The time now is 11:52 PM.


Copyright © 1999-2023 Kinook Software, Inc.