-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
const body = {'query': ['PERSON.Last Name;contains;ab']};
this.fourD.call4DRESTMethod('REST_GetRecords', body)
.subscribe(
response => {
console.log('error:' + response.text());
},
error => {
console.log('error:' + error.text());
});
Above is the code I am using to get records from PERSON table with last name conatins 'ab'. I am getting 500 Error. I am able to use the fourD.signIn. after this I want to call this method. Its not workin
Metadata
Metadata
Assignees
Labels
No labels