Hello,
I see this warning. How can I make it disappear.
Hi Roelof,
As above suggestion read and i provided some detailed on this problem.
As you are using entity Server action in client action like create customer
Now create a server action and this action put your logic to craete customer and use this action inside client action like below image,.
As you can now there is no warning.
.When you use entity server action try to create a sever action and use this in client action and
.do not use more than one server action in client action group all server action in one server action and use it client action.
.Do not use anonymous when you use CRUD operation inside screen
Hope this will help you.
Regards
Rahul Sahu
You probably created an anonymous screen. Uncheck the Anoymous role from the screen.
Regards,
Daniel
Here is the documentation about that warning with the cause and recommendation.
Hope this helps.
Nordin
oke,
Then I have to figure out how to make a validation on the server side. On the react path I thought that was not explained.
As I already said do not use anonymous sxreen
@Rahul Do I need to return the customerId. it looks to me that im doing nothing with it.
@Roelof,
No need to retrun CustomerId But if you want see which customer create with Customer ID so you can use it.@Daniël Yes , but i added only in my points.