$TABLE.table.DisplayName
#foreach ($col in $TABLE.table.getColumnList())
$col
#end
#foreach ($col in $TABLE.table.getColumnList())
$col
#end
Action
#foreach ($col in $TABLE.table.getColumns()) #if ($col.getValueType() == "Integer" || $col.getValueType() == "Double" || $col.getValueType() == "Decimal")
{{item.$col.getName()}}
#else
{{item.$col.getName()}}
#end #end
Add $TABLE.table.DisplayName
×
#foreach ($col in $TABLE.table.getColumns()) #if ($FLG_KEY.get(${col.getName()}))
$col.getName()
#else
$col.getName()
#end #end
Edit $TABLE.table.DisplayName
×
#foreach ($col in $TABLE.table.getColumns()) #if ($FLG_KEY.get(${col.getName()}))
$col.getName()
#else
$col.getName()
#end #end
Delete $TABLE.table.DisplayName
×
#foreach ($col in $TABLE.table.getColumns()) #if ($FLG_KEY.get(${col.getName()}))
#end #end
レコードを削除しますか?
削除されたレコードは復元できません。