Page tree

  1. Login to Shiftconnector with your Solvay ID

2. Go to configuration → Field Library

3. Create new business field

4. Choose fill the empty filled (the system name is filled automatically depending on the name however you can modify it when creating the field. As soon as you save the field, this one cannot be changed)

There you will have the choice of different type of field

TypeDescription

Barcode


CalculatedString

The calculation needs to be insert in PowerShell

  • you can decide if you want the field to be precalculate which means that the user will see the total as soon as he enters a value: /!\ if you do a division or something similar it is important that the denominator is never 0.

the equation have to be placed in the "Show Powershell code".

example:

$ret = "";

$Value1 = ${System name};
$Value2 = ${System name};


$ret = $value1 + $value2 ;

"$($ret)"

Checklist

Looks like a form, however it is not possible yet to show the answers in the overview columns.

To create a check list:

A. Edit Checlist

B. Create entry

C. Choose the type of entry that you want

Type of entry
Choice 
Numeric
Headline
Description
Lock entry
Checkbox

One option, the user check it or not

Combobox

A list is created by the configurator and the user can select one or more choices

To create a new list:

A. Click on the pencil

B. Create new list

C. Give a name to your list

D. Add option

E. Fill the field

F. Ok

G. Save 

E. You are back to the field configuration. Select the list that you just have created


Date
DateTime
Decimal
Integer
Placeholderis a headliner/ title that you can use in your forms
PowerShellActionIs a PowerShell expression that you can add to your forms and will have a repercussion. It requires some knowledge in PowerShell
StandardTextis a text field
Table
TreeSelectIs similar to a Combobox but contains different levels
UserListIs a list with all the people that are in the system

The next step is to create/ edit a form. For that, follow this link: Create a new form

The best way to get IT support is to use the new Service One Platform.