Hello Experts,
I am trying to develop a snippet for my AL development. I have written code like below.
-
My snippet is missing the braces {}.
-
I am not able to get this using “t”
-
I also want to add DataClassification and caption properties.
Can I get some tips to fix this? I am not sure what I am missing in this.
// Example:
"tfielddec":
{
"prefix": “dev”,
"body": [“field(id;MyDecField;decimal)”],
"description": "Snippet for decimal field"
}