I learn what the CRUD is Create, Retrieve... but in a quiz the answer is the retrieve is not in CRUD.
I do know no more what is CRUD
Hi @Vitor Dias ,
I think I understand now what you meant by your question.
You are pertaining to the lesson quiz:
If you managed to create an entity, you will find that it comes along with these entity actions
With these, we don't find any RetrieveCustomer which is why exactly that is the answer.
I hope this helps.
Regards,
Bryan
CRUD stands for Create, Read, Update, and Delete.
Could you please share what challenge you are facing - screenshot , links etc that you are referring will help answer you better.
As @Bryan Villalobos correctly pointed out regarding the question you are referring to, the question was 'Which one is not an Entity Action?' There is no action that starts with the name 'Retrieve.' Hope this clears up the confusion.
Hi VÃtor,
Check out this component which has a
practical example how what can be part of CRUD;
https://www.outsystems.com/forge/component-overview/12177/how-to-crud-o11
Regards
I wonder if that quiz question is just a tricky one.
CRUD is the acronym for CREATE, READ, UPDATE and DELETE.
Although RETRIEVE is synonymous to READ, it's not really the actual/original word for the R in CRUD.
So the thing is, you need to look at other choices. Although sometimes, all choices seem to be correct, you need to make sure to pick the "least correct" and on your question, this seem to be the case.
FYKI , kindly have a look at the tutorial. It'll be helpful.
OutSystems CRUD operation Tutorial