Search
Page 1 of 16. Showing 154 results (0.019 seconds)
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 KluczTworzenie 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: destinationParametry 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[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 typesSystemParameterService
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 "RawTworzenie 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 @ParamTworzenie 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 responsibleTworzenie 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 necessaryTworzenie 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, whichActivityInfoService
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