InstructionalText Property
Version: Available or changed with runtime version 1.0.
Sets the string used for instructions in the UI.
Applies to
- Page
- Request Page
- Page Group
Parameters
Locked
Type: Boolean
If true the InstructionalText is locked and should not be translated.
Comment
Type: Text
Descriptive text for the InstructionalText, for example, with regards to translation.
MaxLength
Type: Integer
Sets the maximum length of the specific InstructionalText.
Remarks
The default is an empty string, which means there will be no instructions. According to the user assistance model for Business Central, apps are expected to apply instructional text to setup guides and similar pages.
The following example illustrates how you can apply instructional text in an app:
InstructionalText = 'Add an entity from your list of contacts. The entity can be a person or a company.';
Or, with the parameters:
InstructionalText = 'Add an entity from your list of contacts. The entity can be a person or a company.', Locked = true, Comment = 'Keep like this, do not translate.', MaxLength = 100;
See also
Feedback
Submit and view feedback for