@steedos/standard-process-approval 2.5.3-beta.9 → 2.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/main/default/objectTranslations/action_field_updates.en/action_field_updates.en.objectTranslation.yml +17 -6
- package/main/default/objectTranslations/action_field_updates.zh-CN/action_field_updates.zh-CN.objectTranslation.yml +5 -0
- package/main/default/objectTranslations/process_definition.en/process_definition.en.objectTranslation.yml +5 -5
- package/main/default/objectTranslations/workflow_notifications.en/workflow_notifications.en.objectTranslation.yml +8 -5
- package/main/default/objectTranslations/workflow_outbound_messages.en/workflow_outbound_messages.en.objectTranslation.yml +5 -2
- package/main/default/objectTranslations/workflow_rule.en/workflow_rule.en.objectTranslation.yml +6 -6
- package/package.json +3 -3
|
@@ -3,11 +3,11 @@ label: Field Updates
|
|
|
3
3
|
description:
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
|
-
label:
|
|
6
|
+
label: API Name
|
|
7
7
|
help:
|
|
8
8
|
description:
|
|
9
9
|
label:
|
|
10
|
-
label:
|
|
10
|
+
label: Name
|
|
11
11
|
help:
|
|
12
12
|
description:
|
|
13
13
|
object_name:
|
|
@@ -23,19 +23,30 @@ fields:
|
|
|
23
23
|
help:
|
|
24
24
|
description:
|
|
25
25
|
operation:
|
|
26
|
-
label:
|
|
26
|
+
label: New Field Type
|
|
27
27
|
help:
|
|
28
|
+
options:
|
|
29
|
+
- label: null
|
|
30
|
+
value: 'null'
|
|
31
|
+
- label: Set New Value Using Formula
|
|
32
|
+
value: formula
|
|
33
|
+
- label: Specific Value
|
|
34
|
+
value: literal
|
|
28
35
|
description:
|
|
29
36
|
formula:
|
|
30
|
-
label:
|
|
37
|
+
label: Formula
|
|
31
38
|
help:
|
|
32
39
|
description:
|
|
33
40
|
literal_value:
|
|
34
41
|
label: Literal value
|
|
35
42
|
help:
|
|
36
43
|
description:
|
|
44
|
+
undirect:
|
|
45
|
+
label: Trigger on Object, Workflow Rule, Field Validation Rule
|
|
46
|
+
help:
|
|
47
|
+
description:
|
|
37
48
|
notify_assignee:
|
|
38
|
-
label:
|
|
49
|
+
label: Notify Assignee (Only when owner is changed from this option)
|
|
39
50
|
help:
|
|
40
51
|
description:
|
|
41
52
|
description:
|
|
@@ -48,7 +59,7 @@ fields:
|
|
|
48
59
|
description: This check box only identifies whether or not the workflow rules for the object with which the field update is associated are reevaluated. For field updates across objects, these workflow rules are never reevaluated, and all workflow rules for the object to which they are to be updated are always reevaluated.
|
|
49
60
|
listviews:
|
|
50
61
|
all:
|
|
51
|
-
label: All
|
|
62
|
+
label: All Updates
|
|
52
63
|
CustomLabels:
|
|
53
64
|
action_field_updates_field_operation_options_null: A blank value (null)
|
|
54
65
|
action_field_updates_field_operation_options_formula: Use a formula to set the new value
|
|
@@ -3,15 +3,15 @@ label: Approval Processes
|
|
|
3
3
|
description:
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
|
-
label:
|
|
6
|
+
label: API Name
|
|
7
7
|
help:
|
|
8
8
|
description:
|
|
9
9
|
label:
|
|
10
|
-
label:
|
|
10
|
+
label: Name
|
|
11
11
|
help:
|
|
12
12
|
description:
|
|
13
13
|
object_name:
|
|
14
|
-
label:
|
|
14
|
+
label: Object
|
|
15
15
|
help:
|
|
16
16
|
description:
|
|
17
17
|
description:
|
|
@@ -19,7 +19,7 @@ fields:
|
|
|
19
19
|
help:
|
|
20
20
|
description:
|
|
21
21
|
order:
|
|
22
|
-
label:
|
|
22
|
+
label: Number
|
|
23
23
|
help:
|
|
24
24
|
description:
|
|
25
25
|
active:
|
|
@@ -123,7 +123,7 @@ groups:
|
|
|
123
123
|
recall_actions: Recall Actions
|
|
124
124
|
listviews:
|
|
125
125
|
all:
|
|
126
|
-
label: All
|
|
126
|
+
label: All Approval Processes
|
|
127
127
|
actions:
|
|
128
128
|
enable:
|
|
129
129
|
label: Enable
|
|
@@ -4,10 +4,13 @@ description:
|
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
6
|
label: API Name
|
|
7
|
-
help:
|
|
7
|
+
help: >-
|
|
8
|
+
Can only contain lowercase letters and numbers, must start with a letter,
|
|
9
|
+
cannot end with an underscore character or contain two consecutive
|
|
10
|
+
underscore characters
|
|
8
11
|
description:
|
|
9
12
|
label:
|
|
10
|
-
label:
|
|
13
|
+
label: Label
|
|
11
14
|
help:
|
|
12
15
|
description:
|
|
13
16
|
object_name:
|
|
@@ -23,18 +26,18 @@ fields:
|
|
|
23
26
|
help:
|
|
24
27
|
description:
|
|
25
28
|
assigned_users:
|
|
26
|
-
label:
|
|
29
|
+
label: Assigned Users
|
|
27
30
|
help:
|
|
28
31
|
description:
|
|
29
32
|
assigned_user_field:
|
|
30
|
-
label:
|
|
33
|
+
label: Assigned User Field
|
|
31
34
|
help:
|
|
32
35
|
description:
|
|
33
36
|
groups:
|
|
34
37
|
select_assigned_user: Select Assigned User
|
|
35
38
|
listviews:
|
|
36
39
|
all:
|
|
37
|
-
label: All
|
|
40
|
+
label: All Workflow Notifications
|
|
38
41
|
CustomLabels:
|
|
39
42
|
workflow_notifications_field__error_process_node_process_definition_required: Please select "Approval Process" for this Approval Step and then create "Workflow Notification"!
|
|
40
43
|
workflow_notifications_field__error_process_definition_object_required: Please select "Object" for this Approval Process and then create "Workflow Notification"!
|
|
@@ -4,7 +4,10 @@ description:
|
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
6
|
label: API Name
|
|
7
|
-
help:
|
|
7
|
+
help: >-
|
|
8
|
+
Can only contain lowercase letters and numbers, must start with a letter,
|
|
9
|
+
cannot end with an underscore character or contain two consecutive
|
|
10
|
+
underscore characters
|
|
8
11
|
description:
|
|
9
12
|
label:
|
|
10
13
|
label: Label
|
|
@@ -36,7 +39,7 @@ fields:
|
|
|
36
39
|
description:
|
|
37
40
|
listviews:
|
|
38
41
|
all:
|
|
39
|
-
label: All
|
|
42
|
+
label: All Outbound Message Actions
|
|
40
43
|
actions:
|
|
41
44
|
customize:
|
|
42
45
|
label: Customize
|
package/main/default/objectTranslations/workflow_rule.en/workflow_rule.en.objectTranslation.yml
CHANGED
|
@@ -7,15 +7,15 @@ fields:
|
|
|
7
7
|
help:
|
|
8
8
|
description:
|
|
9
9
|
name:
|
|
10
|
-
label:
|
|
10
|
+
label: Api Name
|
|
11
11
|
help:
|
|
12
12
|
description:
|
|
13
13
|
label:
|
|
14
|
-
label:
|
|
14
|
+
label: Label
|
|
15
15
|
help:
|
|
16
16
|
description:
|
|
17
17
|
active:
|
|
18
|
-
label:
|
|
18
|
+
label: Enable
|
|
19
19
|
help:
|
|
20
20
|
description:
|
|
21
21
|
trigger_type:
|
|
@@ -30,7 +30,7 @@ fields:
|
|
|
30
30
|
value: onCreateOrTriggeringUpdate
|
|
31
31
|
description:
|
|
32
32
|
formula:
|
|
33
|
-
label:
|
|
33
|
+
label: Formula
|
|
34
34
|
help: Run Immediate Actions if the following criteria are met.
|
|
35
35
|
description:
|
|
36
36
|
updates_field_actions:
|
|
@@ -46,7 +46,7 @@ fields:
|
|
|
46
46
|
help:
|
|
47
47
|
description:
|
|
48
48
|
description:
|
|
49
|
-
label:
|
|
49
|
+
label: Description
|
|
50
50
|
help:
|
|
51
51
|
description:
|
|
52
52
|
filters:
|
|
@@ -76,7 +76,7 @@ groups:
|
|
|
76
76
|
time_triggers: Time-Dependent Action
|
|
77
77
|
listviews:
|
|
78
78
|
all:
|
|
79
|
-
label: All
|
|
79
|
+
label: All Workflow Rules
|
|
80
80
|
CustomLabels:
|
|
81
81
|
workflow_rule_field_trigger_type_options_onAllChanges:
|
|
82
82
|
workflow_rule_field_trigger_type_options_onCreateOnly:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-process-approval",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"steedos"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@steedos/process": "2.5.
|
|
13
|
+
"@steedos/process": "2.5.4"
|
|
14
14
|
},
|
|
15
15
|
"description": "steedos package",
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "0b1b93c80e8448e54b77064d976b9e20bfe39727"
|
|
19
19
|
}
|