Hi Alena, Thank you for the reply. We have a workaround for this (duplicated project), but I will take a look at your suggestions. Ken
Hi, We have an OpenL (v5.23.1) project that has production decision tables. After making changes for the next project, there are no syntax errors in the tables, the decision tables tests work,, etc., but when deploying, it gives this on the swagger generated site: {"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://openltablets-ruleservice.test.mobileoperator.fi/1.0/productPackageChange/swagger.json"}]} Also, the rest calls to the api no longer return valid results....
Hi, We have an OpenL (v5.23.1) project that has production and test decision tables. After making changes for the next project, there are no syntax errors in the tables, the decision tables tests work,, etc., but when deploying, it gives this on the swagger generated site: {"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://openltablets-ruleservice.test.mobileoperator.fi/1.0/productPackageChange/swagger.json"}]} Also, the rest calls to the api no longer return valid...
Hi, We have an OpenL (v5.23.1) project that has production and test decision tables. After making changes for the next project, there are no syntax errors in the tables, the decision tables tests work,, etc., but when deploying, it gives this on the swagger generated site: {"schemaValidationMessages":[{"level":"error","message":"Can't read from file http://openltablets-ruleservice.test.mobileoperator.fi/1.0/productPackageChange/swagger.json"}]} Also, the rest calls to the api longer return valid...
@poyasok The interface works great, but I did notice that there is a bug: If I pass a date like this (only 30 days in April), it returns a valid rule. { "currentDate": "2021-04-31", "product": "BASIC" } Do you want me to write a bug report? If so, where can I write one?
@poyasok It works just like it is supposed to. Thanks, Ken (We have been using OpenL in production for about a year.)
Thank you Elena! I will check it out. Ken
Hello Does anyone have time to look at this - or can point me to any example or documentation for this kind of date matching? I took a look through the documentation, but so far I haven't found something similar to this. Regards, Ken
Hello Does anyone have time to look at this? Regards, Ken
Hi, I would like to give as input the current date and product and use that for comparison. If the date is between the campaign dates and the product matches, the valid campaigns' terms are returned. Can I do something like this? Regards, Ken
Thank you, Alena! Finally getting back to this. I will take a look at your suggestion.
Hello, I would like return a Datatype that contains two lists, as in the attached picture. I have tried to define the discountEuros and discountMonths lists using comma separated strings, lists inside brackets, etc, shared cells(as in the attachment), but all with no luck. Is there a way to define a static list of values inside a cell to be returned when meeting that rules conditions.