peek()
. The purpose of this function is to "peek" at the result of any expression, without causing anything to become relevant just because you looked. So now, for example, the (party).FullName template can be {[if peek(EntityTF)]}{[EntityName]}{[else]}{[FirstName]}{[if MiddleName]} {[MiddleName]}{[endif]} {[LastName]}{[endif]}
. Checking peek(EntityTF)
will still give you the value of EntityTF exactly the same way, BUT EntityTF will not become relevant just because you peeked at its value. So you can finally avoid having EntityTF show up on EVERY party; it can now be made to show up only on those parties that can sensibly be entities.
Using Peek Print
Created by: Kim Mayberry
Modified on: Tue, 9 Feb, 2021 at 5:20 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.