Skip to content

Commit e28a568

Browse files
committed
Added documentation
Signed-off-by: David Weik <[email protected]>
1 parent 11ef176 commit e28a568

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

website/docs/Objects/client-administrator-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
---
44

55
# Client Administrator

website/docs/Objects/portal-builder-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 9
2+
sidebar_position: 10
33
---
44

55
# Portal Builder

website/docs/Objects/run-custom-code-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 8
2+
sidebar_position: 9
33
---
44

55
# Run Custom Code
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# SCR Scorer
6+
7+
The SCR Scorer enables you to quickly test and validate your published SAS Intelligent Decisioning decisions and SAS Model Manager models that have been published to SCR (**S**AS **C**ontainer **R**untime) - link to the (SAS documentation)[https://go.documentation.sas.com/doc/en/mascrtcdc/default/mascrtag/n0tufu0e8nshc5n1krk26hvjctbk.htm].
8+
9+
In order to create a SCR Scorer object you have to set the objects type to *scrScore*, there are no additional attributes, but the width has to be 0 - example:
10+
```json
11+
{
12+
"name": "Display Name",
13+
"id": "Object ID",
14+
"width": 0,
15+
"objectBorder": false,
16+
"type": "scrScore",
17+
}
18+
```

0 commit comments

Comments
 (0)