(→Example) |
m (formatting) |
||
Line 10: | Line 10: | ||
===Create database row=== | ===Create database row=== | ||
− | ;<code>[gn:act_rawWriteValues]|[table;column{n};source{n}]</code> | + | :;<code>[gn:act_rawWriteValues]|[table;column{n};source{n}]</code> |
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" |
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | table | + | | <code>table</code> |
| table name where the data will be stored | | table name where the data will be stored | ||
* Valid [[source|sources]]: | * Valid [[source|sources]]: | ||
** hardcoded value | ** hardcoded value | ||
|- | |- | ||
− | | column{n} | + | | <code>column{n}</code> |
| table column name where the data will be stored | | table column name where the data will be stored | ||
* Valid [[source|sources]]: | * Valid [[source|sources]]: | ||
** hardcoded value | ** hardcoded value | ||
|- | |- | ||
− | | [[source]]{n} | + | | <code>[[source]]{n}</code> |
| [[source]] from where the data will be used | | [[source]] from where the data will be used | ||
* Valid [[source|sources]]: | * Valid [[source|sources]]: | ||
Line 35: | Line 35: | ||
====Example==== | ====Example==== | ||
− | <code>residents</code> - table name<br> | + | :<code>residents</code> - table name<br> |
− | <code>resident_employee_firstName,resident_employee_lastName,resident_check_inTime</code> - column names<br> | + | :<code>resident_employee_firstName,resident_employee_lastName,resident_check_inTime</code> - column names<br> |
− | <code>@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime</code> - source | + | :<code>@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime</code> - source<br> |
− | <code>[gn:act_rawWriteValues]|[residents;resident_employee_firstName,resident_employee_lastName,resident_check_inTime;@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime]</code> | + | :; ⤷ <code>[gn:act_rawWriteValues]|[residents;resident_employee_firstName,resident_employee_lastName, resident_check_inTime;@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime]</code> |
<hr> | <hr> |
Revision as of 16:00, 12 July 2017
gn:act_rawWriteValues
- Description
- Action is used to write data from sources to database record.
- Action returns
- boolean
Action signatures
Create database row
[gn:act_rawWriteValues]|[table;column{n};source{n}]
Parameter Description table
table name where the data will be stored - Valid sources:
- hardcoded value
column{n}
table column name where the data will be stored - Valid sources:
- hardcoded value
source{n}
source from where the data will be used - Valid sources:
Example
residents
- table nameresident_employee_firstName,resident_employee_lastName,resident_check_inTime
- column names@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime
- source
- ⤷
[gn:act_rawWriteValues]|[residents;resident_employee_firstName,resident_employee_lastName, resident_check_inTime;@+id/employee_firstName,@+id/employee_lastName,@variable/checkinTime]
- ⤷