Trying to add values in Model Atrributes on Create and Update #444
Replies: 2 comments
-
Hello @Nav-Chouhan, Please check field name and table column name are same and fillable in the model. Also, go through this link to reconfirm required steps. If the problem persist, share table column names and the code here to identify the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am closing this ticket. I have a better explanation for my issue #445 @karandatwani92 Thanks for guiding. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a table of customers where we have 3 columns Country, State, and City. Now I am adding or updating the value in these 3 fields but they are not getting populated.
Note: These are select_from_ajax fields on form.
May I know the reason why this is happening?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions