Canvas provides each Form Item with its own label text, which can be either the Display Name Key (i.e. property driven label text) or plain label (i.e., direct text).
- Display Name Key:
The Display Name Key is a property driven locale enabled label text.This label text prefixed by 'LBL' keyword must be available in the property file that is mapped to a bundle key. You can find existing or map new bundle key with property file in a JS file.
Canvas fetches the label text using the following formula:
- If form level bundle key is not null:
...