Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Which one of the following Liquid tags isn't used to build templates?
{% include %}
{% block %}
{% template %}
{% extend %}
What do you need to do to apply table permissions when you're accessing Microsoft Dataverse data in Liquid templates?
Use a secure Liquid filter.
Nothing, table permissions are applied automatically.
Place Liquid code on a secured webpage.
Select the Enable Table Permissions option on the web template that contains Liquid code.
You're building webpages that document the use of Liquid language. What would you do to avoid having your samples being interpreted as instructions and having them displayed as they are?
Use HTML code block.
Place your sample code inside the {% comment %} tag.
Place your sample code inside the {% raw %} tag.
Start your code with HTML comment instruction.
How do you stop the default footer from rendering in the portal?
Create a blank web template and then select it as a Footer Template on the Website record.
Select Web Templates, locate the Footer Template field, and then delete it.
Clear the Footer Template field on the Website record.
Select the No Footer flag on the Web Template table.
You must answer all questions before checking your work.
Is deze pagina nuttig?