Skip to content

Commit 4e885dd

Browse files
authored
Merge pull request SkylineCommunications#71 from SkylineCommunications/32549
RN 32549
2 parents 71b7578 + ce2e902 commit 4e885dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user-guide/Basic_Functionality/Services/Service_templates/Creating_a_service_template/ST_creating_child_elements.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ To add a child element:
5858
- For a matrix or table parameter, optionally specify particular inputs/outputs or rows in the box underneath *Included rows/inputs/outputs*, with wildcards if necessary.
5959

6060
> [!NOTE]
61-
> If you include a table parameter using placeholders, you can use wildcards to dynamically include only the table rows with a matching display key. If you do not want the set of rows to change dynamically, but only want to include the first match found when the service is generated, use the prefix “!1st!” before the wildcard. For example: *!1st!\*\_BBC\_\**
61+
> - If you include a table parameter using placeholders, you can use wildcards to dynamically include only the table rows with a matching display key. If you do not want the set of rows to change dynamically, but only want to include the first match found when the service is generated, use the prefix “!1st!” before the wildcard. For example: *!1st!\*\_BBC\_\**
62+
> - From DataMiner 10.2.4/10.3.0 onwards, it is possible reference a table row by primary key, using the prefix `^pk^` in the placeholder. For example: `[element:1:param:1002:^pk^myPrimaryKey]`.
6263
6364
1. In the *Conditions* section, two options can be selected:
6465

0 commit comments

Comments
 (0)