Search found 286 matches

by robleer
Tue Sep 11, 2018 9:58 am
Forum: General discussion and questions about Aware IM
Topic: How to find a BO and put it in context
Replies: 8
Views: 11279

How to find a BO and put it in context

Hi, I want to find a BO and if it exists, alter some attributes. If it does not exist create a new one. I tried it like this: If EXISTS aBO Where ( some criteria) Then aBO.Description = 'found' Else CREATE NEW aBO With aBo.Description='new' The EXISTS does find my BO, but puts it not in contect, so ...
by robleer
Tue Jul 31, 2018 6:37 pm
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21933

Re: REST service problem / logging

Okay..thats good news. I will check it.

Thanks again, rob
by robleer
Tue Jul 31, 2018 8:07 am
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21933

Re: REST service problem / logging

Hi Jaymer,

This work ! Thanks.

But another problem, I've more to make than this service. In another call, the API gives (in the Child BO "Items") an attribute called 'ID'. This is not allowed :(
And in the Child BO I cannot do a attribute mapping like in the TOP BO...
by robleer
Thu Jul 26, 2018 12:57 pm
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20563

Re: REST Service Base URL

Ok, thats super ! Thanks and I will download this version
by robleer
Thu Jul 26, 2018 7:09 am
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20563

Re: REST Service Base URL

Hi Jaymer,

Ok thanks for your info. What do you exactly mean with 'a day or so'? Is this really a few days?

That I cannot use it both is a showstopper for me...
by robleer
Wed Jul 25, 2018 11:24 am
Forum: General discussion and questions about Aware IM
Topic: REST Service POST
Replies: 2
Views: 12064

REST Service POST

Hi, I want to send some data to another system via REST. So I've setup a REST service in Aware and set the HTTP Verb to POST. But where is the BODY to put the payload in (the data I want to send) ? If you cannot enter the data you want to POST, how and where dor I enter the data/payload to send? Tia...
by robleer
Wed Jul 25, 2018 8:58 am
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20563

Re: REST Service Base URL

Thanks Jaymer, this works and solved a showstopper for me.

Rob
by robleer
Wed Jul 25, 2018 7:29 am
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21933

Re: REST service problem / logging

This is what the REST service replies: INFO | jvm 1 | 2018/07/24 10:05:18 | Calling REST URL https://prd.learnlinq.com/WebAPI/v1/Cultures .Parameter string is null INFO | jvm 1 | 2018/07/24 10:05:18 | REST Service returned:{"Items":[{"Name":"en-AU","Displayname":"English (Australia)"},{"Name":"en-GB...
by robleer
Tue Jul 24, 2018 7:13 pm
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20563

Re: REST Service Base URL

Hi Jaymer,

The learnlinq is correct.

Check http://knowledgecenter.learnlinq.com and search for API.
by robleer
Tue Jul 24, 2018 9:04 am
Forum: General discussion and questions about Aware IM
Topic: REST Service Base URL
Replies: 8
Views: 20563

REST Service Base URL

Hi I want to connect Aware to an Multitenant system. In the REST service you need to enter an base urel like: https://prd.learnlinq.com/WebAPI/v1/Cultures But in my case, the base url can vary like: https://CustomerA.learnlinq.com/WebAPI/v1/Cultures https://CustomerB.learnlinq.com/WebAPI/v1/Cultures...
by robleer
Tue Jul 24, 2018 8:13 am
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21933

Re: REST service problem / logging

Hi Jaymer, Thanks a lot, this brought me a little further. But now I'v bumped to another problem. My REST service relys with two fields 'Name' and 'Displayname'. So I created a BO with these two attributes and configured the Reply section so that the reply is written into this object. After running ...
by robleer
Mon Jul 23, 2018 3:12 pm
Forum: General discussion and questions about Aware IM
Topic: REST service problem / logging
Replies: 8
Views: 21933

REST service problem / logging

Hi, I'm trying to get a REST service to work. It works fine in other tools, but I cannot get it working in AwareIM. WHatever I do or change in the settings, the error stays the same: Invalid service provider in the following rule: REQUEST SERVICE prdLLNQ OF RestService The logging does not say anyth...
by robleer
Mon Jun 25, 2018 12:40 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE problem
Replies: 8
Views: 10078

Re: LIST_LINE problem

The documentation says 5 params: 1. Identifier of the list or a string identifying the query (either Rule Language string or the name of the existing query). 2. If the list identifier is used the second parameter may optionally indicate ordering of the list 3. Delimiter to be used between attributes...
by robleer
Mon Jun 25, 2018 12:14 pm
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE problem
Replies: 8
Views: 10078

Re: LIST_LINE problem

I tried:


DISPLAY MESSAGE LIST_LINE('FIND ALL Job ORDER BY Job.JobTitle ASC','','/','/','JobTitle')

DISPLAY MESSAGE LIST_LINE(`FIND ALL Job ORDER BY Job.JobTitle ASC`,``,`/`,`/`,`JobTitle`)

Same result: nothing...
by robleer
Mon Jun 25, 2018 11:39 am
Forum: General discussion and questions about Aware IM
Topic: LIST_LINE problem
Replies: 8
Views: 10078

Re: LIST_LINE problem

Hi,

I tried your version, but no results unfortunately...

I get a blank message

Rob