I add the table to allowlist in b1s_sqltable.conf file and the table is newly created
I try this:
https://service_layer_IP:50000/b1s/v1/SQLQueries
with this body:
{
"SqlCode": "getSyncItems",
"SqlName": "GetItems",
"SqlText": "select Ite...
I try to add a user-defined table in the list of allowed tables file (Table name "SYNC")
{
"TableList": [
"ADM1",
"ORDR",
"CINF",
"SYNC"
],
"ColumnExcludeList": {},
"ColumnIncludeList": {}
}
with this body:
{
"SqlCode": "getSyncItems",
"SqlN...