User Tools

Site Tools


CreateSoftlinkVariablesFromXLSX

Description

This Handler generates new variables from an XLSX file, which, in combination with the StartSoftlinksFromProcessVariablesHandler Actionhandler in the sequence Softlinks, could start.


Class

com.dooris.bpm.actionhandler.CreateSoftlinkVariablesFromXLSX

Event Type

Any

Action Name

Any

Mandatory Fields

empty


Parameter

docName

Specifies from which XLSX file variables are to be generated.

This parameter could also be specified as a process variable. (see Example)
softLinkSuffix

Here a suffix can be specified.

That can be empty. (see Example)
softLinkCount

In this parameter a process variable is given, which saves the number of lines in Excel. This can then be used in DomRpeater.


Example

/lib/exe/fetch.php?media=software:tim:actionhandler:createsoftlinkvariablesfromxlsx.png

/lib/exe/fetch.php?media=software:tim:actionhandler:createsoftlinkvariablesfromxlsxexamplexlsx.png

Example 1

Parameter in the Actionhandler: softLinkSuffix=_softLink;

Variables in the process after running the Actionhandler:
user_email_softLink[0]=Hans.Mueller@tim.com
user_email_softLink[1]=Marta.Meier@tim.com
user_email_softLink[2]=Max.Muster@tim.com
user_name_softLink[0]=Hans
user_name_softLink[1]=Marta
user_name_softLink[2]=Max
user_nachname_softLink[0]=Mueller
user_nachname_softLink[1]=Meier
user_nachname_softLink[2]=Muster

softLinkCount=3;

Example 2

Parameter in the Actionhandler:
softLinkSuffix=;

Variables in the process after running the Actionhandler:
user_email[0]=Hans.Mueller@tim.com
user_email[1]=Marta.Meier@tim.com
user_email[2]=Max.Muster@tim.com
user_name[0]=Hans
user_name[1]=Marta
user_name[2]=Max
user_nachname[0]=Mueller
user_nachname[1]=Meier
user_nachname[2]=Muster


softLinkCount=3;


en/software/tim/actionhandler/createsoftlinkvariablesfromxlsx.txt · Last modified: 2019/09/19 15:20 by wikiadmin