About substitution keywords in tooltips
In component tooltips, you can use substitution keywords as values. When a form is opened, the keywords are processed by the internal string substitution method, enabling the dynamic tooltip content that contains statements and the applicable keywords.
The dynamic tooltip values includes the substitution keywords and the statements. For example, Your order number is P(OrderNo) created by P(username).
Here are the following supported keywords you can use as a component tootip:
- APPNAME
- APPPLATFORM
- BASEURL
- CURCOLLECTION
- CURCOMP
- CURDATE
- CURPROP
- CURTHEME
- CURTIME
- DEPENDENCY
- FORMAT
- FVN
- NEWGUID
- SCRIPTS
- STRINGS
- USERNAME
Here are the following supported keywords that you can use under specific conditions:
- COMPONENTFORMATED or CF
- COMPONENTS or C
- FILTERPROP or FP
- FILTERVAR or FV
- FILTERCOMP or FC
- PROPERTY or P
- PROPERTYFORMATTED or PF
- VARIABLE or V
You can use these keywords under these conditions:
- The components that use these keywords for tooltip values will have their appropriate values updated, if the form is refreshed or the current row is changed.
- Properties should be bound to an existing component before using the FILTERPROP (FP), FILTERVAR (FV), and PROPERTY (P).