You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
403 B
7 lines
403 B
let {placetype, dateadded, style, ambiance, area, theme, country, status} = input;
|
|
const {globalFunc} = customJS
|
|
const DataType = 'Place'
|
|
let templacetype = globalFunc.Get1stArg(placetype)
|
|
|
|
return globalFunc.getTable(dv, DataType, ["placetype", "dateadded", "style", "ambiance", "area", "theme", "country", "status"], [placetype, dateadded, style, ambiance, area, theme, country, status], templacetype)
|