Search

Search

Help

Page 1 of 16. Showing 154 results (0.019 seconds)

  1. parameter - tworzenie parametru w systemie

    Przeznaczenie Moduł parameter umożliwia utworzenie parametru w systemie na potrzeby wtyczki, który dostępny będzie razem ze wszystkimi parametrami systemowymi … wcześniej ustawioną wartość. Konfiguracja Moduł parameter zawiera następujące opcje konfiguracyjne: Atrybuty Nazwa Wymagany Wartość domyślna Opis key Klucz
    PlusWorkflowJun 18, 2019
  2. Tworzenie dynamicznych formularzy

    : PWE.integrationComponent.registerSystemFunction( 'concat', , { apiVersion: 2, buildForm: function( api, options ) { api.addField( ); }, toText: function( parameters ) } ); Założenia Możliwość … ( form, options ), where the form parameter would be the parameter container, and the options parameter would contain additional information, such as: destination
    PlusWorkflowNov 17, 2024
  3. Parametry systemu

    ( "ExampleCategory" ); // stworzenie encji kategorii SystemParameter parameter = new SystemParameter( category, ParameterType.BOOLEAN, "ExampleKey" ); // stworzenie encji parametru parameter.setValue( true ); // ustawienie wartości SystemParameterService service = ServiceFactory.getSystemParameterService(); service.create( parameter
    PlusWorkflowJul 04, 2023
  4. [FUNKCJE] StorageData

    .X StorageData function set are functions that operate on a special formal parameter called StorageData to read the data stored in it. The StorageData formal parameter stores data in the JSON object format and acts as a data clipboard, which eliminates the need to create dedicated variables for storing various types
    PlusWorkflowJul 08, 2021
  5. SystemParameterService

    funkcji: Typ Opis String Typ parametru SystemParameterService allows to read system parameters on the form. It has the following functions: getRawValue – download parameter value Function parameters: Name Type Default value Description parameterKey String null Parameter key Function result: Type Description String "Raw
    PlusWorkflowJun 17, 2019
  6. Tworzenie zadań zaplanowanych

    http://javadoc.plusworkflow.pl/javadoc/plusworkflow/latest/com/suncode/pwfl/component/annotation/Define.html witch a single parameter ScheduledTaskDefinitionBuilder … parameter types: a single scheduled task parameter the parameter type must conform to the defined type and must be preceded by the @Param
    PlusWorkflowApr 03, 2025
  7. Tworzenie klasy ustawiających zmienne (Setterów)

    be easily used in the business process enabling the execution of business logic. Their behavior can be further configured using parameters. Defining the setter … is not defined in the plugin, it must come from the com.suncode package) A public method annotated with a single parameter A public method called set, which is responsible
    PlusWorkflowJun 29, 2023
  8. Tworzenie zadań automatycznych (Aplikacji)

    the execution of business logic. Their behavior can be additionally configured using parameters. Defining the automatic task Applications are created based … from the com.suncode package) A public method annotated with a single parameter A public method named execute, which is responsible for executing the necessary
    PlusWorkflowJun 29, 2023
  9. Tworzenie DataChooserów

    editor and can be easily used in a business process enabling the execution of business logic. Their behavior can be further configured using parameters. Defining … is not defined in the plugin, it must come from the com.suncode package) A public method annotated with one parameter A public method called data, which
    PlusWorkflowJun 30, 2023
  10. ActivityInfoService

    parameter: null Function result: Type Description String Identifier of the package in which the task currently being performedis located. getPackageVersion returns the package version in which the task currently being performedis located. Function parameter: null Function result: Type Description String Version
    PlusWorkflowJul 31, 2023