Forums

Demo "artistes basic list" - Function "read-article" - Where conditions "Article.id:{data:article_id}" - deprecated ?

jmgroud 02 Feb, 2020
English
good evening
Looking at the following example ...Demo "artists basic list" - Function "read-article" - Where conditions "Article.id:{data:article_id}"
The sentence "deprecated" is displayed just below the "Where conditions" input box.
Why ?
What exactly should I put in this area?
I can't delete it to possibly create another condition (not "deprecated") ...
thanks a lot for your help

Français
Bonsoir
En regardant l'exemple suivant...
Demo "artistes basic list" - Function "read-article" - Where conditions "Article.id:{data:article_id}"
Il s'affiche la phrase "deprecated" juste en-dessous de la zone de saisie "Where conditions".
Pourquoi ?
Que dois-je mettre exactement dans cette zone ?
Je n'arrive pas à la supprimer pour créer éventuellement une autre condition (non "deprecated")...
Merci beaucoup pour votre aide

Jean-Marie
healyhatman 02 Feb, 2020
The "where conditions" box is deprecated, and you should instead add the conditions with the blue buttons.
jmgroud 03 Feb, 2020
English
Hello
Thank you for your reply.
To be more precise, here are the fields to fill:

- Table field name: "Article.id"
- Condition: "="
- Value: "{data: article_id}"
- Null Value: "Use" (or something else depending on the context)

That's right ?

Français
Merci pour votre réponse.
Pour être plus précis, voici donc les champs à remplir :

- Table field name : "Article.id"
- Condition : "="
- Value : "{data:article_id}"
- Null Value : "Use" (ou autre chose suivant le contexte)

C'est bien cela ?
🙂
healyhatman 03 Feb, 2020
Null value means what do you do if the {data:article_id} is empty, do you use it (as in "Where Article.id = Null"), continue (skip that condition) or stop (error)
jmgroud 03 Feb, 2020
English
Thank you healyhatman for these details
And for the deprecated condition "Article.id:{data:article_id}", should I replace with the following 3 fields?
- Table field name : "Article.id"
- Condition : "="
- Value : "{data:article_id}"

Français
Merci healyhatman pour ces détails
Et pour la condition deprecated "Article.id:{data:article_id}", dois-je remplacer par les 3 champs suivants ?
- Table field name : "Article.id"
- Condition : "="
- Value : "{data:article_id}"
healyhatman 03 Feb, 2020
Well do you want to get the articles with the id that matches that field?
jmgroud 03 Feb, 2020
Answer
Yes exactly :-)
This topic is locked and no more replies can be posted.