Search found 173 matches

by chris29
Thu May 07, 2015 11:56 am
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24085

Re: Help with Exposing REST Services

Also, don't use IN BATCHES OF as it's not supported in the rest implementation.
by chris29
Thu May 07, 2015 11:54 am
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24085

Re: Help with Exposing REST Services

Yes, Just create a reply object
by chris29
Mon May 04, 2015 12:33 pm
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24085

Re: Help with Exposing REST Services

Hi Rod All you need is an object (AlertInput) the represents the attributes you want as parameters. This object (AlertInput) then needs to be the input for the process. A row will be created automatically by the service. In the process FIND Alert WHERE ALert.StaffNumber=ThisAlertInput.StaffNumber wh...
by chris29
Thu Feb 05, 2015 3:01 am
Forum: Problem reports
Topic: 5.9 1898: How many else if conditions are allowed
Replies: 13
Views: 21468

Re: 5.9 1898: How many else if conditions are allowed

That's ok, I'll see what I can do.

Currently to sort out the rules will take us weeks of work, so having it fixed is a better option for us.

I'll let you know how it goes.
by chris29
Thu Feb 05, 2015 2:01 am
Forum: Problem reports
Topic: 5.9 1898: How many else if conditions are allowed
Replies: 13
Views: 21468

Re: 5.9 1898: How many else if conditions are allowed

Thanks

Are you able to send the bsv to support again?

That will save me having to replicate it as our bsv is too big now for a standard install.

I know the solution to the fix is breaking them out into additional rules but we have 1000's of them to look at.

Chris
by chris29
Thu Feb 05, 2015 1:42 am
Forum: Problem reports
Topic: 5.9 1898: How many else if conditions are allowed
Replies: 13
Views: 21468

Re: 5.9 1898: How many else if conditions are allowed

Hi Rennur

Just wondering if you are still having an issue with this in V6

Thanks

Chris
by chris29
Sun Jan 25, 2015 12:50 am
Forum: General discussion and questions about Aware IM
Topic: Uploading images to server with REST
Replies: 1
Views: 1830

Re: Uploading images to server with REST

Hi Werner You should just be able to use a simple POST method using multipart/form-data to do this. Below is an example webpage that demonstrates how to POST to the AwareIM REST service. In this example you just need to change the action (The URL to the REST service) and the attribute names (Input N...
by chris29
Thu Jan 22, 2015 8:56 pm
Forum: General discussion and questions about Aware IM
Topic: Time Query
Replies: 8
Views: 4980

Re: Time Query

Hi

Try

Current Week
FIND BO WHERE WEEK(BO.CreateDate)=CURRENT_WEEK

Previous Week
FIND BO WHERE WEEK(BO.CreateDate-1)=CURRENT_WEEK-1
by chris29
Tue Jan 20, 2015 2:43 am
Forum: General discussion and questions about Aware IM
Topic: Changing back to old look of the forum
Replies: 7
Views: 6729

Re: Changing back to old look of the forum

I agree, that is much better, thanks Jaymer
by chris29
Wed Dec 31, 2014 9:17 am
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24085

Hi Werner I have a lot of the restful services setup. One thing to about setting them up is that the object you use as input should be different to the object your trying to find. The service creates a row and set the value to the matching attributes. How you create this service depends on how you w...
by chris29
Wed Sep 17, 2014 5:40 am
Forum: Problem reports
Topic: Leading zero in number attribute?
Replies: 6
Views: 8737

I don't think its a limitation. That's how the number fields work as they are stored as a double in the database. So its only displaying back what was saved.

You best option would be to use a plain test field and pad it out.

Unless someone has a format they know about that works on the attribute.
by chris29
Tue Sep 16, 2014 5:23 am
Forum: General discussion and questions about Aware IM
Topic: pick from then create
Replies: 2
Views: 2251

I think it's something like

PICK ONE OR MORE FROM <QueryName>
CREATE <BO> FOR EACH <BO From Query> WITH <Attributes to set>
by chris29
Tue Aug 26, 2014 7:34 am
Forum: General discussion and questions about Aware IM
Topic: getting the NTLOGON user
Replies: 3
Views: 2949

remove the IE check

if (! window.ActiveXObject)
{
alert ("This operation requires Internet Explorer browser");
}
else
by chris29
Sun Aug 24, 2014 12:05 am
Forum: General discussion and questions about Aware IM
Topic: getting the NTLOGON user
Replies: 3
Views: 2949

Have a look at logonDirect.html

This only works with IE.
by chris29
Tue Jun 03, 2014 11:02 am
Forum: Problem reports
Topic: Data loss when publishing BSV
Replies: 43
Views: 56718

Yes, I have had the duplicate Attribute ID's issue many times.

Sometimes it's just one or two attributes but the other week it was a hundred or more as it scrolled off the config tool console window.

It's a worry as I have no idea what data may now disappear. :shock: