B
bal
Guest
Is it possible to use a "select in" query in a object script trigger. See example below: var arr = rbv_api.selectQuery("SELECT id FROM app_user where R5027463 IN (?)", 20000, '{!R5080297}' ) {!R5080297} returns: '5025370,5025371,5025372' I want to use this query without the quotes around it, like: SELECT id FROM app_user where R5027463 IN (5025370,5025371,5025372) in stead of: SELECT id FROM app_user where R5027463 IN ('5025370,5025371,5025372') Does Rollbase support this?
Continue reading...
Continue reading...