Search found 3 matches

Go to advanced search

by Justin Price
Fri Apr 24, 2015 5:44 pm
Forum: Issues
Topic: Rest API with JS value.replace error
Replies: 3
Views: 448
 
Jump to post

Rest API with JS value.replace error

ok i changed it to be this instead

codeInsertStatus.execute({
parameters: {
'where': '{"Status": ' + goingtostatus + '}'
}
});/code

It doesn't error anymore however it writes nothing to the database for "Status"

by Justin Price
Thu Apr 23, 2015 11:34 pm
Forum: Issues
Topic: Rest API with JS value.replace error
Replies: 3
Views: 448
 
Jump to post

Rest API with JS value.replace error

I have a create rest api i am trying to call in javascript. I am calling it like this. code InsertStatus.execute({ parameters: { data: { Status: goingtostatus } } }); /code my database has a column called Status goingtostatus = either "open" or "close" when i try to call ...
by Justin Price
Tue Mar 25, 2014 10:43 pm
Forum: Issues
Topic: Timed events
Replies: 1
Views: 230
 
Jump to post

Timed events

Is there a way to get an event to fire based on time of day? Even if the app isn't open or hasn't been open that day? I built an app that opens and closes my garage door. I would like to create an event that fires at a set time say midnight. It would then execute some javascript code that would chec...

Go to advanced search