Backendless.data.of('cat.dog').save(obj);
creates table cat.dog with a period in its name. This makes new table not operational with the error message:
{
"code": 1017,
"message": "Where clause 'objectId = '6AD05C73-C245-42C1-93CB-AA860CBD18FF'' is invalid"
}