Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Polish

← Powrót do listy dostępnych zadań automatycznych

 
 Jeśli masz problem ze zrozumieniem jak działa zadanie automatyczne, sprawdź opisy: Zadanie automatyczneWykonanie warunkoweParametry komponentów.
Panel
titlePodstawowe informacje

Kategoria: Użytkownik

Dostępna od wersji: x.x

Panel
titleOpis

Zadanie automatyczne umożliwia dodanie zastępstwa dla wybranego użytkownika. W zależności od konfiguracji zastępstwo dotyczyć będzie wszystkich procesów, wybranego procesu lub wybranej roli.

Więcej informacji o tym jak działają zastępstwa znajdziesz tutaj.

Panel
titleParametry konfiguracyjne
Nazwa parametruOd wersjiOpisTyp parametruWartość domyślnaRodzaj polaUwagi i ograniczenia
Login zastępowanego*x.xLogin osoby, która będzie zastępowana.Tekstowy Pole edytowalne

 

Login zastępcy*x.xLogin osoby, która będzie zastępować.Tekstowy Pole edytowalne

 


 

Data rozpoczęcia*x.xData rozpoczęcia zastępstwa.Datowy Pole edytowalne 
Data zakończenia*x.xData zakończenia zastępstwa.Datowy Pole edytowalne 
Typ zastępstwa
x.x

Parametr umożliwiający określenie sposobu dodania zastępstwa. Do wyboru są 3 typy:

  • Ogólne- dodanie zastępstwa do wszystkich procesów i ról,
  • Dla procesu- dodanie zastępstwa do wskazanego procesu i wszystkich ról,
  • Dla roli- dodanie zastępstwa do wskazanego procesu i wskazanej roli, należącej do tego procesu.
TekstowyOgólneLista wyboru 
Nazwa procesux.xNazwa procesu, do którego zostanie dodane zastępstwo. Tekstowy Lista wyboruWyświetlana jest nazwa procesu, natomiast zapisywany identyfikator procesu.
Parametr widoczny, gdy z listy Typ zastępstwa zostanie wybrana wartość Dla procesu lubDla roli.
Nazwa rolix.x

Nazwa roli, dla jakiej utworzone zostanie zastępstwo.

Tekstowy Lista wyboru

Wyświetlana jest nazwa roli, natomiast zapisywany identyfikator roli.
Parametr widoczny, gdy z listy Typ zastępstwa zostanie wybrana wartość Dla roli.
Wybranie nazwy roli jest możliwe po wybraniu nazwy procesu.

Parametr*- pole wymagane

Panel
titlePrzykładowa konfiguracja

 

 

 

Panel
titleChange-log

x.x

  • Dodanie komponentu.

 

English

← Return to the list of available automatic tasks

Info

If you have trouble understanding how the action works, check the descriptions: Action, Conditional execution, Component parameters

Panel
titleBasic information

Category: General

Action location: Table, Variable, Form

Available from version: 1.0.3 

Panel
titleDescription

The action blocks/unblocks the editing of header/table variables or specific columns in the selected row of the dynamic table. Note - the action does not unblock tabular variables edit!

Panel
titleAction execution
Warning

Leaving the conditional field blank is tantamount to setting it to "true."

Action location 

Parameter operation "Conditional execution"

Action call condition 
Table 

Activates the action 

Parameter "Block / unblock condition" will return "true" to the currently selected field in the column

Variable Invoke the action 

Parameter "Conditional execution" will return "truth"

FormInvoke the action 

Parameter "Conditional execution" will return "truth" 

Panel
titleConfiguration parameters
Parameter name From versionDescription Parameter type Default value Field type Comments and restrictions 
Variables*1.0.0Variables that will be blocked / unblocked Variables table  Editable field 

It can not be empty.

Activity type *1.0.47Specifies if the action should block variables or unblock TextBlocking Non editable dropdown list 

Possible values to choose: "Block" and "Unblock" 

Activity type From versionParameter value to enter (without using the drop down list) 
Blocking1.0.47BLOCK
Unblock1.0.47UNBLOCK


Blocking/unblocking fields condition 

1.0.0A function which determines a condition for blocking/unblocking specific fields in a given row based on values from other fields. The function can use the context variable "Selected row". Function  NoEditable field 

Appears only if the action is placed on a dynamic table. It accepts only functions that return a logical value. 

Parameter*- required field

Panel
titleSample configuration

Configuration on variable 

Image Added

Configuration on table

Image Added

Configuration on field

Image Added


Panel
titleExample
Expand
titleExample 1
Panel
titleExample 1

Table condition example (completed field):

#not(empty(item($Selected row, $Selected variable))).  

Table condition example (identical value in the field on the form and selected table field): 

#eq($variable_form,item($Selected row,$variable_tab)) 

Panel
titleChange log

1.0.3

  • Adding component

1.0.42

  • Fixing an error with reading an incorrect value from the line

1.0.56

  • Dynamic form update - adding an additional parameter "Action type" and validation of the values given in the fields "Condition of blocking / unblocking fields" and "Variables"