预警电子邮件 HTML 模板的语法

应用于: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

在以下语法中,可以查看如何在 HTML 模板中使用变量创建 Microsoft Dynamics AX URL。

HTML

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<title>%subject%</title>

</head>

<body>

%message%

<br/>

<h2><a href="Dynamics://%LinkToBusinessData%">Go to &nbsp; %for%</a></h2>

<br/>

<b>Microsoft Dynamics AX alert details</b>

<br/>

<table border="0" width="100%">

<tr width="25%">

<td><b>Occurred:</b></td>

<td>%occurred%</td>

</tr>

<tr>

<td width="25%"><b>For:</b></td>

<td>%for%</td>

</tr>

<tr>

<td width="25%"><b>Company:</b></td>

<td>%company%</td>

</tr>

<tr>

<td width="25%"><b>Event:</b></td>

<td>%subject%</td>

</tr>

<tr>

<td width="25%"><b>Data:</b></td>

<td>%data%</td>

</tr>

</table>

<br/>

<a href="Dynamics://%LinkToAlert%">View alerts</a>

<br/>

<a href="Dynamics://%LinkToAlertRule%">Manage alert rules</a>

<br/>

<br/>

<b>Note:</b> You might receive an error if Microsoft Dynamics AX cannot be started from this computer.

</body>

</html>

请参阅

预警电子邮件 XSLT 模板的语法

公告: 若要查看已知问题和最近的补丁,请使用 Microsoft Dynamics Lifecycle Services (LCS) 中的 问题搜索