I want to display an alert message or output using the liquid in the Dynamic 365 portal, Any command to show a message in the output using the portal liquid ??
Asked
Active
Viewed 1,044 times
1

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168

naeem khan
- 23
- 5
-
Did you verify my answer? – Arun Vinoth-Precog Tech - MVP Jun 18 '19 at 16:36
1 Answers
0
You can use this liquid syntax to display alert message:
<div class="alert alert-block alert-danger">{{ resx['Access_Denied_No_Permissions_To_View_These_Records_Message'] | h }}</div>

Arun Vinoth-Precog Tech - MVP
- 22,364
- 14
- 59
- 168