Skip to content

Case Change Actions

Regulator|Case Change Actions

Generated from PayrollEngine.Client.Scripting — do not edit manually.

Field

Action Description Cat. Parameters
HiddenField Hide all field inputs Field field String — The target field
SetFieldAttachmentExtensions Set field attachments file extensions Field field String — The target field
extensions String — The file extensions
SetFieldAttachmentMandatory Set field mandatory file attachments Field field String — The target field
SetFieldAttachmentNone Set field without file attachments Field field String — The target field
SetFieldAttachmentOptional Set field optional file attachments Field field String — The target field
ShowFieldDescription Show field description Field field String — The target field
VisibleField Show all field inputs Field field String — The target field

Field End

Action Description Cat. Parameters
SetFieldEndFormat Set field end format FieldEnd field String — The target field
format String — The format learn.microsoft.com/en-us/dotnet/...
SetFieldEndHelp Set field end help FieldEnd field String — The target field
help String — The field end help
SetFieldEndLabel Set field end label FieldEnd field String — The target field
label String — The field end label
SetFieldEndPickerOpenDay Set field end day date picker FieldEnd field String — The target field
SetFieldEndPickerOpenMonth Set field end month date picker FieldEnd field String — The target field
SetFieldEndPickerOpenYear Set field end year date picker FieldEnd field String — The target field
SetFieldEndPickerTypeDateTime Set field end time picker FieldEnd field String — The target field
SetFieldEndReadOnly Set field end read only FieldEnd field String — The target field
SetFieldEndRequired Set field end required FieldEnd field String — The target field

Field Start

Action Description Cat. Parameters
SetFieldStartFormat Set field start format FieldStart field String — The target field
format String — The format learn.microsoft.com/en-us/dotnet/...
SetFieldStartHelp Set field start help FieldStart field String — The target field
help String — The field start help
SetFieldStartLabel Set field start label FieldStart field String — The target field
label String — The field start label
SetFieldStartPickerOpenDay Set field start day date picker FieldStart field String — The target field
SetFieldStartPickerOpenMonth Set field start month date picker FieldStart field String — The target field
SetFieldStartPickerOpenYear Set field start year date picker FieldStart field String — The target field
SetFieldStartPickerTypeDateTime Set field start picker date time FieldStart field String — The target field
SetFieldStartReadOnly Set field start read only FieldStart field String — The target field
SetFieldStartRequired Set field start required FieldStart field String — The target field

Field Value

Action Description Cat. Parameters
SetFieldCheck Set field boolean as checkbox FieldValue field String — The target field
SetFieldCulture Set field value culture FieldValue field String — The target field
culture String — The culture learn.microsoft.com/en-us/openspecs/...
SetFieldFormat Set field value format FieldValue field String — The target field
format String — The value format learn.microsoft.com/en-us/dotnet/...
SetFieldLineCount Set field text line count FieldValue field String — The target field
count Int — The line count
SetFieldMaxLength Set field maximum text length FieldValue field String — The target field
length Int — The length
SetFieldMaxValue Set field maximum value FieldValue field Num — The target field
max — The maximum value
SetFieldMinValue Set field minimum value FieldValue field Num — The target field
min — The minimum value
SetFieldStepSize Set field numeric step size FieldValue field Int — The target field
size — The step size
SetFieldValueAdornment Set field value adornment FieldValue field String — The target field
adornment String — The adornment text
SetFieldValueHelp Set field value help FieldValue field String — The target field
help String — The help text
SetFieldValueLabel Set field value label FieldValue field String — The target field
label String — The label text
SetFieldValueMask Set field value mask FieldValue field String — The target field
mask String — The value mask learn.microsoft.com/en-us/dotnet/...
SetFieldValuePickerOpenDay Set field value day date picker FieldValue field String — The target field
SetFieldValuePickerOpenMonth Set field value month date picker FieldValue field String — The target field
SetFieldValuePickerOpenYear Set field value year date picker FieldValue field String — The target field
SetFieldValueReadOnly Set field value read only FieldValue field String — The target field
SetFieldValueRequired Set field value required FieldValue field String — The target field