Custom Tag: cf_workcube_process


Purpose of usage

It allows you to perform actions according to the settings made in the processes and stages created in the Control Panel > BPM on the pages containing the process. 2 types can be used.

1. On form pages

  • It ensures that the stages are shown only to authorized persons according to the authorization arrangements made at the stages of the process.
  • Approval, rejection, cancellation etc. of the authorized person within the document at the stages where the authorized person is authorized and action is requested. allows you to take action
  • It provides coloring according to the order of the process stage, especially on the list pages. ( 1st stage green, 2nd stage orange etc. )
  • It runs the display file files that you define in the process and stages and allows you to run cfml or javascript code in the interface.
     

2. In Action (query[ cfm, cfc ]) files

  • It allows you to create a workflow - chatflow record according to the settings you make in the process and stages 
  • Allows you to send email and SMS
  • It enables you to run events and cfml commands in query files by running the action files you define in the process and stages.

Parameters

Note

The is_upd, type, process_cat_width, is_detail parameters are used in Form pages.

Data_source, old_process_line, process_stage, action_table, action_column, action_id, action_page, warning_description parameters are used in query files.

Attributes
Clarification
Type
Required

is_upd

If the workcube_process is used in the form page, it takes the value 0, and 1 if it is used in the query file.

boolean
E

type

Allows settings related to the appearance of the workcube_process.

color-status : It provides color display of the process stage.

string
E

process_cat_width

It allows to set the width value of the workcube_process select element on form pages.
numeric
E

is_detail

Indicates that there is an add or update page; 0 means adding, 1 updating.

boolean
E

data_source

Allows you to specify which dsn to save the document using.

(It is important for transaction transactions, it is aimed to perform transactions within the same transaction block as the document.)

string
E

old_process_line

Indicates the line number of the previous process stage of the document
numeric
E

process_stage

The id information of the process stage is sent.
numeric
E

action_table

The name of the table where the document will be saved is sent.
string
E

action_column

The name of the primary key column of the table where the document will be saved is sent
string
E

action_id

The uniquely created id of the document is sent
numeric
E

action_page

The source link address of the document is sent.
string
E

warning_description

The description to be displayed on the Workflow is sent. Pre: ( Advance Request - Uğur Hamurpet )
string
E
is_multiselect
1 is sent if you want it to appear with multiple selection feature on the form pages. Used on listing pages.
integer
H

Example Usage

On Form Pages


In Query Files
  

Feedback

Did you find this content helpful?